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

Reply via email to