| Interface | Description |
|---|---|
| AnalyzerCustomizer |
Allows for customization of Analyzers.
|
| IndexReaderAware |
IndexReader-aware service.
|
| Class | Description |
|---|---|
| AnalyzerCustomizer.NoOpAnalyzerCustomizer | |
| CountHandler |
Handle results count
|
| CountHandler.CountType |
Class for setting information about wanted count type
|
| CountRow |
Fake query result row, holding count function result
|
| FacetHandler |
Handle facet queries
|
| FacetRow |
Fake result row, holding facet information
|
| JahiaFilterMultiColumnQueryHits |
Reader-aware implementation of the
FilterMultiColumnQueryHits. |
| JahiaIndexingConfigurationImpl |
Jahia specific
IndexingConfiguration implementation. |
| JahiaLuceneQueryFactoryImpl |
Override LuceneQueryFactory
- optimize descendantNode constraint (use index)
- optimize childNode constraint (use index)
- handles rep:facet when executing (todo : might handle that in a constraint, as rep:filter ?)
- handles rep:filter in fulltext constraint
|
| JahiaNodeIndexer |
Creates a lucene
Document object from a Node and use Jahia sepecific definitions for index creation. |
| JahiaQueryImpl | |
| JahiaSearchIndex |
Implements a
QueryHandler using Lucene and handling Jahia specific definitions. |
| JahiaSearchIndex.ReindexJob |
Background job that performs re-indexing of the repository content for the specified workspaces.
|
| JahiaSecondaryIndex |
Temporary index used for reindexing only.
|
| JahiaSingleColumnQueryResult |
DX specific query result with a single column implementation.
|
| JahiaTranslationNodeIndexer |
A
NodeIndexer implementation for Constants.JAHIANT_TRANSLATION nodes. |
| LanguageCustomizingAnalyzerRegistry |
An implementation of
AnalyzerRegistry that associates Analyzers to
languages so that a language-specific Analyzer can be used if available. |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.