| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected static IndexingOptions |
CoreFactory.createIndexingOptions() |
protected static IndexingOptions |
CoreFactory.createIndexingOptions(Object data) |
| Modifier and Type | Method and Description |
|---|---|
void |
Index.add(Document[] documents,
IndexingOptions options)
Performs indexing operation.
|
void |
Index.add(ExtractedData[] data,
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.
|
protected static ExtractionOptions |
CoreFactory.createExtractionOptions(IndexingOptions options,
IFieldExtractor customExtractor,
IOcrConnector ocrConnector) |
| Constructor and Description |
|---|
ExtractionOptions(IndexingOptions options,
IFieldExtractor customExtractor,
IOcrConnector ocrConnector)
Initializes a new instance of the
ExtractionOptions class. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Indexer.add(Document[] documents,
String[] passwords,
IndexingOptions options)
Performs indexing operation.
|
abstract void |
Indexer.add(ExtractedData[] data,
IndexingOptions options)
Performs indexing operation.
|
Copyright © 2026. All rights reserved.