Class BlockTreeOrdsPostingsFormat

java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.apache.lucene.codecs.blocktreeords.BlockTreeOrdsPostingsFormat
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class BlockTreeOrdsPostingsFormat extends PostingsFormat
  • Field Details

    • minTermBlockSize

      private final int minTermBlockSize
    • maxTermBlockSize

      private final int maxTermBlockSize
    • BLOCK_SIZE

      public static final int BLOCK_SIZE
      Fixed packed block size, number of integers encoded in a single packed block.
      See Also:
  • Constructor Details

    • BlockTreeOrdsPostingsFormat

      public BlockTreeOrdsPostingsFormat()
      Creates Lucene41PostingsFormat with default settings.
    • BlockTreeOrdsPostingsFormat

      public BlockTreeOrdsPostingsFormat(int minTermBlockSize, int maxTermBlockSize)
      Creates Lucene41PostingsFormat with custom values for minBlockSize and maxBlockSize passed to block terms dictionary.
      See Also:
  • Method Details