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 5D0019C66 for ; Sun, 27 May 2012 13:08:27 +0000 (UTC) Received: (qmail 88178 invoked by uid 500); 27 May 2012 13:08:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 88039 invoked by uid 500); 27 May 2012 13:08:23 -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 88016 invoked by uid 99); 27 May 2012 13:08:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 13:08:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 6277E142857 for ; Sun, 27 May 2012 13:08:23 +0000 (UTC) Date: Sun, 27 May 2012 13:08:23 +0000 (UTC) From: "Renaud Delbru (JIRA)" To: dev@lucene.apache.org Message-ID: <1187444139.7029.1338124103405.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1149611768.59693.1336920408086.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-4055) Refactor SegmentInfo / FieldInfo to make them extensible 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-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284153#comment-13284153 ] Renaud Delbru commented on LUCENE-4055: --------------------------------------- Does this patch allows FreqProxTermsWriterPerField to be dependent to the Codec/Field ? I have a use case where I need my own FreqProxTermsWriterPerField for certain fields. I am asking this because I see in your patch the following line: {code} final FreqProxTermsWriterPerField fieldWriter = allFields.get(fieldNumber); {code} which seems to retrieve a particular FreqProxTermsWriterPerField for each field type. > Refactor SegmentInfo / FieldInfo to make them extensible > -------------------------------------------------------- > > Key: LUCENE-4055 > URL: https://issues.apache.org/jira/browse/LUCENE-4055 > Project: Lucene - Java > Issue Type: Improvement > Components: core/codecs > Reporter: Andrzej Bialecki > Assignee: Robert Muir > Fix For: 4.0 > > Attachments: LUCENE-4055.patch > > > After LUCENE-4050 is done the resulting SegmentInfo / FieldInfo classes should be made abstract so that they can be extended by Codec-s. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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