Class Snippet


  • public class Snippet
    extends Object
    Represents a scored highlighted snippet. It's our own arbitrary object that we get back from the unified highlighter when highlighting a document. Every snippet contains its formatted text and its score. The score is needed in case we want to sort snippets by score, they get sorted by position in the text by default.
    • Constructor Detail

      • Snippet

        public Snippet​(String text,
                       float score,
                       boolean isHighlighted)
    • Method Detail

      • getText

        public String getText()
      • getScore

        public float getScore()
      • isHighlighted

        public boolean isHighlighted()