Added comment to explain MarginFragListBuilders relation to SimpleFragListBuilder
This commit is contained in:
parent
77f873fdf1
commit
ace3b1feeb
|
@ -26,7 +26,7 @@ import java.util.List;
|
|||
import org.apache.lucene.search.vectorhighlight.FieldPhraseList.WeightedPhraseInfo;
|
||||
|
||||
/**
|
||||
* A simple implementation of {@link FragListBuilder}.
|
||||
* A modification of SimpleFragListBuilder to expose the margin property. Implements FragListBuilder {@link FragListBuilder}.
|
||||
*/
|
||||
public class MarginFragListBuilder implements FragListBuilder {
|
||||
|
||||
|
|
Loading…
Reference in New Issue