Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 33703 invoked from network); 13 Oct 2008 18:17:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 18:17:37 -0000 Received: (qmail 56855 invoked by uid 500); 13 Oct 2008 18:17:35 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 56803 invoked by uid 500); 13 Oct 2008 18:17:35 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 56793 invoked by uid 99); 13 Oct 2008 18:17:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 11:17:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 18:16:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 57BA4234C219 for ; Mon, 13 Oct 2008 11:16:44 -0700 (PDT) Message-ID: <455635536.1223921804358.JavaMail.jira@brutus> Date: Mon, 13 Oct 2008 11:16:44 -0700 (PDT) From: "Michael Busch (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-1419) Expert API to specify indexing chain In-Reply-To: <1862429116.1223879084374.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-1419. ----------------------------------- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Committed rev. 704193. Thanks for reviewing, Mike! > Expert API to specify indexing chain > ------------------------------------ > > Key: LUCENE-1419 > URL: https://issues.apache.org/jira/browse/LUCENE-1419 > Project: Lucene - Java > Issue Type: New Feature > Components: Index > Reporter: Michael Busch > Assignee: Michael Busch > Priority: Trivial > Fix For: 2.9 > > Attachments: lucene-1419.patch > > > It would be nice to add an expert API to specify an indexing chain, so that > we can make use of Mike's nice LUCENE-1301 feature. > This patch simply adds a package-protected expert API to IndexWriter and > DocumentsWriter. It adds a inner, abstract class to DocumentsWriter called > IndexingChain, and a default implementation that is the currently used one. > This might not be the final solution, but a nice way to play with different > modules in the indexing chain. > Could you take a look at the patch, Mike? -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org