Package org.apache.lucene.util.hnsw
Interface CloseableRandomVectorScorerSupplier
-
- All Superinterfaces:
AutoCloseable
,Closeable
,RandomVectorScorerSupplier
public interface CloseableRandomVectorScorerSupplier extends Closeable, RandomVectorScorerSupplier
A supplier that createsRandomVectorScorer
from an ordinal. Caller should be sure to close after useNOTE: the
RandomVectorScorerSupplier.copy()
returnedRandomVectorScorerSupplier
is not necessarily closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
totalVectorCount()
-
Methods inherited from interface org.apache.lucene.util.hnsw.RandomVectorScorerSupplier
copy, scorer
-
-