[ https://issues.apache.org/jira/browse/LUCENE-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288624#comment-13288624 ]
Koji Sekiguchi commented on LUCENE-4107: ---------------------------------------- {quote} This patch contains: * Introduction of abstract class BaseFragListBuilder * SimpleFragListBuilder now extends BaseFragListBuilder * FieldFragList is now abstract * Introduction of SimpleFieldFragList, a simple implementation of FieldFragList * Some necessary, minor changes {quote} Thank you for the description. They help me a lot. Committed in trunk and 4x. > FastVectorHighlighter: Make FieldFragList "plugable" > ---------------------------------------------------- > > Key: LUCENE-4107 > URL: https://issues.apache.org/jira/browse/LUCENE-4107 > Project: Lucene - Java > Issue Type: Improvement > Components: modules/highlighter > Affects Versions: 4.0 > Reporter: sebastian L. > Priority: Minor > Labels: FastVectorHighlighter > Fix For: 4.0, 5.0 > > Attachments: LUCENE-4107.patch > > > This patch contains: > * Introduction of abstract class BaseFragListBuilder > * SimpleFragListBuilder now extends BaseFragListBuilder > * FieldFragList is now abstract > * Introduction of SimpleFieldFragList, a simple implementation of > FieldFragList > * Some necessary, minor changes > This is the second (see LUCENE-4091) patch aiming at the introduction of > another method for weighting fragments (see LUCENE-3440). > Tests were okay. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org