| Interface | Description |
|---|---|
| DirectoryBasedReaderProvider | |
| IndexManager |
An IndexManager abstracts the specific configuration and implementations being used on a single index.
|
| IndexManagerType |
Since Hibernate Search supports different types of indexing and query technologies,
such as embedding Apache Lucene or remote via Elasticsearch, the type of
such storage is represented by an instance implementing this interface.
|
| ReaderProvider |
Responsible for providing and managing the lifecycle of a read only reader.
|
| Class | Description |
|---|---|
| DirectoryBasedIndexManager |
This implementation of
IndexManager is coupled to a
DirectoryProvider and a DirectoryBasedReaderProvider. |
| LuceneEmbeddedIndexManagerType |
| Enum | Description |
|---|---|
| AnalyzerExecutionStrategy |
A strategy for applying analyzers.
|
Copyright © 2006–2016 Hibernate. All rights reserved.