|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.lucene.LuceneEnvironment.Highlighter.Fragmenter
public abstract class LuceneEnvironment.Highlighter.Fragmenter
Settings for Lucene highlighter fragmenter.
| Field Summary | |
|---|---|
static String |
SIMPLE_SIZE
If not setting the TYPE (and thus
using Lucene SimpleFragmenter), sets the size of
the fragment. |
static String |
TYPE
If set, sets the class name of the Lucene Fragmenter, or the actual type. |
static String |
TYPE_NULL
A null Lucene Fragmenter. |
static String |
TYPE_SIMPLE
A simple Lucene Fragmenter. |
| Constructor Summary | |
|---|---|
LuceneEnvironment.Highlighter.Fragmenter()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TYPE
Fragmenter, or the actual type.
public static final String TYPE_SIMPLE
Fragmenter. Breaks text up into same-size fragments with no
concerns over spotting sentence boundaries.
public static final String TYPE_NULL
Fragmenter. Does not fragment the text.
public static final String SIMPLE_SIZE
TYPE (and thus
using Lucene SimpleFragmenter), sets the size of
the fragment. Defaults to 100.
| Constructor Detail |
|---|
public LuceneEnvironment.Highlighter.Fragmenter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||