Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 92108 invoked from network); 10 Feb 2011 14:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 14:28:24 -0000 Received: (qmail 2736 invoked by uid 500); 10 Feb 2011 14:28:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 2202 invoked by uid 500); 10 Feb 2011 14:28:19 -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 2187 invoked by uid 99); 10 Feb 2011 14:28:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 14:28:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 14:28:17 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 768FD19DF66 for ; Thu, 10 Feb 2011 14:27:57 +0000 (UTC) Date: Thu, 10 Feb 2011 14:27:57 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <119435290.7994.1297348077482.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1527481941.7965.1297346277519.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (LUCENE-2915) make CoreCodecProvider convenience class so apps can easily pick per-field codecs 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-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2915. ---------------------------------------- Resolution: Fixed > make CoreCodecProvider convenience class so apps can easily pick per-field codecs > --------------------------------------------------------------------------------- > > Key: LUCENE-2915 > URL: https://issues.apache.org/jira/browse/LUCENE-2915 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Michael McCandless > Assignee: Michael McCandless > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-2915.patch > > > We already have DefaultCodecProvider, which simply registers all core codecs and uses Standard for all fields, but it's package private. > We should make this public, and name it CoreCodecProvider. -- This message is automatically generated by JIRA. - 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