| Package | Description |
|---|---|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| com.groupdocs.search.scaling.configuring |
The namespace provides classes for configuring the search network.
|
| Modifier and Type | Method and Description |
|---|---|
Compression |
TextStorageSettings.getCompression()
Gets the compression of text storage.
|
static Compression |
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression[] |
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextStorageSettings.setCompression(Compression value)
Sets the compression of text storage.
|
| Constructor and Description |
|---|
TextStorageSettings(Compression compression)
Initializes a new instance of the
TextStorageSettings class. |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexSettingsConfigurator |
IndexSettingsConfigurator.setTextStorageSettings(boolean isUsed,
Compression compression)
Sets the text storage settings.
|
Copyright © 2026. All rights reserved.