Uses of Interface
org.apache.lucene.search.highlight.Encoder

Packages that use Encoder
org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. 
 

Uses of Encoder in org.apache.lucene.search.highlight
 

Classes in org.apache.lucene.search.highlight that implement Encoder
 class DefaultEncoder
          Simple Encoder implementation that does not modify the output
 class SimpleHTMLEncoder
          Simple Encoder implementation to escape text for HTML output
 

Methods in org.apache.lucene.search.highlight that return Encoder
 Encoder Highlighter.getEncoder()
           
 

Methods in org.apache.lucene.search.highlight with parameters of type Encoder
 void Highlighter.setEncoder(Encoder encoder)
           
 

Constructors in org.apache.lucene.search.highlight with parameters of type Encoder
Highlighter(Formatter formatter, Encoder encoder, Scorer fragmentScorer)
           
 



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