You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Ricci Gian Maria (JIRA)" <ji...@apache.org> on 2012/08/28 19:56:07 UTC

[jira] [Updated] (LUCENENET-505) FastVectorHighlighter create fragment only with match at the beginning

     [ https://issues.apache.org/jira/browse/LUCENENET-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ricci Gian Maria updated LUCENENET-505:
---------------------------------------

    Attachment: FragListBuilder.patch

Patch to implement hilight with the match in the middle.
                
> FastVectorHighlighter create fragment only with match at the beginning
> ----------------------------------------------------------------------
>
>                 Key: LUCENENET-505
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-505
>             Project: Lucene.Net
>          Issue Type: Improvement
>          Components: Lucene.Net Contrib
>    Affects Versions: Lucene.Net 2.9.4g
>            Reporter: Ricci Gian Maria
>            Priority: Minor
>         Attachments: FragListBuilder.patch
>
>
> When you use FastVectorHighlighter fragments returned have the match at the beginning. In most situation it is much more useful to create fragments with the match in the middle. I've included a really trivial patch to enable this with a specialized constructor of the SimpleFragListBuilder 
> Es: FastVectorHighlighter hilighter = new FastVectorHighlighter(true, true, new SimpleFragListBuilder(true), new SimpleFragmentsBuilder());
> The true parameter to SimpleFragListBuilder is named matchInTheMiddle so it has a descriptive name. Probably it would be useful to create an enum to place the match at: beginning, middle, end.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira