DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16167>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16167

Problem searching with WildCards and quotes

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-01-16 14:08 
-------
I'll be bold here and mark this one as INVALID.  It has to do with your Analyzer being 
used.  StandardAnalyzer tokenizes by breaking at whitespace (among many other rules) 
and so you aren't indexing tokens with quotes.  I'm sure a better description of this 
can be used here, but in essence you need to look at how you are indexing your 
documents and how the Analyzer is breaking it up into tokens/terms.You could use the 
near operator to get closer to the query you want, perhaps.

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

Reply via email to