FileIndexingEventArgs
Contents
[
Hide
]
FileIndexingEventArgs class
Represents arguments for the event of a document indexing start.
public class FileIndexingEventArgs : BaseIndexEventArgs
Properties
| 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. |
Remarks
Learn more
See Also
- class BaseIndexEventArgs
- namespace GroupDocs.Search.Events
- assembly GroupDocs.Search