Hi,

I have the following setting:
schema.xml:
"<field name="kunde" type="text" indexed="true" stored="true" />"
the "text" field-type was updated with the "preserveOriginal=1" option in
the schema

I have the following string indexd in the field "kunde"
"Harry Heim KG"

Now when I search for "kunde:harry*" it gives me an empty result.

When I search for "kunde:harry" I get the right result. Also "kunde:harr*"
works just fine.

The strange thing is that with every other string (for example
"kunde:heim*") I will get the right result. 

So why not on "harry*" with an "y*" at the end?

kind regards, S.
-- 
View this message in context: 
http://www.nabble.com/Solr-failing-on-%22y%22-charakter-in-string--tp24783211p24783211.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to