Module org.elasticsearch.server
Interface IVFVectorsReader.PostingVisitor
- Enclosing class:
IVFVectorsReader
public static interface IVFVectorsReader.PostingVisitor
-
Method Summary
Modifier and TypeMethodDescriptionintresetPostingsScorer(long offset) returns the number of documents in the posting listintvisit(org.apache.lucene.search.KnnCollector collector) returns the number of scored documents
-
Method Details
-
resetPostingsScorer
returns the number of documents in the posting list- Throws:
IOException
-
visit
returns the number of scored documents- Throws:
IOException
-