Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 55456 invoked from network); 12 May 2010 17:37:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 17:37:24 -0000 Received: (qmail 23644 invoked by uid 500); 12 May 2010 17:37:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 23608 invoked by uid 500); 12 May 2010 17:37:23 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 23600 invoked by uid 99); 12 May 2010 17:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 17:37:23 +0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robert.newson@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 17:37:18 +0000 Received: by wyb32 with SMTP id 32so254035wyb.11 for ; Wed, 12 May 2010 10:36:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8D1H0i8Q6BCiwdC2pZkKbPZ0meDX3t5Tm7mpDfrCQ+s=; b=xh3AfBrt6csD4Cioo01JCgl5ghfpCYgDEFD9Tfq1aP8TTwDMt7dfhHS7LT1yc0EnIh qr6GcvDl8HaaK1LE9c80kzK9cpAZ+mCkRcXEnFj9gxocyCJRXpGgu5fmfAC7jmkRDiGz lnh0N0l5iwrUijq+OPIDLQyVYaCXgUDNPdwO8= 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:content-transfer-encoding; b=eVJ2JJNqquKSzkHUilLHEEiBn1IJsjsvIxaNxYdmY4WjRwmJouw35m9ALILPod2tYy H0ZBjsxSk1Q/5oJtCUPJuJSdHCR4/Hqmm0l8CxGiblmZova7VTqm7WpPZeqEbCOfzs+r JDSfRT5GVqMnLwUDYjyFNV2KGHnNXs79su7gw= MIME-Version: 1.0 Received: by 10.216.93.19 with SMTP id k19mr4832567wef.5.1273685816324; Wed, 12 May 2010 10:36:56 -0700 (PDT) Received: by 10.216.27.201 with HTTP; Wed, 12 May 2010 10:36:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 May 2010 18:36:56 +0100 Message-ID: Subject: Re: couchdb-lucene: a new "total_rows" field indicating the total doc count in a db From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Should be simple. Please add a ticket on github: http://github.com/rnewson/couchdb-lucene/issues B. On Wed, May 12, 2010 at 6:09 PM, Jochen Kempf wrote= : > Hi, > > would it be possible to include a new field to the search result indicati= ng > the total doc count of the db =A0(not the toal count of matched docs!) = =A0and > thus have the two following fields in the response? > - the current "total_rows" indicating the total number of matched docs > - the new "total_rows" indicating the total number of docs in the db >