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 05633968C for ; Tue, 3 Apr 2012 16:12:57 +0000 (UTC) Received: (qmail 22100 invoked by uid 500); 3 Apr 2012 16:12:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22047 invoked by uid 500); 3 Apr 2012 16:12:55 -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 22039 invoked by uid 99); 3 Apr 2012 16:12:55 -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:12:55 +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 zachary.zolton@gmail.com designates 209.85.160.52 as permitted sender) Received: from [209.85.160.52] (HELO mail-pb0-f52.google.com) (209.85.160.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2012 16:12:49 +0000 Received: by pbcuo15 with SMTP id uo15so71297pbc.11 for ; Tue, 03 Apr 2012 09:12:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=+uL0NIWu0my93WH+ZEMyIle+Mv18zQfOPPph0YGmQBg=; b=R/a75VcGTsic1l+D4n8WsmkETGhywidqRj4HehdIBTKZ0+fYeixkp++6bn7syLYTbu lGzRXRtquhUXtmx6TKodBCAqSdsUDmS6NzLOa1eykvVeGBWc+04tcF4PXJvuXjnOqiLS 2OWkUFEKHGAjjFr330jK0iG0DyY1iOaAHKH/AI5bpzIRRmKNYBwI2laUS/VNRvh0hPKf 6Ar51KTHMQTlTlSe0YKGy45J/2GNYD/azUpz/98a8HQz70Ys3/SjAegV9y7VfwlRQ6qw QVYbNYLWxW4szhTMl8uryTZWPQICnAfpciXWJ774j3gtftQSHgag80+U/pbJNcLhPM9J aCmA== Received: by 10.68.240.135 with SMTP id wa7mr29830152pbc.7.1333469548282; Tue, 03 Apr 2012 09:12:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.208.197 with HTTP; Tue, 3 Apr 2012 09:11:58 -0700 (PDT) In-Reply-To: References: <32ABBABB-4BBB-4ECD-A2CC-67BF895E95F1@gmail.com> From: Zachary Zolton Date: Tue, 3 Apr 2012 11:11:58 -0500 Message-ID: Subject: Re: Sorting CouchDB data using couch-lucene To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sounds like it's more useful after enabling the "include_deleted" ddoc opti= on. 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.= ..) On Tue, Apr 3, 2012 at 10:45 AM, Zachary Zolton wrote: > > Oh cool, Benoit! > > So, it seems that a view _changes consumer would also keep your views > up-to-date? Sounds really useful for scenarios when you want a read-only = app > to only use stale=3Dok queries. (Provided they hit the same ddoc, of > course...) > > > On Tue, Apr 3, 2012 at 10:26 AM, Benoit Chesneau > wrote: >> >> >> On Mar 27, 2012, at 9:37 PM, Zachary Zolton wrote: >> >> >> >> >> >> >> I think someone had a crack at chained map-reduce other than Cloudant >> >> but I don't recall the project name. Also, I know Benoit is working o= n >> >> adding a _changes feed for views, which should allow chained m-r too. >> >> >> > >> > A _changes feed for views would enable all sorts of secondary >> > indices... Go >> > Benoit! =A0^_^) >> >> >> It's already working :) : >> >> https://github.com/refuge/rcouch/tree/view_changes >> >> >> For more information on how to use it: >> >> http://refuge.io/blog/post/view-changes-since >> >> & >> >> http://lists.refuge.io/refuge/0121.html >> >> >> Don't use link provided in these posts, all teh changes have been merged >> in the view_changes branch. >> >> - beno=EEt >> >> >