org.apache.lucene.search.highlight
Interface Encoder
public
interface
Encoder
Encodes original text. The Encoder works with the Formatter to generate the output.
Author: Nicko Cadell
public String encodeText(String originalText)
Parameters: originalText The section of text being output
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.