ExtractorSettings
Contents
[
Hide
]
Inheritance: java.lang.Object
public abstract class ExtractorSettings
Contains settings for the document data extractor.
Constructors
Constructor | Description |
---|---|
ExtractorSettings() |
Methods
Method | Description |
---|---|
getIndexType() | Gets the index type the extractor is used for. |
setIndexType(IndexType value) | Sets the index type the extractor is used for. |
ExtractorSettings()
public ExtractorSettings()
getIndexType()
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.
setIndexType(IndexType value)
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. |