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. 
org.apache.lucene.codecs.lucene41 Lucene 4.1 file format. 
org.apache.lucene.codecs.lucene42 Lucene 4.2 file format. 
org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. 
 

Uses of DocValuesFormat in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return DocValuesFormat
 DocValuesFormat FilterCodec.docValuesFormat()
           
abstract  DocValuesFormat Codec.docValuesFormat()
          Encodes/decodes docvalues
static DocValuesFormat DocValuesFormat.forName(String name)
          looks up a format by name
 

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
          Deprecated. Only for reading old 4.0 and 4.1 segments
 

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

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

Methods in org.apache.lucene.codecs.lucene41 that return DocValuesFormat
 DocValuesFormat Lucene41Codec.docValuesFormat()
          Deprecated.  
 

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

Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene42
 class Lucene42DocValuesFormat
          Lucene 4.2 DocValues format.
 

Methods in org.apache.lucene.codecs.lucene42 that return DocValuesFormat
 DocValuesFormat Lucene42Codec.docValuesFormat()
           
 DocValuesFormat Lucene42Codec.getDocValuesFormatForField(String field)
          Returns the docvalues format that should be used for writing new segments of field.
 

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

Subclasses of DocValuesFormat in org.apache.lucene.codecs.perfield
 class PerFieldDocValuesFormat
          Enables per field docvalues support.
 

Methods in org.apache.lucene.codecs.perfield that return DocValuesFormat
abstract  DocValuesFormat PerFieldDocValuesFormat.getDocValuesFormatForField(String field)
          Returns the doc values format that should be used for writing new segments of field.
 



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