Package | Description |
---|---|
com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
IndexSettings |
Index.getIndexSettings()
Gets the index setting.
|
Modifier and Type | Method and Description |
---|---|
Index |
IndexRepository.create(IndexSettings settings)
Creates a new index in memory.
|
Index |
IndexRepository.create(String indexFolder,
IndexSettings settings)
Creates a new index on disk.
|
protected static boolean |
IndexSettings.isReadOnly(IndexSettings settings) |
Constructor and Description |
---|
Index(IndexSettings settings)
Initializes a new instance of the
Index class in memory with particular index settings. |
Index(String indexFolder,
IndexSettings settings)
Initializes a new instance of the
Index class. |
Index(String indexFolder,
IndexSettings settings,
boolean overwriteIfExists)
Initializes a new instance of the
Index class. |
Modifier and Type | Method and Description |
---|---|
protected static void |
TextStorageSettings.setIndexSettings(TextStorageSettings settings,
IndexSettings value) |
Copyright © 2020. All rights reserved.