You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2013/04/05 18:09:16 UTC

[jira] [Updated] (SOLR-4675) improve PostingsHighlighter integration

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

Robert Muir updated SOLR-4675:
------------------------------

    Attachment: SOLR-4675.patch

Here's a patch. 

I tried to reuse as many existing highlighter parameters as possible, and only added ones where something didn't exist or would be super-confusing.
                
> improve PostingsHighlighter integration
> ---------------------------------------
>
>                 Key: SOLR-4675
>                 URL: https://issues.apache.org/jira/browse/SOLR-4675
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>         Attachments: SOLR-4675.patch
>
>
> currently the integration started out very simple (as custom highlighter class with minimal options, mostly not query-time or per-field).
> But recently we made this a lot more flexible in lucene (e.g. added various per-field options), so i'd like to add a better/more powerful mapping to more of the existing highlighting parameters.
> I still plan to keep it a custom highlighter rather than tossed into the crazy bipolar DefaultSolrHighlighter mess, but this will make it easier to use.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org