You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Martijn van Groningen (JIRA)" <ji...@apache.org> on 2012/06/18 15:38:42 UTC

[jira] [Updated] (LUCENE-4153) Fast vector highlighting should be aware of field boundaries in case of mv fields.

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

Martijn van Groningen updated LUCENE-4153:
------------------------------------------

    Attachment: LUCENE-4153.patch

Initial approach to make fvh respect field boundaries when highlighting on mv fields.

Basically in the BaseFragmentsBuilder the fragInfos are checked if not crossing field boundaries. If so a fragInfo might be modified or split. This approach seems good to me. Maybe others have a different opinion?

This behavior can be enabled with the discreteMultiValueHighlighting boolean property.  
                
> Fast vector highlighting should be aware of field boundaries in case of mv fields.
> ----------------------------------------------------------------------------------
>
>                 Key: LUCENE-4153
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4153
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Martijn van Groningen
>         Attachments: LUCENE-4153.patch
>
>
> Improve fast vector highlighter to respect field boundaries in the case for multivalued fields.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org