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

    Constructors
    Constructor
    Description
    LuceneOptimizedPointsFormat(org.apache.lucene.codecs.PointsFormat pointsFormat)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.codecs.PointsReader
    fieldsReader(org.apache.lucene.index.SegmentReadState state)
     
    org.apache.lucene.codecs.PointsWriter
    fieldsWriter(org.apache.lucene.index.SegmentWriteState state)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      fieldsWriter in class org.apache.lucene.codecs.PointsFormat
      Throws:
      IOException
    • fieldsReader

      public org.apache.lucene.codecs.PointsReader fieldsReader(org.apache.lucene.index.SegmentReadState state) throws IOException
      Specified by:
      fieldsReader in class org.apache.lucene.codecs.PointsFormat
      Throws:
      IOException