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 |
---|---|
DeleteResult |
Index.delete(String[] paths,
UpdateOptions options)
Deletes indexed files or folders from the index.
|
void |
Index.update(UpdateOptions options)
Re-indexes documents that have been changed or deleted since last update.
|
void |
IndexRepository.update(UpdateOptions options)
Updates all indexes in the repository.
|