You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "vrparekh@gmail.com" <vr...@gmail.com> on 2012/08/22 09:38:06 UTC

Highlighting is case sensitive when search with double quote

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.