| Package | Description |
|---|---|
| com.groupdocs.search.scaling.configuring |
The namespace provides classes for configuring the search network.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSettingsConfigurator |
Configurator.setIndexSettings()
Starts configuring the index settings for each shard in the search network.
|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setIndexType(IndexType indexType)
Sets the index type.
|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setSearchThreads(NumberOfThreads numberOfThreads)
Sets the number of search threads.
|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setTextStorageSettings(boolean isUsed,
Compression compression)
Sets the text storage settings.
|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setUseCharacterReplacements(boolean value)
Sets the use character replacements flag.
|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setUseStopWords(boolean value)
Sets the use stop words flag.
|
Copyright © 2026. All rights reserved.