You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2008/12/09 19:19:45 UTC

[jira] Updated: (SOLR-885) Generify NamedListCodec

     [ https://issues.apache.org/jira/browse/SOLR-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-885:
----------------------------

    Attachment: SOLR-885.patch

after Ryan moved the packages around the patch became invalid

new patch to sync with trunk

some fields/methods are changed from private to public/protected so that this can be used extend the format

> Generify NamedListCodec
> -----------------------
>
>                 Key: SOLR-885
>                 URL: https://issues.apache.org/jira/browse/SOLR-885
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-885.patch, SOLR-885.patch
>
>
> * make NamedListCodec a generic class which may be able to write any of the supported object
> * Deprecate NamedList and use only SimpleOrderedMap. (Yes it is backward compatible)
> * Ideally I wish to call this JavabinCodec because it should be able to be used to write any kind of supported objects

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.