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

Packages that use DocValuesFormat
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly) 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
 

Uses of DocValuesFormat in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return DocValuesFormat
abstract  DocValuesFormat Codec.docValuesFormat()
          Encodes/decodes docvalues
 DocValuesFormat FilterCodec.docValuesFormat()
           
 

Uses of DocValuesFormat in org.apache.lucene.codecs.lucene3x
 

Methods in org.apache.lucene.codecs.lucene3x that return DocValuesFormat
 DocValuesFormat Lucene3xCodec.docValuesFormat()
          Deprecated.  
 

Uses of DocValuesFormat in org.apache.lucene.codecs.lucene40
 

Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene40
 class Lucene40DocValuesFormat
          Lucene 4.0 DocValues format.
 

Methods in org.apache.lucene.codecs.lucene40 that return DocValuesFormat
 DocValuesFormat Lucene40Codec.docValuesFormat()
           
 



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