Hi, I am using SOLR 3.3.0. I have enabled highlighting using the following params,
hl=on hl.snippets=100 Highlighting works fine for the text searches. But fails for range queries. For queries like fieldName:[0 TO 5], the higlighting response is empty for each document. and for when the query has "*", like fieldName:[* TO 5], the response returns all the fields values. Can some one please tell me what I am missing Thanks, Leela. -- View this message in context: http://lucene.472066.n3.nabble.com/Highligting-response-is-incorrect-for-numeric-range-queries-with-tp3317783p3317783.html Sent from the Lucene - General mailing list archive at Nabble.com.
