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.