Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06EDECD19 for ; Wed, 27 Jun 2012 16:48:46 +0000 (UTC) Received: (qmail 23840 invoked by uid 500); 27 Jun 2012 16:48:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 23741 invoked by uid 500); 27 Jun 2012 16:48:45 -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 23533 invoked by uid 99); 27 Jun 2012 16:48:45 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 16:48:45 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 84D5514284E for ; Wed, 27 Jun 2012 16:48:44 +0000 (UTC) Date: Wed, 27 Jun 2012 16:48:44 +0000 (UTC) From: "Michael Dodsworth (JIRA)" To: dev@lucene.apache.org Message-ID: <2024694443.62549.1340815724545.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1110905565.59223.1340755184053.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (SOLR-3580) In ExtendedDismax, lowercase 'not' operator is not being treated as an operator when 'lowercaseOperators' is enabled 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-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402350#comment-13402350 ] Michael Dodsworth commented on SOLR-3580: ----------------------------------------- were we not allowing the user to explicitly *specify* that they want to support lowercase operators, I might agree. That setting should (at the very least) come with a clear health warning so that more people aren't caught out by this. > In ExtendedDismax, lowercase 'not' operator is not being treated as an operator when 'lowercaseOperators' is enabled > -------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-3580 > URL: https://issues.apache.org/jira/browse/SOLR-3580 > Project: Solr > Issue Type: Bug > Components: query parsers > Affects Versions: 4.0 > Reporter: Michael Dodsworth > Priority: Minor > Fix For: 4.0 > > Attachments: SOLR-3580.patch > > > When lowercase operator support is enabled (for edismax), the lowercase 'not' operator is being wrongly treated as a literal term (and not as an operator). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org