You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jessica Cheng <me...@gmail.com> on 2013/10/31 23:03:45 UTC

How do we access CloudSolrServer.RouteResponse?

Hi,

I need the version number from an add, and I added the "versions" param and
the version is returned in the RouteResponse, but since that class is
package private, I'm not able to access it outside the package. How are we
supposed to access this response?

Thanks,
Jessica

Re: How do we access CloudSolrServer.RouteResponse?

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
I ran into the same problem. It was decided that we'll make a new issue to
make this class public in Solr 4.6. I haven't seen an issue for it yet so
I'll create one.

https://issues.apache.org/jira/browse/SOLR-4816?focusedCommentId=13781854&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13781854


On Fri, Nov 1, 2013 at 3:33 AM, Jessica Cheng <me...@gmail.com> wrote:

> Hi,
>
> I need the version number from an add, and I added the "versions" param
> and the version is returned in the RouteResponse, but since that class is
> package private, I'm not able to access it outside the package. How are we
> supposed to access this response?
>
> Thanks,
> Jessica
>



-- 
Regards,
Shalin Shekhar Mangar.