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 9E91711B64 for ; Sat, 26 Apr 2014 07:50:29 +0000 (UTC) Received: (qmail 82006 invoked by uid 500); 26 Apr 2014 07:50:25 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 80903 invoked by uid 500); 26 Apr 2014 07:50:15 -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 80060 invoked by uid 99); 26 Apr 2014 07:50:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 07:50:13 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of kamlesh.rangadiya@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 07:50:09 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WdxMo-0005DD-6e for solr-user@lucene.apache.org; Sat, 26 Apr 2014 00:49:46 -0700 Date: Sat, 26 Apr 2014 00:49:46 -0700 (PDT) From: ksmith To: solr-user@lucene.apache.org Message-ID: <1398498586186-4133256.post@n3.nabble.com> In-Reply-To: References: Subject: Re: SOLR 4 not utilizing multi CPU cores 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 Salman, i getting one problem in solr 4.6 i have upgrade solr 1.4 to solr 4.6 because of i want to display search term count, and term count getting by solr term frequency but when i search only single word than its work fine i get perfect count but when i search multiple word within double quote it returning 0 count below is my code: termfreq(datafield, "Research") its working fine termfreq(datafield, "Research Development") its return 0 but multiple document have the same word. i have try with different field type : text_gen, text_en_splitting, String but i didnt get exact result can you please help for this. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-4-not-utilizing-multi-CPU-cores-tp4105058p4133256.html Sent from the Solr - User mailing list archive at Nabble.com.