Hello Everyone,

I've been having issues with odd SOLR behavior when searching for case
insensitive data.  Let's take a vanilla SOLR config (from the example). 
Then I uploaded the default solr.xml document with a slight modification to
the field with name 'name'.  I added "Thomas NOSQL.

<add>
<doc>
  <field name="id">SOLR1000</field>
  <field name="name">Solr, the Enterprise Search Server Thomas NOSQL</field>
    ....
</doc>
</add>

Then when I search for 
nosql~

I got the record returned in the search

However, when I seach for NOSQL~ no records are returned.

You can see my solr admin interface here:

http://skatingboutique.com [PORT 8080] /solr/#/tracks

Why is this?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Odd-behaviour-for-case-insensitive-searches-tp4021171.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to