org.compass.core.lucene
Class LuceneEnvironment.Highlighter.Encoder

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment.Highlighter.Encoder
Enclosing class:
LuceneEnvironment.Highlighter

public abstract class LuceneEnvironment.Highlighter.Encoder
extends Object


Field Summary
static String DEFAULT
          Performs no encoding of the text.
static String HTML
          Simple encoder that encodes html tags.
static String TYPE
          If set, sets the type of the Lucene Encoder, or it's fully qualifed name.
 
Constructor Summary
LuceneEnvironment.Highlighter.Encoder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
If set, sets the type of the Lucene Encoder, or it's fully qualifed name.

See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
Performs no encoding of the text.

See Also:
Constant Field Values

HTML

public static final String HTML
Simple encoder that encodes html tags.

See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment.Highlighter.Encoder

public LuceneEnvironment.Highlighter.Encoder()


Copyright (c) 2004-2008 The Compass Project.