public final class LuceneEmbeddedIndexManagerType extends Object implements IndexManagerType
| Modifier and Type | Field and Description |
|---|---|
static LuceneEmbeddedIndexManagerType |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
AnalyzerStrategy |
createAnalyzerStrategy(ServiceManager serviceManager,
SearchConfiguration cfg)
Creates the strategy of analyzer execution employed by index managers of this family.
|
MissingValueStrategy |
getMissingValueStrategy()
The strategy for missing values employed by index managers of this family.
|
public static final LuceneEmbeddedIndexManagerType INSTANCE
public AnalyzerStrategy createAnalyzerStrategy(ServiceManager serviceManager, SearchConfiguration cfg)
IndexManagerTypecreateAnalyzerStrategy in interface IndexManagerTypeserviceManager - the service managercfg - the Hibernate Search configuration, providing in particular access to configuration properties.public MissingValueStrategy getMissingValueStrategy()
IndexManagerTypegetMissingValueStrategy in interface IndexManagerTypeCopyright © 2006–2017 Hibernate. All rights reserved.