Re: escaping special characters does not seem to be escaping in query

2011-08-30 Thread Erick Erickson
There is very little information to go on here, but at a guess WordDelimiterFilterFactory is your problem. have you looked at the admin/analysis page to try to figure out what your analysis chain is doing? Best Erick On Tue, Aug 30, 2011 at 9:46 AM, wrote: > Hi All: >    I have a few fields th

escaping special characters does not seem to be escaping in query

2011-08-30 Thread ramdev.wudali
Hi All: I have a few fields that are of the form: "A:2B" or "G:U2" and so on. I would like to be able to search the field using a wild character search like: A:2* or G:U*. I have tried out modifying the field_type definitions to allow for such queries but without any luck Could someone/a