Interface SearchHit


@ProviderType public interface SearchHit
  • Method Details

    • getDocument

      Document getDocument()
    • getExplanation

      String getExplanation()
    • getHighlightFieldsMap

      Map<String,HighlightField> getHighlightFieldsMap()
    • getId

      String getId()
    • getMatchedQueries

      String[] getMatchedQueries()
    • getScore

      float getScore()
    • getSortValues

      Object[] getSortValues()
    • getSourcesMap

      Map<String,Object> getSourcesMap()
    • getVersion

      long getVersion()