You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Jochen Kempf <jo...@gmail.com> on 2010/05/12 19:09:08 UTC

couchdb-lucene: a new "total_rows" field indicating the total doc count in a db

Hi,

would it be possible to include a new field to the search result indicating
the total doc count of the db  (not the toal count of matched docs!)  and
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

Re: couchdb-lucene: a new "total_rows" field indicating the total doc count in a db

Posted by Robert Newson <ro...@gmail.com>.
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 <jo...@gmail.com> wrote:
> Hi,
>
> would it be possible to include a new field to the search result indicating
> the total doc count of the db  (not the toal count of matched docs!)  and
> 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
>