org.apache.lucene.index
Class CheckIndex.Status.DocValuesStatus

java.lang.Object
  extended by org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Enclosing class:
CheckIndex.Status

public static final class CheckIndex.Status.DocValuesStatus
extends Object

Status from testing DocValues


Field Summary
 Throwable error
          Exception thrown during doc values test (null on success)
 long totalBinaryFields
          Total number of binary fields
 long totalNumericFields
          Total number of numeric fields
 long totalSortedFields
          Total number of sorted fields
 long totalSortedSetFields
          Total number of sortedset fields
 long totalValueFields
          Total number of docValues tested.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalValueFields

public long totalValueFields
Total number of docValues tested.


totalNumericFields

public long totalNumericFields
Total number of numeric fields


totalBinaryFields

public long totalBinaryFields
Total number of binary fields


totalSortedFields

public long totalSortedFields
Total number of sorted fields


totalSortedSetFields

public long totalSortedSetFields
Total number of sortedset fields


error

public Throwable error
Exception thrown during doc values test (null on success)



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.