File
Doc
Category
Size
Date
Package
Encoder.java
API Doc
Apache Lucene 1.9
948
Mon Feb 20 09:18:22 GMT 2006
org.apache.lucene.search.highlight
Encoder
public interface Encoder
Encodes original text. The Encoder works with the Formatter to generate the output.
author
Nicko Cadell
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
encodeText
(
java.lang.String
originalText)
param
originalText The section of text being output
Java Code Source