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.appending Codec for on append-only outputs, such as plain output streams and append-only filesystems. 
org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly) 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. 
 

Uses of DocValuesFormat in org.apache.lucene.codecs
 

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

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

Methods in org.apache.lucene.codecs.appending that return DocValuesFormat
 DocValuesFormat AppendingCodec.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()
           
 

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

Subclasses of DocValuesFormat in org.apache.lucene.codecs.simpletext
 class SimpleTextDocValuesFormat
          Plain-text DocValues format.
 

Methods in org.apache.lucene.codecs.simpletext that return DocValuesFormat
 DocValuesFormat SimpleTextCodec.docValuesFormat()
           
 



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