CustomExtractors

IndexSettings.CustomExtractors property

Gets the custom extractor collection.

public CustomExtractorCollection CustomExtractors { get; }

Property Value

The custom extractor collection.

Remarks

The full example of implementing a custom extractor is presented in documentation for IFieldExtractor interface.

See Also