Class BaseFragListBuilder
java.lang.Object
org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
- All Implemented Interfaces:
FragListBuilder
- Direct Known Subclasses:
SimpleFragListBuilder,WeightedFragListBuilder
A abstract implementation of
FragListBuilder.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.search.vectorhighlight.FragListBuilder
createFieldFragList
-
Field Details
-
MARGIN_DEFAULT
public static final int MARGIN_DEFAULT- See Also:
-
MIN_FRAG_CHAR_SIZE_FACTOR
public static final int MIN_FRAG_CHAR_SIZE_FACTOR- See Also:
-
-
Constructor Details
-
BaseFragListBuilder
public BaseFragListBuilder(int margin) -
BaseFragListBuilder
public BaseFragListBuilder()
-