Added comment to explain MarginFragListBuilders relation to SimpleFragListBuilder

This commit is contained in:
Jonathan R H Evans 2011-07-27 21:27:11 +01:00 committed by Shay Banon
parent 77f873fdf1
commit ace3b1feeb
1 changed files with 1 additions and 1 deletions

View File

@ -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 {