when i search with "abc cde", solr will return result but highlighting
portion is as per below,

<lst name="highlighting">
<lst name="1">
</lst>
</lst>

and when i search with "ABC cde" it will have below response

<lst name="highlighting">
<lst name="1">
<arr name="SearchField">
<str>
... ... ABC cde.... .....
</str>
</arr>
</lst>
</lst>

seems highlighting returns response is case sensitive. 

in above both case other query parameters are same.

how can i get case insensitive response.

Thanks,
Vishal Parekh





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Highlighting-is-case-sensitive-when-search-with-double-quote-tp4002576.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to