Uses of Package
org.apache.lucene.codecs.lucene101
Packages that use org.apache.lucene.codecs.lucene101
-
Classes in org.apache.lucene.codecs.lucene101 used by org.apache.lucene.codecs.lucene101ClassDescriptionInspired from https://fulmicoton.com/posts/bitpacking/ Encodes multiple integers in a Java int to get SIMD-like speedups.Inspired from https://fulmicoton.com/posts/bitpacking/ Encodes multiple integers in one to get SIMD-like speedups.Configuration option for the codec.Holds all state required for
Lucene101PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.