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/09/10 18:30:35 UTC

DO NOT REPLY [Bug 19686] - QueryParser removing wildcards in phrases in 1.3rc1

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=19686>.
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=19686

QueryParser removing wildcards in phrases in 1.3rc1





------- Additional Comments From otis@apache.org  2003-09-10 16:30 -------
If you use an Analyzer that doesn't remove '*' characters from the query, this
won't be a problem.
Unfortunately, I cannot find a place in QueryParser that handles PhraseQuery
differently from other queries, when used with a wild-card character.

Perhaps somebody more familiar with QueryParser will know.