On 2/24/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
On Feb 24, 2007, at 6:26 AM, Erik Hatcher wrote: > > 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 Though IndexInfoRequestHandler is practically obsolete with Ryan's "Luke" contribution... isn't that so, Ryan?
functionality-wise, yes. I pointed to the IndexInfoRequestHandler because it is the simplest SolrRequestHandler that gets into lucene internals. Adding term browsing to it is really straight forward - thats how i stumbled into writing the "luke" thing!
I can't wait for Flare to start getting its hands on the Luke handlers! wow.
i can't wait to see it