Links
dtSearch Text Retrieval Engine -- Java API
IndexJob.getIndexInfo Method
IndexJob Class | IndexJob Class | com.dtsearch.engine Package | Example
public native String getIndexInfo();
Description

Returns a table of values describing the index in IndexPath.

Example
DocCount = 126894
WordCount = 1550601
Size = 261699
Size64 = 267980037
PercentFull = 0
DateCreated = M06/D09/Y2006 10:07:30
DateCreatedLocal = 06/09/06 06:07:30
DateUpdated = M06/D09/Y2006 10:13:01
DateUpdatedLocal = 06/09/06 06:13:01
DateCompressed =
DateCompressedLocal =
Fragmentation = 0
ObsoleteCount = 0
IndexFlags = 805306384

 

Each date is provided in a generic format as a UTC date and as a local date in localized format. 

Size is in kilobytes. Size64 is the size in bytes. 

IndexFlags indicates the IndexingFlags values that were used to create the index.

Class
Links
You are here: Classes > IndexJob Class > IndexJob.getIndexInfo Method
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.