Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 468A0D36E for ; Thu, 27 Sep 2012 07:39:01 +0000 (UTC) Received: (qmail 56364 invoked by uid 500); 27 Sep 2012 07:38:57 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 56054 invoked by uid 500); 27 Sep 2012 07:38:55 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 56019 invoked by uid 99); 27 Sep 2012 07:38:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 07:38:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of v.kisselmann@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 07:38:48 +0000 Received: by wibhn17 with SMTP id hn17so6680459wib.5 for ; Thu, 27 Sep 2012 00:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=c52iI3lWkVp+5NkcHsmNR40o4RP3gqQ0dUiMvsruG0c=; b=f541glY4s0UlmyBhwExDYw0YF0hvLUyBSE/8UWLHa98mVVMXuK9SjIGg7nnINJbsMR NHRGECSjyd6xDF2vCxvxJKjA/sscaHRNzVzmBMLxRyb8LU7AIMc5GfQNHpRwPcHmziXO G1kgTxdjYTQlzzbjZcw+MZTqW55n+7Lye0rZrFTyS7T+nsjYrpHWdr8moU/THXQrgjYp mdUKVM4GW5ZLqPKtM8Vn9xuODgCK7N02GUV7SHlfMpDiLTGmK7yhVWIQtIkSY5zhjB/1 fxAPCu18uSnp46MGrznjCp/LXw0QAqHxwYHxiiflKVFec/DWpynMEFSWoa+cU8xoZk5T Sq9A== MIME-Version: 1.0 Received: by 10.216.241.198 with SMTP id g48mr794966wer.192.1348731506686; Thu, 27 Sep 2012 00:38:26 -0700 (PDT) Received: by 10.180.98.201 with HTTP; Thu, 27 Sep 2012 00:38:26 -0700 (PDT) In-Reply-To: <1348691024.12903.YahooMailClassic@web121706.mail.ne1.yahoo.com> References: <1348691024.12903.YahooMailClassic@web121706.mail.ne1.yahoo.com> Date: Thu, 27 Sep 2012 09:38:26 +0200 Message-ID: Subject: Re: Proximity(tilde) combined with wildcard, AutomatonQuery ? From: Vadim Kisselmann To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Ahmet, thanks for your reply:) I see that it does not come with the 4.0 release, because the given patches do not work with this version. Right? Best regards Vadim 2012/9/26 Ahmet Arslan : > >> we assume i have a simple query like this with wildcard and >> tilde: >> >> "japa* fukushima"~10 >> >> instead of "japan fukushima"~10 OR "japanese fukushima"~10, >> etc. >> >> Do we have a solution in Solr 4.0 to work with these kind of >> queries? > > Vadim, two open jira issues: > > https://issues.apache.org/jira/browse/SOLR-1604 > https://issues.apache.org/jira/browse/LUCENE-1486 >