Re: Solr splitting my words

2013-02-22 Thread scallawa
. Thanks again for your quick responses. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-splitting-my-words-tp4041913p4042292.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr splitting my words

2013-02-21 Thread Jack Krupansky
rsday, 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-bootsthis is based on the info that is in the f

Re: Solr splitting my words

2013-02-21 Thread scallawa
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-

Re: Solr splitting my words

2013-02-21 Thread Jack Krupansky
The word splitting is caused by "splitOnCaseChange: 1". Change that "1" to "0" and completely reindex your data. -- Jack Krupansky -Original Message- From: scallawa Sent: Thursday, February 21, 2013 7:47 AM To: solr-user@lucene.apache.org Subject: S

Re: Solr splitting my words

2013-02-21 Thread Timothy Potter
ordParts: 1 catenateAll: > 0 catenateNumbers: 0 } > org.apache.solr.analysis.LowerCaseFilterFactory args:{} > org.apache.solr.analysis.EnglishPorterFilterFactory args:{protected: > protwords.txt } > org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory args:{} > > A

Solr splitting my words

2013-02-21 Thread scallawa
Numbers: 0 } org.apache.solr.analysis.LowerCaseFilterFactory args:{} org.apache.solr.analysis.EnglishPorterFilterFactory args:{protected: protwords.txt } org.apache.solr.analysis.RemoveDuplicatesTokenFilterFactory args:{} Any help would be greatly appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr