Class SimpleMarkdownFormatter

  • All Implemented Interfaces:
    org.apache.lucene.search.highlight.Formatter

    public class SimpleMarkdownFormatter
    extends Object
    implements org.apache.lucene.search.highlight.Formatter
    • Constructor Detail

      • SimpleMarkdownFormatter

        public SimpleMarkdownFormatter()
    • Method Detail

      • highlightTerm

        public String highlightTerm​(String originalText,
                                    org.apache.lucene.search.highlight.TokenGroup tokenGroup)
        Specified by:
        highlightTerm in interface org.apache.lucene.search.highlight.Formatter