[
https://issues.apache.org/jira/browse/SOLR-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-325.
---------------------------
Resolution: Invalid
this is the default behavior of the Lucene Highlighter. if you want stricter
highlighting, use the hl.requireFieldMatch param as documented in the wiki...
http://wiki.apache.org/solr/HighlightingParameters
In the future, please consult the user mailing list about problems you are
having before filing a bug.
> wrong highlighting when using full match query
> ----------------------------------------------
>
> Key: SOLR-325
> URL: https://issues.apache.org/jira/browse/SOLR-325
> Project: Solr
> Issue Type: Bug
> Components: search
> Affects Versions: 1.3
> Environment: Windows XP SP2
> java 1.6 u1
> solr 1.3 lastest from repository
> Reporter: Sergey Dryganets
>
> try to create lucene document with fields
> title = data
> text = test data
> parform query with parameters
> q=title:"test data"+text:"test data"
> fl=*
> hl=true
> hl.fl=title,text
> solr highlights "data" word in the title
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.