ARRRGH!!! That's it.  Darn, I was half asleep last night when I was 
experimenting.  I totally feel like a dope.

It works....Thanks!
-Michael
 
On Thursday, July 20, 2006, at 00:36AM, Doron Cohen <[EMAIL PROTECTED]> wrote:

>> doc.add(new Field("to",
>>      "[EMAIL PROTECTED]",
>> ...
>> PrefixQuery pq = new PrefixQuery(new Term("to",
>>      "[EMAIL PROTECTED]"));
>
>Perhaps a typo in the query text -
>   Indexed  text: "[EMAIL PROTECTED]"
>   Searched text: "[EMAIL PROTECTED]"
>The searched text is not a prefix of the indexed one.
>
>Regards,
>Doron
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to