org.apache.lucene.codecs.lucene40
Class Lucene40RWPostingsFormat

java.lang.Object
  extended by org.apache.lucene.codecs.PostingsFormat
      extended by org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
          extended by org.apache.lucene.codecs.lucene40.Lucene40RWPostingsFormat
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class Lucene40RWPostingsFormat
extends Lucene40PostingsFormat

Read-write version of Lucene40PostingsFormat for testing.


Field Summary
 
Fields inherited from class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
maxBlockSize, minBlockSize
 
Fields inherited from class org.apache.lucene.codecs.PostingsFormat
EMPTY
 
Constructor Summary
Lucene40RWPostingsFormat()
           
 
Method Summary
 FieldsConsumer fieldsConsumer(SegmentWriteState state)
           
 
Methods inherited from class org.apache.lucene.codecs.lucene40.Lucene40PostingsFormat
fieldsProducer, toString
 
Methods inherited from class org.apache.lucene.codecs.PostingsFormat
availablePostingsFormats, forName, getName, reloadPostingsFormats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lucene40RWPostingsFormat

public Lucene40RWPostingsFormat()
Method Detail

fieldsConsumer

public FieldsConsumer fieldsConsumer(SegmentWriteState state)
                              throws IOException
Overrides:
fieldsConsumer in class Lucene40PostingsFormat
Throws:
IOException


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