From couchdb-user-return-1375-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Fri Sep 26 10:13:34 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 59687 invoked from network); 26 Sep 2008 10:13:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2008 10:13:34 -0000 Received: (qmail 22969 invoked by uid 500); 26 Sep 2008 10:13:30 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 22925 invoked by uid 500); 26 Sep 2008 10:13:29 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 22914 invoked by uid 99); 26 Sep 2008 10:13:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 03:13:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of jaap@brightin.nl) Received: from [209.85.198.240] (HELO rv-out-0708.google.com) (209.85.198.240) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2008 10:12:28 +0000 Received: by rv-out-0708.google.com with SMTP id k29so942027rvb.0 for ; Fri, 26 Sep 2008 03:12:51 -0700 (PDT) Received: by 10.141.27.16 with SMTP id e16mr551761rvj.136.1222423971706; Fri, 26 Sep 2008 03:12:51 -0700 (PDT) Received: by 10.140.162.20 with HTTP; Fri, 26 Sep 2008 03:12:51 -0700 (PDT) Message-ID: Date: Fri, 26 Sep 2008 12:12:51 +0200 From: "Jaap van der Plas" To: couchdb-user@incubator.apache.org Subject: Re: Multiple filters on a large data set In-Reply-To: <27d8d0930809251141q182609cbkcfa7144152392ed5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <27d8d0930809251141q182609cbkcfa7144152392ed5@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org After a bit of googling all I could find was messages that stated that Lucene integration in CouchDB isn't fully functional yet, or is there something I'm missing? On Thu, Sep 25, 2008 at 20:41, Ayende Rahien wrote: > You probably want to integrate Lucene with CouchDB and shell all searching > to Lucene. > > On Thu, Sep 25, 2008 at 9:25 PM, Jaap van der Plas wrote: > >> Greetings, >> >> We like to build a database with approx. 50.000 documents. Every >> document has at least about 10 fields. We think CouchDB would be nice >> solution because there's a big variety of documents (like different >> fields). >> >> We intend to use this for an online catelog. We like end users to be >> able to search with multiple fields (like filters). Any combination of >> fields should be possible. >> >> 1. Is this possible to do this without creating temp_views for every query? >> >> 2. If not, is using temp_views viable performance wise on this sort of >> dataset. >> >> TIA >> >