FileIndexingEventArgs
Leave feedback
On this page
Represents arguments for the event of a document indexing start.
public class FileIndexingEventArgs : BaseIndexEventArgs
| Name | Description |
|---|---|
| AdditionalFields { get; set; } | Gets or set the additional fields for the document. |
| Attributes { get; set; } | Gets or set the attributes of the document. |
| CustomExtractor { get; set; } | Gets or set the custom text extractor. |
| Document { get; } | Gets the document. |
| DocumentFullPath { get; } | Gets the document full path. |
| DocumentKey { get; } | Gets the document key. |
| Encoding { get; set; } | Gets or sets the encoding of the document. |
| IndexFolder { get; } | Gets the index folder. |
| IndexId { get; } | Gets the index ID. |
| SkipIndexing { get; set; } | Gets or sets a value indicating that indexing of the document should be skipped. |
| Status { get; } | Gets the index status. |
| Time { get; } | Gets the time of an event. |
| WordSplitter { get; set; } | Gets or sets the custom word splitter used to split text into words. |
Learn more
- class BaseIndexEventArgs
- namespace GroupDocs.Search.Events
- 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.