Links
dtSearch Text Retrieval Engine -- Java API 7.70
IndexProgressInfo Class
Fields | Classes | Legend | Members | Send Feedback

IndexProgressInfo is passed in the IIndexStatusHandler interface in the onProgressUpdate call and provides detailed information on the status of an IndexJob.

Class Hierarchy
public class IndexProgressInfo;
File

IndexProgressInfo.java

Fields
Field 
Description 
Number of files not indexed because they were determined to be binary. 
Total size of the files indexed so far, in bytes 
Total size of the files to be indexed, in bytes 
Percentage of the current merge process that has been completed 
Bytes of document data that have been read so far 
Number of documents in the index 
Number of documents read so far (a single file may include more than one document) 
Seconds since the index job started 
Number of files not indexed because they were encrypted. 
Estimated number of seconds remaining in the index job 
file 
Information about the file currently being indexed 
Number of files in the selected folders that have been checked to see if they need to be indexed 
Number of files read so far 
Number of files in the selected folders to check to see if they have been indexed 
Number of files to index 
Location of the index being updated 
Percentage of the maximum possible size of this index 
Number of files not indexed because they could not be accessed 
Number of documents that were partially corrupt 
Number of documents that were partially encrypted 
The percentage of the files that have been indexed 
step 
An IndexingStep value indicating what the indexer is currently doing 
A MessageCode indicating the reason for the update message 
Number of unique words in the index 
Group
Legend
 
Data Member 
Links
You are here: Classes > IndexProgressInfo Class
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.