The issue may simply be that your indexed data has the mixed case and your
query has only lower case. So, the suggested change won't affect the query
itself, but will cause the indexed data to be indexed differently.
-- Jack Krupansky
-----Original Message-----
From: scallawa
Sent: Thursday, February 21, 2013 9:59 AM
To: solr-user@lucene.apache.org
Subject: Re: Solr splitting my words
I tried playing with the analyzer before posting and wasn't sure how to
interpret it.
Field type: text
Field value index: womens-mcmurdo-ii-boots this is based on the info that
is in the field
Field value query: mcmurdo
results
I only got one match in the index analyzer
org.apache.solr.analysis.WordDelimiterFilterFactory {splitOnCaseChange=1,
generateNumberParts=1, catenateWords=1, generateWordParts=1, catenateAll=0,
catenateNumbers=1}
term position 1 2 3 4
term text womens mcmurdo ii bootswomensmcmurdoiiboots
term type word word word word
word
source start,end 0,6 7,14 15,17 18,23
0,23
payload
Jack,
The field that I am expecting to be indexed is not sending the data in caps.
Which is why I am puzzled. I am wondering if the indexed data is not coming
from the field I expect. I will try your change in dev once I get data
generated there.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-splitting-my-words-tp4041913p4041963.html
Sent from the Solr - User mailing list archive at Nabble.com.