Interface LuceneIndexManager
-
- All Superinterfaces:
IndexManager
public interface LuceneIndexManager extends IndexManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneBackendbackend()AnalyzerindexingAnalyzer()AnalyzersearchAnalyzer()-
Methods inherited from interface org.hibernate.search.engine.backend.index.IndexManager
descriptor, unwrap
-
-
-
-
Method Detail
-
backend
LuceneBackend backend()
- Specified by:
backendin interfaceIndexManager
-
indexingAnalyzer
Analyzer indexingAnalyzer()
- Returns:
- The analyzer used when indexing. This analyzer behaves differently for each field, delegating to the analyzer configured in the mapping.
-
searchAnalyzer
Analyzer searchAnalyzer()
- Returns:
- The analyzer used in search queries. This analyzer behaves differently for each field, delegating to the analyzer configured in the mapping.
-
-