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 24BBDD4C4 for ; Wed, 27 Jun 2012 01:55:47 +0000 (UTC) Received: (qmail 45940 invoked by uid 500); 27 Jun 2012 01:55:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 45884 invoked by uid 500); 27 Jun 2012 01:55:44 -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 45870 invoked by uid 99); 27 Jun 2012 01:55:44 -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 01:55:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id BEFA7141E10 for ; Wed, 27 Jun 2012 01:55:43 +0000 (UTC) Date: Wed, 27 Jun 2012 01:55:43 +0000 (UTC) From: "Michael Dodsworth (JIRA)" To: dev@lucene.apache.org Message-ID: <1455108377.59714.1340762143784.JavaMail.jiratomcat@issues-vm> In-Reply-To: <188643307.12397.1337308575744.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters 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-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dodsworth updated SOLR-3467: ------------------------------------ Attachment: (was: SOLR-3467.patch) > ExtendedDismax escaping is missing several reserved characters > -------------------------------------------------------------- > > Key: SOLR-3467 > URL: https://issues.apache.org/jira/browse/SOLR-3467 > Project: Solr > Issue Type: Bug > Components: query parsers > Affects Versions: 4.0 > Reporter: Michael Dodsworth > Priority: Minor > Fix For: 4.0 > > Attachments: SOLR-3467.patch, SOLR-3467.patch > > > When edismax is unable to parse the original user query, it retries using an escaped version of that query (where all reserved chars have been escaped). > Currently, the escaping done in {{splitIntoClauses}} appears to be missing several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', '&', '/'}} -- 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