public class TextStorageSettings extends Object
Learn more
Constructor and Description |
---|
TextStorageSettings(Compression compression)
Initializes a new instance of the
TextStorageSettings class. |
Modifier and Type | Method and Description |
---|---|
Compression |
getCompression()
Gets the compression of text storage.
|
void |
setCompression(Compression value)
Sets the compression of text storage.
|
protected static void |
setIndexSettings(TextStorageSettings settings,
IndexSettings value) |
public TextStorageSettings(Compression compression)
TextStorageSettings
class.compression
- The compression of text storage.public final Compression getCompression()
public final void setCompression(Compression value)
value
- The compression of text storage.protected static void setIndexSettings(TextStorageSettings settings, IndexSettings value)