Package | Description |
---|---|
com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
com.groupdocs.search.results |
The package provides search result classes.
|
Modifier and Type | Method and Description |
---|---|
DeleteResult |
Index.delete(String[] paths,
UpdateOptions options)
Deletes indexed files or folders from the index.
|
DeleteResult |
Index.delete(UpdateOptions options,
String[] documentKeys)
Deletes documents indexed from streams or structures.
|
Modifier and Type | Method and Description |
---|---|
protected static DeleteResult |
DeleteResult.create(PathDeleteResult[] itemResults,
int totalCount,
int failedCount,
String[] errors) |