Interface DocumentScore

All Superinterfaces:
DocumentResult
All Known Implementing Classes:
ElasticsearchDocumentScore, LuceneDocumentScore, SolrDocumentScore

public interface DocumentScore extends DocumentResult
  • Method Details Link icon

    • getScore Link icon

      float getScore()
    • isHighlighted Link icon

      boolean isHighlighted()
    • getSnippets Link icon

      Iterable<String> getSnippets(String field)