On Feb 24, 2007, at 3:36 AM, Pierre-Yves LANDRON wrote:
it will be easy to add. take a look at a simple SolrRequestHandler:
http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/
apache/solr/handler/IndexInfoRequestHandler.java
this gets the IndexReader and writes out some stuff.
thanks ! i will look at it. This handler is not accessible from the
"rest" interface ? if so, why does it exists : is it used for the
implementation of other rest instruction ?
Sure, this handler is available (as long as you have it configured in
your solrconfig.xml; it is configured in the example one):
http://localhost:8983/solr/select?qt=indexinfo&wt=ruby&indent=on
Erik