Re: Results from Solr

2009-08-20 Thread Avlesh Singh
Or maybe tweak the "splitOnCaseChange" property in the WordDelimiterFilterFactory for the text field. Cheers Avlesh On Fri, Aug 21, 2009 at 8:46 AM, Stephen Weiss wrote: > If I'm not mistaken, you should index name as field type "string" - right > now you are probably using "text" so it is token

Re: Results from Solr

2009-08-20 Thread Stephen Weiss
If I'm not mistaken, you should index name as field type "string" - right now you are probably using "text" so it is tokenizing on the Uppercase characters. If you use "string" type this shouldn't happen. You could use a copyField to make a separate "name_string" field so that you can do