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)
           
abstract  DocValuesArraySource DocValuesArraySource.newFromArray(Object array)
           
abstract  DocValuesArraySource DocValuesArraySource.newFromInput(IndexInput input, int numDocs)
           
 



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