Class CustomPassageFormatter


  • public class CustomPassageFormatter
    extends org.apache.lucene.search.uhighlight.PassageFormatter
    Custom passage formatter that allows us to: 1) extract different snippets (instead of a single big string) together with their scores (Snippet) 2) use the Encoder implementations that are already used with the other highlighters
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomPassageFormatter​(java.lang.String preTag, java.lang.String postTag, org.apache.lucene.search.highlight.Encoder encoder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Snippet[] format​(org.apache.lucene.search.uhighlight.Passage[] passages, java.lang.String content)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomPassageFormatter

        public CustomPassageFormatter​(java.lang.String preTag,
                                      java.lang.String postTag,
                                      org.apache.lucene.search.highlight.Encoder encoder)
    • Method Detail

      • format

        public Snippet[] format​(org.apache.lucene.search.uhighlight.Passage[] passages,
                                java.lang.String content)
        Specified by:
        format in class org.apache.lucene.search.uhighlight.PassageFormatter