Return-Path: X-Original-To: apmail-lucy-user-archive@www.apache.org Delivered-To: apmail-lucy-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 4BCF0F13B for ; Thu, 25 Apr 2013 15:17:15 +0000 (UTC) Received: (qmail 94287 invoked by uid 500); 25 Apr 2013 15:17:15 -0000 Delivered-To: apmail-lucy-user-archive@lucy.apache.org Received: (qmail 94265 invoked by uid 500); 25 Apr 2013 15:17:15 -0000 Mailing-List: contact user-help@lucy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@lucy.apache.org Delivered-To: mailing list user@lucy.apache.org Received: (qmail 94256 invoked by uid 99); 25 Apr 2013 15:17:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 15:17:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [83.137.17.47] (HELO delos.nl) (83.137.17.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 15:17:06 +0000 X-MDAV-Result: clean X-MDAV-Processed: delos.nl, Thu, 25 Apr 2013 17:16:43 +0200 Received: from WorldClient by delos.nl (MDaemon PRO v13.0.4) with ESMTP id md50000666971.msg for ; Thu, 25 Apr 2013 17:16:42 +0200 X-Spam-Processed: delos.nl, Thu, 25 Apr 2013 17:16:42 +0200 (not processed: message from trusted or authenticated source) X-Authenticated-Sender: thomas@delos.nl X-MDRemoteIP: 127.0.0.1 X-Return-Path: prvs=1827c3f4ed=thomas@delos.nl X-Envelope-From: thomas@delos.nl X-MDaemon-Deliver-To: user@lucy.apache.org Received: from [81.206.23.136] by delos.nl via WorldClient with HTTP; Thu, 25 Apr 2013 17:16:42 +0200 Date: Thu, 25 Apr 2013 17:16:42 +0200 From: "Thomas den Braber" To: user@lucy.apache.org, "Edwin Crockford" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: X-Mailer: WorldClient 13.0.4 In-Reply-To: <517941FE.9010205@invicro.com> References: <51791F63.7030702@invicro.com> <517941FE.9010205@invicro.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [lucy-user] Large index sizes Edwin, I have a setup with two indexes of 1.2 million files each (small files). I have joined them together in a union with the PolySearcher, it does hot have a noticeable speed difference than searching in one index. This way you can join one static and one dynamic indexer together to get best update/search time. //Thomas