CustomExtractorCollection
Leave feedback
On this page
Contains a collection of custom extractors. If the collection contains an extractor for some file extension that is covered by build-in extractors, then this extractor will be used instead of built-in one.
public class CustomExtractorCollection : ICollection<IFieldExtractor>
| Name | Description |
|---|---|
| Count { get; } | Gets the number of extractors contained in the collection. |
| IsReadOnly { get; } | Gets a value indicating whether the collection is read-only. |
| Name | Description |
|---|---|
| Add(IFieldExtractor) | Adds an extractor to the collection. |
| Clear() | Removes all extractors from the collection. |
| Contains(IFieldExtractor) | Determines whether the collection contains a specific extractor. |
| CopyTo(IFieldExtractor[], int) | Copies the elements of the collection to an array, starting at a particular array index. |
| GetEnumerator() | Returns an enumerator for this collection. |
| Remove(IFieldExtractor) | Removes an extractor from the collection. |
Learn more
- interface IFieldExtractor
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.