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

Method Summary
StringencodeText(String originalText)

Method Detail

encodeText

public String encodeText(String originalText)

Parameters: originalText The section of text being output

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.