Uses of Interface
org.apache.lucene.internal.vectorization.VectorUtilSupport
Packages that use VectorUtilSupport
Package
Description
Internal implementations to support SIMD vectorization.
Some utility classes.
-
Uses of VectorUtilSupport in org.apache.lucene.internal.vectorization
Classes in org.apache.lucene.internal.vectorization that implement VectorUtilSupportFields in org.apache.lucene.internal.vectorization declared as VectorUtilSupportModifier and TypeFieldDescriptionprivate final VectorUtilSupport
DefaultVectorizationProvider.vectorUtilSupport
Methods in org.apache.lucene.internal.vectorization that return VectorUtilSupportModifier and TypeMethodDescriptionDefaultVectorizationProvider.getVectorUtilSupport()
abstract VectorUtilSupport
VectorizationProvider.getVectorUtilSupport()
Returns a singleton (stateless)VectorUtilSupport
to support SIMD usage inVectorUtil
. -
Uses of VectorUtilSupport in org.apache.lucene.util
Fields in org.apache.lucene.util declared as VectorUtilSupport