| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
IndexRepository.create()
Creates a new index in memory.
|
Index |
IndexRepository.create(IndexSettings settings)
Creates a new index in memory.
|
Index |
IndexRepository.create(String indexFolder)
Creates a new index on disk.
|
Index |
IndexRepository.create(String indexFolder,
IndexSettings settings)
Creates a new index on disk.
|
Index[] |
IndexRepository.getIndexes()
Gets the indexes contained in this
IndexRepository. |
static Index |
Index.loadIntoMemoryCompletely(String indexFolder)
Loads the entire index into memory.
|
static Index |
Index.loadIntoMemoryCompletely(String indexFolder,
IndexSettings settings)
Loads the entire index into memory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexRepository.addToRepository(Index index)
Adds an index to the index repository.
|
protected static String |
Index.getIndexFolder(Index index) |
protected static com.aspose.ms.System.Guid |
Index.getIndexId(Index index) |
protected static IndexStatus |
Index.getIndexStatus(Index index) |
protected static String |
Index.getVersion(Index index) |
void |
Index.merge(Index index,
MergeOptions options)
Merges the specified index into the current index.
|
Copyright © 2026. All rights reserved.