org.apache.lucene.index
Class AssertingAtomicReader.AssertingNumericDocValues

java.lang.Object
  extended by org.apache.lucene.index.NumericDocValues
      extended by org.apache.lucene.index.AssertingAtomicReader.AssertingNumericDocValues
Enclosing class:
AssertingAtomicReader

public static class AssertingAtomicReader.AssertingNumericDocValues
extends NumericDocValues

Wraps a NumericDocValues but with additional asserts


Field Summary
 
Fields inherited from class org.apache.lucene.index.NumericDocValues
EMPTY
 
Constructor Summary
AssertingAtomicReader.AssertingNumericDocValues(NumericDocValues in, int maxDoc)
           
 
Method Summary
 long get(int docID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertingAtomicReader.AssertingNumericDocValues

public AssertingAtomicReader.AssertingNumericDocValues(NumericDocValues in,
                                                       int maxDoc)
Method Detail

get

public long get(int docID)
Specified by:
get in class NumericDocValues


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