1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. IndexSettings
  8. /
  9. CustomExtractors

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