Class PostingIndexInput
java.lang.Object
org.apache.lucene.codecs.lucene104.PostingIndexInput
Wrapper around an
IndexInput and a ForUtil that optionally optimizes decoding
using vectorization. This class mostly exists to enable benchmarking the decoding logic of
postings since it internally calls code that may only be called from the lucene-core JAR.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(int bitsPerValue, int[] ints) Decode 256 integers stored onbitsPerValuesbits per value intoints.
-
Field Details
-
forUtil
-
-
Constructor Details
-
PostingIndexInput
- Throws:
IOException
-
-
Method Details
-
decode
Decode 256 integers stored onbitsPerValuesbits per value intoints.- Throws:
IOException
-