org.apache.lucene.codecs.lucene42
Class Lucene42RWCodec

java.lang.Object
  extended by org.apache.lucene.codecs.Codec
      extended by org.apache.lucene.codecs.lucene42.Lucene42Codec
          extended by org.apache.lucene.codecs.lucene42.Lucene42RWCodec
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class Lucene42RWCodec
extends Lucene42Codec

Read-write version of Lucene42Codec for testing.


Constructor Summary
Lucene42RWCodec()
           
 
Method Summary
 FieldInfosFormat fieldInfosFormat()
           
 DocValuesFormat getDocValuesFormatForField(String field)
           
 NormsFormat normsFormat()
           
 
Methods inherited from class org.apache.lucene.codecs.lucene42.Lucene42Codec
docValuesFormat, getPostingsFormatForField, liveDocsFormat, postingsFormat, segmentInfoFormat, storedFieldsFormat, termVectorsFormat
 
Methods inherited from class org.apache.lucene.codecs.Codec
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lucene42RWCodec

public Lucene42RWCodec()
Method Detail

getDocValuesFormatForField

public DocValuesFormat getDocValuesFormatForField(String field)
Overrides:
getDocValuesFormatForField in class Lucene42Codec

normsFormat

public NormsFormat normsFormat()
Overrides:
normsFormat in class Lucene42Codec

fieldInfosFormat

public FieldInfosFormat fieldInfosFormat()
Overrides:
fieldInfosFormat in class Lucene42Codec


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