CustomExtractor

TextOptions.CustomExtractor property

Gets or sets the custom text extractor that was used for indexing. The default value is null. Note that this value is used only if document text was not saved into the index.

public IFieldExtractor CustomExtractor { get; set; }

Property Value

The custom text extractor that was used for indexing.

See Also