Class BaseFragListBuilder
- java.lang.Object
-
- org.apache.lucene.search.vectorhighlight.BaseFragListBuilder
-
- All Implemented Interfaces:
FragListBuilder
- Direct Known Subclasses:
SimpleFragListBuilder,WeightedFragListBuilder
public abstract class BaseFragListBuilder extends Object implements FragListBuilder
A abstract implementation ofFragListBuilder.
-
-
Field Summary
Fields Modifier and Type Field Description static intMARGIN_DEFAULTstatic intMIN_FRAG_CHAR_SIZE_FACTOR
-
Constructor Summary
Constructors Constructor Description BaseFragListBuilder()BaseFragListBuilder(int margin)
-
-
-
Field Detail
-
MARGIN_DEFAULT
public static final int MARGIN_DEFAULT
- See Also:
- Constant Field Values
-
MIN_FRAG_CHAR_SIZE_FACTOR
public static final int MIN_FRAG_CHAR_SIZE_FACTOR
- See Also:
- Constant Field Values
-
-