org.apache.lucene.search.highlight

Interface Encoder

Known Implementing Classes:
DefaultEncoder, SimpleHTMLEncoder

public interface Encoder

Encodes original text. The Encoder works with the Formatter to generate the output.
Author:
Nicko Cadell

Method Summary

String
encodeText(String originalText)

Method Details

encodeText

public String encodeText(String originalText)
Parameters:
originalText - The section of text being output

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