Interface ISearchHit

    • Method Detail

      • getScore

        double getScore()
        Returns the score of this search hit.
        Returns:
        the score of this search hit.
        Since:
        8.1.0
      • getDocument

        Document getDocument()
        Returns the Document object related to the hit, containing all stored fields.
        Returns:
        Document object related to the hit.
        Since:
        8.1.0