Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70E919B01 for ; Tue, 3 Apr 2012 16:18:55 +0000 (UTC) Received: (qmail 60324 invoked by uid 500); 3 Apr 2012 16:18:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 60284 invoked by uid 500); 3 Apr 2012 16:18:53 -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 60275 invoked by uid 99); 3 Apr 2012 16:18:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 16:18:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 16:18:47 +0000 Received: by eekd4 with SMTP id d4so1286966eek.11 for ; Tue, 03 Apr 2012 09:18:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=34anyFGAD0e6gKZQueNSGt/ZOV87ARGHl/IgqyLUyLo=; b=qCPThsoSKnYFE3WpqSb5dOm1FPIO2ZP5pAkkErwIKxnw4UDui993Gm5+mmHzS80xL5 F/cDGQ/MTslY9Ix8IBEAuTzSxNnZ6Ba1qyV3jTbA4r9ZnlGZjv7BdZPunfNYmfJYqTGu F9nRRUZMPaGpbLWlP1cjsMbXNXL/QJuJr1Y+EI2FPhBggnBSxAglnD4NHCVhR4pftXuR AFTiWmGXz6NXbHq6dtrHm/Py6V4/2lUwm0bqJD79l6TVfU8mZPgxJwtPiNFYdjZpNB9j /f+OtWAfrdYUPM7moG8d8OqtIArvM2igSvPfVc0tAnzy4eGXaz/RL/4bcNj7kDCCU5Na lrXQ== MIME-Version: 1.0 Received: by 10.213.34.138 with SMTP id l10mr1250698ebd.198.1333469905882; Tue, 03 Apr 2012 09:18:25 -0700 (PDT) Received: by 10.14.98.134 with HTTP; Tue, 3 Apr 2012 09:18:25 -0700 (PDT) In-Reply-To: References: <32ABBABB-4BBB-4ECD-A2CC-67BF895E95F1@gmail.com> Date: Tue, 3 Apr 2012 18:18:25 +0200 Message-ID: Subject: Re: Sorting CouchDB data using couch-lucene From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Apr 3, 2012 at 6:11 PM, Zachary Zolton wrote: > Sounds like it's more useful after enabling the "include_deleted" ddoc option. > > http://lists.refuge.io/refuge/0122.html > > Am I correct to infer that you must enable the "seq_indexed" to take > advantage of this? > > (These options are both new to me. Couldn't find much on the ML about them...) > Yes, at some point in the week i will include these features and document them more. To summarize: If you want to use the global feed changes on all the vie group, use the options seq_indexed in the view_groups options, either set it at the view level to allow queries in a change. - benoit