Uses of Class
org.apache.lucene.codecs.DocValuesArraySource

Packages that use DocValuesArraySource
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
 

Uses of DocValuesArraySource in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return DocValuesArraySource
static DocValuesArraySource DocValuesArraySource.forType(DocValues.Type type)
          Returns the DocValuesArraySource for the given DocValues.Type.
abstract  DocValuesArraySource DocValuesArraySource.newFromArray(Object array)
          Creates DocValuesArraySource from a native array.
abstract  DocValuesArraySource DocValuesArraySource.newFromInput(IndexInput input, int numDocs)
          Creates a DocValuesArraySource by loading a previously saved one from an IndexInput.
 



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