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
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