| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.events |
The package provides classes of event arguments.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ExtractionOptions |
CoreFactory.createExtractionOptions(IndexingOptions options,
IFieldExtractor customExtractor,
IOcrConnector ocrConnector) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IContainerItemExtractor
Provides methods for extracting items from container documents.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<IFieldExtractor> |
CustomExtractorCollection.iterator()
Returns an iterator for this collection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CustomExtractorCollection.addItem(IFieldExtractor extractor)
Adds an extractor to the collection.
|
abstract boolean |
CustomExtractorCollection.containsItem(IFieldExtractor item)
Determines whether the collection contains a specific extractor.
|
abstract void |
CustomExtractorCollection.copyToTArray(IFieldExtractor[] array,
int arrayIndex)
Copies the elements of the collection to an array, starting at a particular array index.
|
abstract boolean |
CustomExtractorCollection.removeItem(IFieldExtractor extractor)
Removes an extractor from the collection.
|
| Modifier and Type | Method and Description |
|---|---|
IFieldExtractor |
FileIndexingEventArgs.getCustomExtractor()
Gets the custom text extractor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileIndexingEventArgs.setCustomExtractor(IFieldExtractor value)
Sets the custom text extractor.
|
| Modifier and Type | Method and Description |
|---|---|
IFieldExtractor |
ExtractionOptions.getCustomExtractor()
Gets the custom text extractor.
|
IFieldExtractor |
ITextOptions.getCustomExtractor()
Gets the custom text extractor that was used for indexing.
|
IFieldExtractor |
TextOptions.getCustomExtractor()
Gets the custom text extractor that was used for indexing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractionOptions.setCustomExtractor(IFieldExtractor value)
Sets or sets the custom text extractor.
|
void |
ITextOptions.setCustomExtractor(IFieldExtractor value)
Sets the custom text extractor that was used for indexing.
|
void |
TextOptions.setCustomExtractor(IFieldExtractor value)
Sets the custom text extractor that was used for indexing.
|
| Constructor and Description |
|---|
ExtractionOptions(IndexingOptions options,
IFieldExtractor customExtractor,
IOcrConnector ocrConnector)
Initializes a new instance of the
ExtractionOptions class. |
Copyright © 2026. All rights reserved.