Package org.apache.lucene.util.hnsw
Interface CloseableRandomVectorScorerSupplier
- All Superinterfaces:
AutoCloseable
,Closeable
,RandomVectorScorerSupplier
A supplier that creates
UpdateableRandomVectorScorer
from an ordinal. Caller should be
sure to close after use
NOTE: the RandomVectorScorerSupplier.copy()
returned RandomVectorScorerSupplier
is not necessarily
closeable
-
Method Summary
Methods inherited from interface org.apache.lucene.util.hnsw.RandomVectorScorerSupplier
copy, scorer
-
Method Details
-
totalVectorCount
int totalVectorCount()
-