ExtractorSettings
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class ExtractorSettings
Contains settings for the document data extractor.
| Constructor | Description |
|---|---|
| ExtractorSettings() |
| Method | Description |
|---|---|
| getIndexType() | Gets the index type the extractor is used for. |
| setIndexType(IndexType value) | Sets the index type the extractor is used for. |
public ExtractorSettings()
public abstract IndexType getIndexType()
Gets the index type the extractor is used for. The default value is GroupDocs.Search.Options.IndexType.NormalIndex .
Returns: IndexType - The index type the extractor is used for.
public abstract void setIndexType(IndexType value)
Sets the index type the extractor is used for. The default value is GroupDocs.Search.Options.IndexType.NormalIndex .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | IndexType | The index type the extractor is used for. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.