Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AF9A9200BF0 for ; Thu, 15 Dec 2016 18:55:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AE657160B15; Thu, 15 Dec 2016 17:55:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3A1A4160B13 for ; Thu, 15 Dec 2016 18:55:00 +0100 (CET) Received: (qmail 52023 invoked by uid 500); 15 Dec 2016 17:54:58 -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 51981 invoked by uid 99); 15 Dec 2016 17:54:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 17:54:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 70BDD2C03E2 for ; Thu, 15 Dec 2016 17:54:58 +0000 (UTC) Date: Thu, 15 Dec 2016 17:54:58 +0000 (UTC) From: "Mikhail Khludnev (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-7466) Allow optional leading wildcards in complexphrase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Dec 2016 17:55:00 -0000 [ https://issues.apache.org/jira/browse/SOLR-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-7466: ----------------------------------- Attachment: SOLR-7466.patch What would you think about [^SOLR-7466.patch]? We can add SolrQP as mixing to Lucene's ComplexPhraseQP and delegate wildcards to the former! > Allow optional leading wildcards in complexphrase > ------------------------------------------------- > > Key: SOLR-7466 > URL: https://issues.apache.org/jira/browse/SOLR-7466 > Project: Solr > Issue Type: Improvement > Components: query parsers > Affects Versions: 4.8 > Reporter: Andy hardin > Labels: complexPhrase, query-parser, wildcards > Attachments: SOLR-7466.patch > > > Currently ComplexPhraseQParser (SOLR-1604) allows trailing wildcards on terms in a phrase, but does not allow leading wildcards. I would like the option to be able to search for terms with both trailing and leading wildcards. > For example with: > {!complexphrase allowLeadingWildcard=true} "j* *th" > would match "John Smith", "Jim Smith", but not "John Schmitt" -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org