Uses of Interface
org.apache.lucene.internal.vectorization.VectorUtilSupport
-
Packages that use VectorUtilSupport Package Description org.apache.lucene.internal.vectorization Internal implementations to support SIMD vectorization.org.apache.lucene.util Some utility classes. -
-
Uses of VectorUtilSupport in org.apache.lucene.internal.vectorization
Classes in org.apache.lucene.internal.vectorization that implement VectorUtilSupport Modifier and Type Class Description (package private) class
DefaultVectorUtilSupport
Fields in org.apache.lucene.internal.vectorization declared as VectorUtilSupport Modifier and Type Field Description private VectorUtilSupport
DefaultVectorizationProvider. vectorUtilSupport
Methods in org.apache.lucene.internal.vectorization that return VectorUtilSupport Modifier and Type Method Description VectorUtilSupport
DefaultVectorizationProvider. 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 Modifier and Type Field Description private static VectorUtilSupport
VectorUtil. IMPL
-