Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
IContainerItemExtractor
Provides methods for extracting items from container documents.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomExtractorCollection.addItem(IFieldExtractor extractor)
Adds an extractor to the collection.
|
boolean |
CustomExtractorCollection.containsItem(IFieldExtractor item)
Determines whether the collection contains a specific extractor.
|
void |
CustomExtractorCollection.copyToTArray(IFieldExtractor[] array,
int arrayIndex)
Copies the elements of the collection to an array, starting at a particular array index.
|
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 |
TextOptions.getCustomExtractor()
Gets the custom text extractor that was used for indexing.
|
Modifier and Type | Method and Description |
---|---|
void |
TextOptions.setCustomExtractor(IFieldExtractor value)
Sets the custom text extractor that was used for indexing.
|