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

[jira] [Created] (SOLR-4724) Highlighting per field selected with hl.q

Karol Sikora created SOLR-4724:
----------------------------------

             Summary: Highlighting per field selected with hl.q
                 Key: SOLR-4724
                 URL: https://issues.apache.org/jira/browse/SOLR-4724
             Project: Solr
          Issue Type: New Feature
          Components: highlighter
    Affects Versions: 4.2
            Reporter: Karol Sikora


It would be nice to have when highlighter will honor fields provided in hl.q.
For example:
hl.q: title:Lorem ipsum OR creator:Some creator
hl.fl:title,creator
I recive both phrases ("Lorem ipsum" and "Some creator") highlighted in both fields, so if phrase "Lorem ipsum" exists in creator field it is also highlighted. I expect to have highlighted only "Lorem ipsum" in title field and "Some author" in creator field. I'm not sure if it's desired behavior of solr highligter or bug, please confirm.

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