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 0FF4534CD for ; Mon, 2 May 2011 12:41:13 +0000 (UTC) Received: (qmail 16178 invoked by uid 500); 2 May 2011 12:41:10 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 16141 invoked by uid 500); 2 May 2011 12:41: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 16133 invoked by uid 99); 2 May 2011 12:41:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 12:41:10 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 12:41:03 +0000 Received: by qwj9 with SMTP id 9so3698067qwj.35 for ; Mon, 02 May 2011 05:40:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=18zKVCT86MM+t/K/YM+wN8Q74h9HKbIx1NZERy+ssTY=; b=xzWFbL+clyEWhQRcnVcV7cnEWMnuC+pAmxfC4ztYGmt/RjHQigyK/y/hClmjeCpMco YelPI5sQ/8HkrLJUrf3zoMYcgdDdN/IXoGsCsI0rIwL0beYtgkYvTAVnVClB3hWVQy8V YXEkWarSTr2OJobNmNebSKTHRcGlC5qW5IHzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PAaiw+msY9g/NnFCrluTi9zAj4wSP1SERj02faD/E754KC/qGfmSVGY88ItZv1gxZa T0VdCItcnr5J/tUnfj5Au2Imyhmcnq59mFDitW4WQiES9KfbAMIuhFv/P9ODMZGyopFM XylKj9iCE1SIoy4CdawA4Bu1Xij8uRoooVMho= MIME-Version: 1.0 Received: by 10.229.5.209 with SMTP id 17mr5918704qcw.85.1304340042947; Mon, 02 May 2011 05:40:42 -0700 (PDT) Received: by 10.229.245.81 with HTTP; Mon, 2 May 2011 05:40:42 -0700 (PDT) In-Reply-To: <1304322410020-2889075.post@n3.nabble.com> References: <1303474703125-486144.post@n3.nabble.com> <172306.49266.qm@web50306.mail.re2.yahoo.com> <1303474703123-486146.post@n3.nabble.com> <1303474703122-2851229.post@n3.nabble.com> <1304257470508-2886248.post@n3.nabble.com> <1304322410020-2889075.post@n3.nabble.com> Date: Mon, 2 May 2011 08:40:42 -0400 Message-ID: Subject: Re: solr sorting problem From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Your query is going against the default field (defined in schema.xml). Have you tried a fielded search? And it would best to start a new thread for new questions see: http://people.apache.org/~hossman/#threadhijack Best Erick On Mon, May 2, 2011 at 3:46 AM, Pratik wrote: > Hi, > Thanks for your reply. > > I'm, using "commit=true" while indexing, and it does index the records and > show the number of records indexed. > The problem is that search yields 0 records ( numFound="0" ). > > e.g. > 0 name="QTime">0on name="q">appl start="0"/> > > There are some entries for spell checking in my schema too. > e.g. > > > > The Search URL is something like:- > http://localhost:8983/solr/select/?q=apple&indent=on > http://localhost:8983/solr/select/?q=apple&version=2.2&start=0&rows=10&indent=on > > Cache could not be a problem as it did not fetch any records from the very > begining. > > So, basically it does not fetch any documents/records whereas it does index > them. > > Thanks > Pratik > > -- > View this message in context: http://lucene.472066.n3.nabble.com/solr-sorting-problem-tp486144p2889075.html > Sent from the Solr - User mailing list archive at Nabble.com. >