|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.vectorhighlight.SimpleFragListBuilder
public class SimpleFragListBuilder
A simple implementation of FragListBuilder.
Field Summary | |
---|---|
static int |
MARGIN
|
static int |
MIN_FRAG_CHAR_SIZE
|
Constructor Summary | |
---|---|
SimpleFragListBuilder()
|
Method Summary | |
---|---|
FieldFragList |
createFieldFragList(FieldPhraseList fieldPhraseList,
int fragCharSize)
create a FieldFragList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MARGIN
public static final int MIN_FRAG_CHAR_SIZE
Constructor Detail |
---|
public SimpleFragListBuilder()
Method Detail |
---|
public FieldFragList createFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
FragListBuilder
createFieldFragList
in interface FragListBuilder
fieldPhraseList
- FieldPhraseList objectfragCharSize
- the length (number of chars) of a fragment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |