From dev-return-99519-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Fri Jun 1 16:10:26 2012 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 5D8F9CE71 for ; Fri, 1 Jun 2012 16:10:26 +0000 (UTC) Received: (qmail 91486 invoked by uid 500); 1 Jun 2012 16:10:24 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 91261 invoked by uid 500); 1 Jun 2012 16:10:24 -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 91082 invoked by uid 99); 1 Jun 2012 16:10:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 16:10:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1CB491400E2 for ; Fri, 1 Jun 2012 16:10:24 +0000 (UTC) Date: Fri, 1 Jun 2012 16:10:24 +0000 (UTC) From: "ourlight (JIRA)" To: dev@lucene.apache.org Message-ID: <1564812985.27135.1338567024120.JavaMail.jiratomcat@issues-vm> In-Reply-To: <2035793803.26858.1338561682923.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Closed] (SOLR-3501) solr, how can I make search query with fixed slop(distance) 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-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ourlight closed SOLR-3501. -------------------------- Resolution: Fixed > solr, how can I make search query with fixed slop(distance) > ----------------------------------------------------------- > > Key: SOLR-3501 > URL: https://issues.apache.org/jira/browse/SOLR-3501 > Project: Solr > Issue Type: New Feature > Components: clients - java > Affects Versions: 3.5 > Reporter: ourlight > Fix For: 3.5 > > > I want to search data within fixed slop in Solr. > For example, I make search query 'title:+solr +user ~2' for search some data which have 'solr' and 'user' within 2 slops. But it's not working in Solr. I get some parameter, defType=edismax, pf, qs, ps. It's not change the search result, but order. > If I use Phrase Query just like 'title:"solr user"~2', it can't get the result just like "... users for solr ..." which have not keywords in order. > How Can I do? Help me. -- 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