You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Matt Mitchell <go...@gmail.com> on 2008/12/01 17:42:28 UTC

admin/luke and EmbeddedSolrServer

Is it possible to send a request to admin/luke using the EmbeddedSolrServer?

Re: admin/luke and EmbeddedSolrServer

Posted by Ryan McKinley <ry...@gmail.com>.
sure:


     LukeRequest luke = new LukeRequest();
     luke.setShowSchema( false );
     LukeResponse rsp = luke.process( server );



On Dec 1, 2008, at 11:42 AM, Matt Mitchell wrote:

> Is it possible to send a request to admin/luke using the  
> EmbeddedSolrServer?