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.add(Document[] documents,
IndexingOptions options)
Performs indexing operation.
|
void |
Index.add(String[] paths,
IndexingOptions options)
Performs indexing operation.
|
void |
Index.add(String path,
IndexingOptions options)
Performs indexing operation.
|
Copyright © 2020. All rights reserved.