org.apache.lucene.codecs.lucene45
Class Lucene45RWCodec

java.lang.Object
  extended by org.apache.lucene.codecs.Codec
      extended by org.apache.lucene.codecs.lucene45.Lucene45Codec
          extended by org.apache.lucene.codecs.lucene45.Lucene45RWCodec
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class Lucene45RWCodec
extends Lucene45Codec

Read-write version of Lucene45Codec for testing.


Constructor Summary
Lucene45RWCodec()
           
 
Method Summary
 FieldInfosFormat fieldInfosFormat()
           
 
Methods inherited from class org.apache.lucene.codecs.lucene45.Lucene45Codec
docValuesFormat, getDocValuesFormatForField, getPostingsFormatForField, liveDocsFormat, normsFormat, 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

Lucene45RWCodec

public Lucene45RWCodec()
Method Detail

fieldInfosFormat

public FieldInfosFormat fieldInfosFormat()
Overrides:
fieldInfosFormat in class Lucene45Codec


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