IndexFileInfo is passed with an IndexProgressInfo during an index update and provides detailed information about the file being indexed.
File
File: IndexFileInfo.java
Package: com.dtsearch.engine
Syntax
Fields
Field |
Description |
---|---|
Number of bytes of the file that have been read so far | |
Alternative user-friendly name for this document (usually the "Title") | |
DocId that will be assigned to this document in the index | |
FileInfoFlags value with information about how this document was indexed. | |
Full path and filename of the document | |
Location of the file | |
Name of the file | |
If the file could not be opened, a message indicating the reason | |
Percent of the file that has been processed so far | |
Size of the file in bytes | |
File format expressed as a public String | |
File format expressed as a TypeId | |
Number of words parsed from the file |
Class Hierarchy
com.dtsearch.engine.IndexFileInfo