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 |
---|---|
void |
Index.merge(Index index,
MergeOptions options)
Merges the specified index into the current index.
|
void |
Index.merge(IndexRepository repository,
MergeOptions options)
Merges indexes from the specified index repository into the current index.
|
void |
Index.optimize(MergeOptions options)
Minimizes the number of index segments by merging them one with another.
|