Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 2692 invoked from network); 26 Jul 2010 09:40:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jul 2010 09:40:21 -0000 Received: (qmail 79632 invoked by uid 500); 26 Jul 2010 09:40:20 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 79402 invoked by uid 500); 26 Jul 2010 09:40:18 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 79390 invoked by uid 99); 26 Jul 2010 09:40:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 09:40:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 09:40:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6Q9duNY016920 for ; Mon, 26 Jul 2010 09:39:57 GMT Message-ID: <16399206.583371280137196777.JavaMail.jira@thor> Date: Mon, 26 Jul 2010 05:39:56 -0400 (EDT) From: "Graham P (JIRA)" To: dev@lucene.apache.org Subject: [jira] Issue Comment Edited: (SOLR-1553) extended dismax query parser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892233#action_12892233 ] Graham P edited comment on SOLR-1553 at 7/26/10 5:39 AM: --------------------------------------------------------- Please ensure that the the edismax does not have old DisMax bug where a query for bar - foo gets treated like bar -foo Users do not expect the first query to remove all instances of "foo" from their results. "\-" meaning "forbidden" should only take effect when the "\-" is followed by a non-whitespace character. Similarly for +. Same problem as SOLR-490, but I doubt the necessity of interpreting the original query as a phrase query "bar - foo" in order to fix the problem. was (Author: grahamp): Please ensure that the the edismax does not have old DisMax bug where a query for bar - foo gets treated like bar -foo Users do not expect the first query to remove all instances of "foo" from their results. "\-" meaning "forbidden" should only take effect when the "\-" is followed by a non-whitespace character. Similarly for +. Like to SOLR-490, but I do not believe you need to re-interpret the original query as a phrase query "bar - foo" in order to fix the problem. > extended dismax query parser > ---------------------------- > > Key: SOLR-1553 > URL: https://issues.apache.org/jira/browse/SOLR-1553 > Project: Solr > Issue Type: New Feature > Reporter: Yonik Seeley > Fix For: 1.5, 3.1, 4.0 > > Attachments: edismax.unescapedcolon.bug.test.patch, edismax.userFields.patch, SOLR-1553.patch, SOLR-1553.pf-refactor.patch > > > An improved user-facing query parser based on dismax -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org