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 |
createMissingValueStrategy(ServiceManager serviceManager,
SearchConfiguration cfg)
Creates 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 createMissingValueStrategy(ServiceManager serviceManager, SearchConfiguration cfg)
IndexManagerTypecreateMissingValueStrategy in interface IndexManagerTypeserviceManager - the service managercfg - the Hibernate Search configuration, providing in particular access to configuration properties.Copyright © 2006–2017 Hibernate. All rights reserved.