Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FF6EE5CC for ; Mon, 26 Nov 2012 21:47:28 +0000 (UTC) Received: (qmail 5856 invoked by uid 500); 26 Nov 2012 21:47:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 5773 invoked by uid 500); 26 Nov 2012 21:47:07 -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 5737 invoked by uid 99); 26 Nov 2012 21:47:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 21:47:07 +0000 Date: Mon, 26 Nov 2012 21:47:07 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: <84027453.24828.1353966427252.JavaMail.jiratomcat@arcas> In-Reply-To: <1290560961.45733.1316518628775.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3441) Add NRT support to facets 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-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504155#comment-13504155 ] Commit Tag Bot commented on LUCENE-3441: ---------------------------------------- [trunk commit] Shai Erera http://svn.apache.org/viewvc?view=revision&revision=1412235 LUCENE-3441: fix bug in ParentArray.initFromReader > Add NRT support to facets > ------------------------- > > Key: LUCENE-3441 > URL: https://issues.apache.org/jira/browse/LUCENE-3441 > Project: Lucene - Core > Issue Type: New Feature > Components: modules/facet > Reporter: Shai Erera > Assignee: Shai Erera > Priority: Minor > Fix For: 4.1, 5.0 > > Attachments: LUCENE-3441.patch, LUCENE-3441.patch > > > Currently LuceneTaxonomyReader does not support NRT - i.e., on changes to LuceneTaxonomyWriter, you cannot have the reader updated, like IndexReader/Writer. In order to do that we need to do the following: > # Add ctor to LuceneTaxonomyReader to allow you to instantiate it with LuceneTaxonomyWriter. > # Add API to LuceneTaxonomyWriter to expose its internal IndexReader > # Change LTR.refresh() to return an LTR, rather than void. This is actually not strictly related to that issue, but since we'll need to modify refresh() impl, I think it'll be good to change its API as well. Since all of facet API is @lucene.experimental, no backwards issues here (and the sooner we do it, the better). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org