Interface IVFVectorsReader.PostingVisitor

Enclosing class:
IVFVectorsReader

public static interface IVFVectorsReader.PostingVisitor
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    resetPostingsScorer(long offset)
    returns the number of documents in the posting list
    int
    visit(org.apache.lucene.search.KnnCollector collector)
    returns the number of scored documents
  • Method Details

    • resetPostingsScorer

      int resetPostingsScorer(long offset) throws IOException
      returns the number of documents in the posting list
      Throws:
      IOException
    • visit

      int visit(org.apache.lucene.search.KnnCollector collector) throws IOException
      returns the number of scored documents
      Throws:
      IOException