Re: Matching symbols like #,$,@

2008-01-12 Thread Erick Erickson
What analyzer are you using to index? And is it a different analyzer when indexing as opposed to searching? Get a copy of Luke and look in your index to see what is *actually* indexed. At that point, you can start worrying about how the query is parsed. Until you know what's in your index, you're

Matching symbols like #,$,@

2008-01-12 Thread Rakesh Shete
Hi all, I want to match a string like "ABC#$" with "[EMAIL PROTECTED]@[EMAIL PROTECTED]@". The query string generated by QueryParse is as follows: title:ABC#$* I append the "*" so that it becomes a wild card search. It does not return me any records. I did try escaping '#' and '$'. But th