You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2003/01/16 15:08:52 UTC

DO NOT REPLY [Bug 16167] - Problem searching with WildCards and quotes

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

jakarta@ehatchersolutions.com changed:

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



------- Additional Comments From jakarta@ehatchersolutions.com  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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>