IndexSettingsUseRawTextExtraction Property |
Gets or sets a value indicating whether the raw mode is used for text extraction if possible.
The default value is true.
The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool UseRawTextExtraction { get; set; }
Public Property UseRawTextExtraction As Boolean
Get
Set
public:
property bool UseRawTextExtraction {
bool get ();
void set (bool value);
}
member UseRawTextExtraction : bool with get, set
Property Value
Type:
BooleanA value indicating whether the raw mode is used for text extraction if possible.
See Also