org.apache.lucene.codecs.lucene40ords
Class Lucene40WithOrds
java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.apache.lucene.codecs.lucene40ords.Lucene40WithOrds
- All Implemented Interfaces:
- NamedSPILoader.NamedSPI
public final class Lucene40WithOrds
- extends PostingsFormat
Customized version of Lucene40Codec
that uses
FixedGapTermsIndexWriter
.
TERMS_CACHE_SIZE
public static final int TERMS_CACHE_SIZE
- See Also:
- Constant Field Values
Lucene40WithOrds
public Lucene40WithOrds()
fieldsConsumer
public FieldsConsumer fieldsConsumer(SegmentWriteState state)
throws IOException
- Specified by:
fieldsConsumer
in class PostingsFormat
- Throws:
IOException
fieldsProducer
public FieldsProducer fieldsProducer(SegmentReadState state)
throws IOException
- Specified by:
fieldsProducer
in class PostingsFormat
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.