Class VectorScorer.ByteVectorScorer

    • Method Detail

      • advanceExact

        public boolean advanceExact​(int doc)
                             throws java.io.IOException
        Advance the instance to the given document ID and return true if there is a value for that document.
        Specified by:
        advanceExact in class VectorScorer
        Throws:
        java.io.IOException
      • score

        public float score()
                    throws java.io.IOException
        Description copied from class: VectorScorer
        Compute the similarity score for the current document.
        Specified by:
        score in class VectorScorer
        Throws:
        java.io.IOException