Uses of Class
org.apache.lucene.internal.vectorization.PostingDecodingUtil
Packages that use PostingDecodingUtil
Package
Description
Internal implementations to support SIMD vectorization.
-
Uses of PostingDecodingUtil in org.apache.lucene.internal.vectorization
Methods in org.apache.lucene.internal.vectorization that return PostingDecodingUtilModifier and TypeMethodDescriptionabstract PostingDecodingUtil
VectorizationProvider.newPostingDecodingUtil
(IndexInput input) Create a newPostingDecodingUtil
for the givenIndexInput
.