Module org.apache.lucene.core
Package org.apache.lucene.internal.vectorization
Internal implementations to support SIMD vectorization. This package is for internal Lucene use
only!
- See Also:
VectorizationProvider
-
Interface Summary Interface Description VectorUtilSupport Interface for implementations of VectorUtil support. -
Class Summary Class Description DefaultVectorizationProvider Default provider returning scalar implementations.DefaultVectorUtilSupport VectorizationProvider A provider of vectorization implementations.VectorizationProvider.Holder This static holder class prevents classloading deadlock.