Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 78398 invoked from network); 14 Feb 2008 18:20:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 18:20:22 -0000 Received: (qmail 51429 invoked by uid 500); 14 Feb 2008 18:20:11 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 50939 invoked by uid 500); 14 Feb 2008 18:20:10 -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 50930 invoked by uid 99); 14 Feb 2008 18:20:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 10:20:10 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 18:19:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JPigT-0004dD-WC for solr-user@lucene.apache.org; Thu, 14 Feb 2008 10:19:45 -0800 Message-ID: <15484754.post@talk.nabble.com> Date: Thu, 14 Feb 2008 10:19:45 -0800 (PST) From: nithyavembu To: solr-user@lucene.apache.org Subject: How to search multiphrase or a middle term in a word??? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nithyavembu@yahoo.co.in X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I am facing a problem when search for multiphrases in a word. My index data is : srinivasan,sweetheart,thomasmaster,thomasMaster.(totally 4 words) Scenario : 1 Search data : vasan If i search for "vasan", its return nothing. But the result should be "srinivasan". Like that, if i search for "hear", its return nothing. The result should be "sweetheart". The indexing data is correct while indexig. Scenario : 2 Search data : Master or master if i search for "master" or "Master" (Please note the word cases), its returning only "thosmasMaster". But it has to return both "thomasmaster" and "thomasMaster". But mainly, i am unable to search a middle term in a word. I have attached my schema.xml with this mail. Please help me out. Thanks in advance. http://www.nabble.com/file/p15484754/schema.xml schema.xml with Regards, Nithya. -- View this message in context: http://www.nabble.com/How-to-search-multiphrase-or-a-middle-term-in-a-word----tp15484754p15484754.html Sent from the Solr - User mailing list archive at Nabble.com.