public static final class CheckIndex.Status.TermIndexStatus extends Object
| Modifier and Type | Field and Description | 
|---|---|
| Map<String,Object> | blockTreeStatsHolds details of block allocations in the block
  tree terms dictionary (this is only set if the
   PostingsFormatfor this segment uses block
  tree. | 
| long | delTermCountNumber of terms with zero live docs docs. | 
| Throwable | errorException thrown during term index test (null on success) | 
| long | termCountNumber of terms with at least one live doc. | 
| long | totFreqTotal frequency across all terms. | 
| long | totPosTotal number of positions. | 
public long termCount
public long delTermCount
public long totFreq
public long totPos
public Throwable error
public Map<String,Object> blockTreeStats
PostingsFormat for this segment uses block
  tree.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.