Class SimpleMarkdownFormatter

java.lang.Object
ubic.gemma.core.search.lucene.SimpleMarkdownFormatter
All Implemented Interfaces:
org.apache.lucene.search.highlight.Formatter

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

    • SimpleMarkdownFormatter

      public SimpleMarkdownFormatter()
  • Method Details

    • highlightTerm

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