Package | Description |
---|---|
com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
com.groupdocs.search.common |
The package provides common classes of the library.
|
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 . |
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 int |
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.
|
Modifier and Type | Method and Description |
---|---|
protected static IndexInfo |
IndexInfo.Create(Index index) |
Constructor and Description |
---|
IndexInfo(Index index) |
Copyright © 2020. All rights reserved.