Solrj client - CommonsHttpSolrServer - getting solr.solr.home

2008-12-16 Thread Kay Kay

I am reading the wiki here at - http://wiki.apache.org/solr/Solrj .

Is there a requestHandler ( may be - some admin handler ) already 
present that can retrieve the solr.solr.home for a given 
CommonsHttpSolrServer instance ( for a given solr endpoint), through an 
api.




Re: Solrj client - CommonsHttpSolrServer - getting solr.solr.home

2008-12-16 Thread Ryan McKinley
perhaps  CoreAdminRequest... it does not give you the property, but  
you can see where things are...


http://wiki.apache.org/solr/CoreAdmin


On Dec 16, 2008, at 12:53 PM, Kay Kay wrote:


I am reading the wiki here at - http://wiki.apache.org/solr/Solrj .

Is there a requestHandler ( may be - some admin handler ) already  
present that can retrieve the solr.solr.home for a given  
CommonsHttpSolrServer instance ( for a given solr endpoint), through  
an api.