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 ADE3DE6C3 for ; Thu, 14 Feb 2013 11:22:15 +0000 (UTC) Received: (qmail 73818 invoked by uid 500); 14 Feb 2013 11:22:14 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 73589 invoked by uid 500); 14 Feb 2013 11:22:14 -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 73514 invoked by uid 99); 14 Feb 2013 11:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 11:22:13 +0000 Date: Thu, 14 Feb 2013 11:22:13 +0000 (UTC) From: =?utf-8?Q?Jan_H=C3=B8ydahl_=28JIRA=29?= To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SOLR-4457) Queries ending in question mark interpreted as wildcard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jan H=C3=B8ydahl created SOLR-4457: --------------------------------- Summary: Queries ending in question mark interpreted as wildca= rd Key: SOLR-4457 URL: https://issues.apache.org/jira/browse/SOLR-4457 Project: Solr Issue Type: Improvement Components: query parsers Reporter: Jan H=C3=B8ydahl For many search applications, queries ending in a question mark such as {{f= oo bar?}} would *not* mean a search for a four-letter word starting with {{= bar}}. Neither will it mean a literal search for a question mark. The query parsers should have an option to discard trailing question mark b= efore passing to analysis. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs 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