CustomExtractorCollection
Contents
[
Hide
]
CustomExtractorCollection class
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>
Properties
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. |
Methods
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. |
Remarks
Learn more
See Also
- interface IFieldExtractor
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search