public abstract class IndexSettingsConfigurator extends Object
| Constructor and Description |
|---|
IndexSettingsConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Configurator |
completeIndexSettings()
Completes the configuration of the index settings.
|
abstract IndexSettingsConfigurator |
setIndexType(IndexType indexType)
Sets the index type.
|
abstract IndexSettingsConfigurator |
setSearchThreads(NumberOfThreads numberOfThreads)
Sets the number of search threads.
|
abstract IndexSettingsConfigurator |
setTextStorageSettings(boolean isUsed,
Compression compression)
Sets the text storage settings.
|
abstract IndexSettingsConfigurator |
setUseCharacterReplacements(boolean value)
Sets the use character replacements flag.
|
abstract IndexSettingsConfigurator |
setUseStopWords(boolean value)
Sets the use stop words flag.
|
public abstract Configurator completeIndexSettings()
public abstract IndexSettingsConfigurator setIndexType(IndexType indexType)
indexType - The index type.public abstract IndexSettingsConfigurator setSearchThreads(NumberOfThreads numberOfThreads)
numberOfThreads - The number of search threads.public abstract IndexSettingsConfigurator setTextStorageSettings(boolean isUsed, Compression compression)
isUsed - The flag of using the text storage in index.compression - The compression level.public abstract IndexSettingsConfigurator setUseCharacterReplacements(boolean value)
value - The flag value.public abstract IndexSettingsConfigurator setUseStopWords(boolean value)
value - The flag value.Copyright © 2026. All rights reserved.