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 "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/12/02 23:37:43 UTC

[jira] Commented: (SOLR-421) Make SolrParams serializable

    [ https://issues.apache.org/jira/browse/SOLR-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547683 ] 

Ryan McKinley commented on SOLR-421:
------------------------------------

Do you just mean, change SolrParams.java to:
{code:java}
public abstract class SolrParams implements Serializable {
{code}
Sounds fine to me.  

Will - the same SolrParams class is used for solr and solrj.  Is this all that is needed for your use case?

> Make SolrParams serializable
> ----------------------------
>
>                 Key: SOLR-421
>                 URL: https://issues.apache.org/jira/browse/SOLR-421
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Trivial
>
> Making SolrParams serializable will allow it to be sent over RMI or used in other tools that require serialization.

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