Class SearchResults.Doc

  • Enclosing class:
    SearchResults

    public static class SearchResults.Doc
    extends Object
    Holder for a hit.
    • Method Detail

      • getDocId

        public int getDocId()
        Returns the document id.
      • getScore

        public float getScore()
        Returns the score of this document for the current query.
      • getFieldValues

        public Map<String,​String[]> getFieldValues()
        Returns the field data of this document.