Class LuceneOptimizedPointsFormat
java.lang.Object
org.apache.lucene.codecs.PointsFormat
com.apple.foundationdb.record.lucene.codec.LuceneOptimizedPointsFormat
public class LuceneOptimizedPointsFormat
extends org.apache.lucene.codecs.PointsFormat
Lazy Reads the PointsFormat to limit the amount of bytes returned
from FDB.
-
Field Summary
Fields inherited from class org.apache.lucene.codecs.PointsFormat
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionLuceneOptimizedPointsFormat(org.apache.lucene.codecs.PointsFormat pointsFormat) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.codecs.PointsReaderfieldsReader(org.apache.lucene.index.SegmentReadState state) org.apache.lucene.codecs.PointsWriterfieldsWriter(org.apache.lucene.index.SegmentWriteState state)
-
Constructor Details
-
LuceneOptimizedPointsFormat
public LuceneOptimizedPointsFormat(org.apache.lucene.codecs.PointsFormat pointsFormat)
-
-
Method Details
-
fieldsWriter
public org.apache.lucene.codecs.PointsWriter fieldsWriter(org.apache.lucene.index.SegmentWriteState state) throws IOException - Specified by:
fieldsWriterin classorg.apache.lucene.codecs.PointsFormat- Throws:
IOException
-
fieldsReader
public org.apache.lucene.codecs.PointsReader fieldsReader(org.apache.lucene.index.SegmentReadState state) throws IOException - Specified by:
fieldsReaderin classorg.apache.lucene.codecs.PointsFormat- Throws:
IOException
-