IndexType

ExtractorSettings.IndexType property

Gets or sets the index type the extractor is used for. The default value is NormalIndex.

public IndexType IndexType { get; set; }

Property Value

The index type the extractor is used for.

See Also