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)
IndexManagerType
createAnalyzerStrategy
in interface IndexManagerType
serviceManager
- the service managercfg
- the Hibernate Search configuration, providing in particular access to configuration properties.public MissingValueStrategy getMissingValueStrategy()
IndexManagerType
getMissingValueStrategy
in interface IndexManagerType
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved