admin/luke and EmbeddedSolrServer

2008-12-01 Thread Matt Mitchell
Is it possible to send a request to admin/luke using the EmbeddedSolrServer?

Re: admin/luke and EmbeddedSolrServer

2008-12-01 Thread Ryan McKinley
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?