UseRawTextExtraction
IndexingOptions.UseRawTextExtraction property
Gets or sets a value indicating whether the raw mode is used for text extraction if possible. The default value is false
. The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.
public bool UseRawTextExtraction { get; set; }
Property Value
A value indicating whether the raw mode is used for text extraction if possible.
See Also
- class IndexingOptions
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search