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