Class CleaningEncoder

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

    public class CleaningEncoder
    extends java.lang.Object
    implements org.apache.lucene.search.highlight.Encoder
    • Constructor Summary

      Constructors 
      Constructor Description
      CleaningEncoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String encodeText​(java.lang.String originalText)  
      • Methods inherited from class java.lang.Object

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

      • CleaningEncoder

        public CleaningEncoder()
    • Method Detail

      • encodeText

        public java.lang.String encodeText​(java.lang.String originalText)
        Specified by:
        encodeText in interface org.apache.lucene.search.highlight.Encoder