Re: Range query and Highlighting

2014-07-18 Thread Jack Krupansky
ky -Original Message- From: Jae Joo Sent: Friday, July 18, 2014 5:15 PM To: solr-user@lucene.apache.org Subject: Range query and Highlighting If I use a combined query - range query and others (term query), all terms in field matched is highlighted. Any way to highlight only the term(s) in te

Range query and Highlighting

2014-07-18 Thread Jae Joo
If I use a combined query - range query and others (term query), all terms in field matched is highlighted. Any way to highlight only the term(s) in term query? Here is example. +date:{20031231 TO *] +(title:red) It highlight all terms except stopword. using fq would not be an option because th