Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 44760 invoked from network); 16 Feb 2010 14:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 14:08:25 -0000 Received: (qmail 60563 invoked by uid 500); 16 Feb 2010 14:08:23 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 60499 invoked by uid 500); 16 Feb 2010 14:08:23 -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 60489 invoked by uid 99); 16 Feb 2010 14:08:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 14:08:23 +0000 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: local policy) Received: from [140.203.201.101] (HELO mx2.nuigalway.ie) (140.203.201.101) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 14:08:15 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAFM1eksKhJ0L/2dsb2JhbACbGnS9U4RbBA X-IronPort-AV: E=Sophos;i="4.49,484,1262563200"; d="scan'208";a="10272325" Received: from unknown (HELO EVS1.ac.nuigalway.ie) ([10.132.157.11]) by mx2.nuigalway.ie with ESMTP; 16 Feb 2010 14:07:53 +0000 Received: from EVS1.ac.nuigalway.ie ([10.132.157.14]) by EVS1.ac.nuigalway.ie with Microsoft SMTPSVC(6.0.3790.3959); Tue, 16 Feb 2010 14:07:52 +0000 Received: from [10.2.18.102] ([140.203.154.11]) by EVS1.ac.nuigalway.ie over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 16 Feb 2010 14:07:51 +0000 Message-ID: <4B7AA6AC.60703@deri.org> Date: Tue, 16 Feb 2010 14:07:40 +0000 From: Renaud Delbru User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9pre) Gecko/20100216 Lightning/1.0pre Shredder/3.0.2pre MIME-Version: 1.0 To: java-user Subject: Flex & Segment Merging Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Feb 2010 14:07:51.0844 (UTC) FILETIME=[6D69DE40:01CAAF11] Hi, I would like to start creating a codec with my own set of index files (instead of using the ones from the Standard codec). I have multiple questions (I haven't yet found answers by myself) like: how to specify how these files should be merged ? Is it automatically done by the Codec interface ? How is it working currently ? Is there some restrictions on how segments can be merged ? Is there a way to extend easily the mechanism on how segments are merged ? Cheers, -- Renaud Delbru --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org