sebastian L. created LUCENE-4107: ------------------------------------ Summary: 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 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