Interface DocumentScore

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

public interface DocumentScore extends DocumentResult
  • Method Details

    • getScore

      float getScore()
    • isHighlighted

      boolean isHighlighted()
    • getSnippets

      Iterable<String> getSnippets(String field)