Package org.apache.lucene.util.hnsw
Interface HasKnnVectorValues
- All Known Implementing Classes:
RandomVectorScorer.AbstractRandomVectorScorer,UpdateableRandomVectorScorer.AbstractUpdateableRandomVectorScorer
public interface HasKnnVectorValues
Implementors can return the KnnVectorValues from which their scorers read.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Method Summary
-
Method Details
-
values
KnnVectorValues values()Returns the backing vector values, or null.
-