From user-return-2135-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Dec 14 17:37:27 2008 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 48295 invoked from network); 14 Dec 2008 17:37:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2008 17:37:27 -0000 Received: (qmail 70726 invoked by uid 500); 14 Dec 2008 17:37:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 70700 invoked by uid 500); 14 Dec 2008 17:37: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 70689 invoked by uid 99); 14 Dec 2008 17:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2008 09:37:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thibaut.barrere@gmail.com designates 209.85.134.187 as permitted sender) Received: from [209.85.134.187] (HELO mu-out-0910.google.com) (209.85.134.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2008 17:37:18 +0000 Received: by mu-out-0910.google.com with SMTP id i10so1737267mue.5 for ; Sun, 14 Dec 2008 09:36:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZBhMFcgYqe2LZEkImBpgqBj20DXO0f32L7NJoFg0h10=; b=Cj+jQhtYrVQgNJGw+eyewbnCXogSKvPBCfHMXud4Musn1CtDCUP7mB9UiZ4DEUe5mL wNx1RAlkeZeKyGYm11yj7YUirWZlBeWsCrzp0uwouUWKzgJBKU6QfVjwQc2cfmD3N3Nm 8LApxH/j9mWXTDSPevm954wDPysPL5d3pN0ug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ahnF1QYHWn3YhEcpKjbicJt8U72Mb78dkLKLkLdRuVlr+nsrqkw55R6t6avLh7oB2K Hl1g1EF2L1LtS71kypBdrhJ2o2AbypBzdiVVcRGb2zncYAPyXuFTQjfPj+uH01jeALKP UB3vOMc513l9yZJ/JcwW/VwTJl2WOqP0D9bNY= Received: by 10.103.213.19 with SMTP id p19mr2639658muq.9.1229276216763; Sun, 14 Dec 2008 09:36:56 -0800 (PST) Received: by 10.103.177.15 with HTTP; Sun, 14 Dec 2008 09:36:56 -0800 (PST) Message-ID: <4a68b8cf0812140936v1a40862s6a2eaa35f921c688@mail.gmail.com> Date: Sun, 14 Dec 2008 18:36:56 +0100 From: "=?ISO-8859-1?Q?Thibaut_Barr=E8re?=" To: user@couchdb.apache.org Subject: Re: Multiple search criteria with ranges In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <12C3EB1F-8F69-4998-BB83-F45564CC9F64@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Faceted search like this isn't best supported directly in CouchDB > itself. Its a feature that's been discussed for implementation but as > of yet there aren't any concrete plans on what that implementation > would look like. > > That being said, there's nothing keeping you from using an external > indexer such as Solr that supports faceted searching like you're > describing. I'm also trying to implement this faceted search (mailed the list today about that but the mail didn't make it , I think I didn't post it to the current address). I'd be very interested to hear some feedback from people who actually implemented something like that - either with Solr or any other solution. cheers -- Thibaut