org.apache.lucene.index
Class MultiDocValues.DocValuesSlice

java.lang.Object
  extended by org.apache.lucene.index.MultiDocValues.DocValuesSlice
Enclosing class:
MultiDocValues

public static class MultiDocValues.DocValuesSlice
extends Object


Field Summary
static MultiDocValues.DocValuesSlice[] EMPTY_ARRAY
           
 
Constructor Summary
MultiDocValues.DocValuesSlice(DocValues docValues, int start, int length)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ARRAY

public static final MultiDocValues.DocValuesSlice[] EMPTY_ARRAY
Constructor Detail

MultiDocValues.DocValuesSlice

public MultiDocValues.DocValuesSlice(DocValues docValues,
                                     int start,
                                     int length)


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