Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 56920 invoked from network); 19 Oct 2006 13:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 13:38:54 -0000 Received: (qmail 90606 invoked by uid 500); 19 Oct 2006 13:38:45 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 90573 invoked by uid 500); 19 Oct 2006 13:38:45 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 90562 invoked by uid 99); 19 Oct 2006 13:38:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 06:38:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [213.133.33.40] (HELO smtp.is.nl) (213.133.33.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 06:38:43 -0700 Received: from [213.133.51.241] (HELO hai01.hippo.local) by smtp.is.nl (CommuniGate Pro SMTP 5.0.10) with ESMTP id 2045798 for java-user@lucene.apache.org; Thu, 19 Oct 2006 15:38:21 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Preventing merging by IndexWriter Date: Thu, 19 Oct 2006 15:37:39 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Preventing merging by IndexWriter Thread-Index: Acbyuxv5HS98v3YKR2GWftprFU/4QQAxekZA From: "Johan Stuyts" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I just searched for 'faceted' on the e-mails I've seen since=20 > I subscribed to > the list, and there are certainly discussions out there... I did already, but... > This thread might be particularly useful, started 15-May-2006 > *Aggregating category hits it seems I missed this one. Thanks. I guess it is time we started evaluating Solr. I still see problems because of: - very frequent updates (expected to be thousands an hour); - dense facets, more than 1 in 20 documents in a facet (e.g. month, department, site section); - the filters are also used for authorization. We want to use facets for authorization, this means we have to combine (disjunction and conjunction) the bit sets (expected number is less than 10) of a user for each request. But I will keep looking for solutions, and trying different implementations. Today I finished a very simple test suite with which I can compare the implementations. Johan --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org