| Interface | Description |
|---|---|
| DatabaseDataLoader.SearchEntryCallback | |
| EntityDescrsManager |
Class is used for getting an information about what entities and their attributes must be indexed from the FTS
configuration file
|
| IndexSearcherProvider |
The class is used for obtaining instances of
IndexSearcher and SearcherManager. |
| IndexWriterProvider |
Class is used for getting Lucene
IndexWriter instance. |
| LuceneConstants |
Interface holds FTS constants
|
| LuceneIndexer |
INTERNAL
Bean contains operations for working with lucene documents for CUBA entities.
|
| LuceneIndexer.DocumentCreatedListener | |
| LuceneIndexMaintenance |
Class contains methods for lucene index maintenance
|
| LuceneSearcher |
INTERNAL.
|
| Class | Description |
|---|---|
| AllDocsCollector |
This Collector implementation is used for searching and collecting all results
of lucene search.
|
| ConfigLoader | |
| DatabaseDataLoader | |
| DirectoryProvider |
Class is used for getting an instance of the Lucene index
Directory |
| EntitiesCollector | |
| EntityAttributeAnalyzer | |
| EntityAttributeTokenizer | |
| EntityDescr | |
| EntityDescrsManagerBean | |
| EntityInfo | |
| IndexSearcherProviderBean | |
| IndexWriterProviderBean | |
| LiveUpgradeMergePolicy |
This
MergePolicy is used for upgrading all existing segments of
an index when calling IndexWriter.forceMerge(int). |
| LuceneIndexerBean | |
| LuceneIndexMaintenanceBean | |
| LuceneSearcherBean |
| Enum | Description |
|---|---|
| IndexingException.EntityType |
| Exception | Description |
|---|---|
| IndexingException |