Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 62713 invoked from network); 2 Jun 2010 02:46:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 02:46:25 -0000 Received: (qmail 43802 invoked by uid 500); 2 Jun 2010 02:46:23 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 43758 invoked by uid 500); 2 Jun 2010 02:46:23 -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 43750 invoked by uid 99); 2 Jun 2010 02:46:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 02:46:23 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 02:46:15 +0000 Received: from ben.nabble.com ([192.168.236.152]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OJdxq-0003Kf-0n for solr-user@lucene.apache.org; Tue, 01 Jun 2010 19:45:54 -0700 Date: Tue, 1 Jun 2010 19:45:54 -0700 (PDT) From: iboppana To: solr-user@lucene.apache.org Message-ID: <1275446754012-863523.post@n3.nabble.com> Subject: Query related question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All, When I query for a word say Tiger woods, and sort results by score... i do notice that the results are mixed up i.e first 5 results match Tiger woods the next 2 match either tiger/tigers or wood/woods the next 2 after that i notice again match tiger woods. How do i make sure that when searching for words like above i get all the results matching whole search term first, followed by individual tokens like tiger, woods later. My text fieldtype defined as follows Thanks Indrani -- View this message in context: http://lucene.472066.n3.nabble.com/Query-related-question-tp863523p863523.html Sent from the Solr - User mailing list archive at Nabble.com.