Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 43240 invoked from network); 2 May 2010 16:07:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 16:07:18 -0000 Received: (qmail 28875 invoked by uid 500); 2 May 2010 16:07:17 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 28826 invoked by uid 500); 2 May 2010 16:07:17 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 28818 invoked by uid 99); 2 May 2010 16:07:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 16:07:17 +0000 X-ASF-Spam-Status: No, hits=-1377.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 16:07:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o42G6urR020611 for ; Sun, 2 May 2010 16:06:56 GMT Message-ID: <14666614.6031272816416583.JavaMail.jira@thor> Date: Sun, 2 May 2010 12:06:56 -0400 (EDT) From: "Karthick Sankarachary (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2427) A Scheduled Split Rule For Sub-Dividing Indices At Fixed Intervals In-Reply-To: <8436106.5991272816297750.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary updated LUCENE-2427: ------------------------------------------ Description: (Please note that the feature described in LUCENE-2425 is required reading for this issue.) Herein, we define a scheduled split rule that causes a split to occur in the split index to which it applies, at regular time periods, with or without an initial delay. In essence, this allows the arrangement of sub-indices in a split index to be re-organized at fixed-rate intervals. was: (Please note that the feature described in LUCENE-2325 is required reading for this issue.) Herein, we define a scheduled split rule that causes a split to occur in the split index to which it applies, at regular time periods, with or without an initial delay. In essence, this allows the arrangement of sub-indices in a split index to be re-organized at fixed-rate intervals. > A Scheduled Split Rule For Sub-Dividing Indices At Fixed Intervals > ------------------------------------------------------------------ > > Key: LUCENE-2427 > URL: https://issues.apache.org/jira/browse/LUCENE-2427 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/*, Index > Affects Versions: 3.0.1 > Reporter: Karthick Sankarachary > Attachments: LUCENE-2427.patch > > > (Please note that the feature described in LUCENE-2425 is required reading for this issue.) > Herein, we define a scheduled split rule that causes a split to occur in the split index to which it applies, at regular time periods, with or without an initial delay. In essence, this allows the arrangement of sub-indices in a split index to be re-organized at fixed-rate intervals. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org