Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 10587 invoked from network); 24 Mar 2004 10:10:11 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 24 Mar 2004 10:10:11 -0000 Received: (qmail 17750 invoked by uid 500); 24 Mar 2004 10:09:42 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 17727 invoked by uid 500); 24 Mar 2004 10:09:42 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 17707 invoked from network); 24 Mar 2004 10:09:42 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 24 Mar 2004 10:09:42 -0000 Received: (qmail 13979 invoked by uid 50); 24 Mar 2004 10:10:31 -0000 Date: 24 Mar 2004 10:10:31 -0000 Message-ID: <20040324101031.13978.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: lucene-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 27491] - [PATCH] Allowing '-'/'+' in terms X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=27491 [PATCH] Allowing '-'/'+' in terms otis@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From otis@apache.org 2004-03-24 10:10 ------- Although tft-monitor should not really result in a phrase query "tft monitor", I agree that this is better than converting it to tft AND NOT monitor (tft -monitor). Moreover, I have seen query syntax where '-' characters are used for phrase queries instead or in addition to quotes, so one could use either morus-walter or "morus walter". I applied your change, as it doesn't look like it breaks anything, and I hope nobody relied on ill behaviour where tft-monitor would result in AND NOT query. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org