Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 7053 invoked from network); 17 Nov 2010 13:23:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 13:23:10 -0000 Received: (qmail 19597 invoked by uid 500); 17 Nov 2010 13:23:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 19464 invoked by uid 500); 17 Nov 2010 13:23:39 -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 19451 invoked by uid 99); 17 Nov 2010 13:23:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 13:23:38 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 13:23:29 +0000 Received: from dahlia.local (p5799E648.dip.t-dialin.net [87.153.230.72]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id 73EE63C2B6 for ; Wed, 17 Nov 2010 14:23:09 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Forcing document reindex From: Jan Lehnardt In-Reply-To: Date: Wed, 17 Nov 2010 14:23:08 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <76A109FD-9829-4EAA-9BA1-0FAC29357EA9@apache.org> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org Ni Nicolas, On 17 Nov 2010, at 14:00, Nicolas Jessus wrote: > Is there a way to force a document reindex, like is triggered by an = update,=20 > without actually doing the update?=20 >=20 > I am trying to do unspeakable things to Couch, but ones that would be = very > useful (and inefficient, but that would be ok). I'll tell if it works = :) If you make a change to your view functions (a whitespace change will = do) and query the view again, it'll be rebuilt. Please don't abuse your couch too much :) Cheers Jan --=20