I was reading the in Solr Wiki about creating request handlers -
http://wiki.apache.org/solr/SolrRequestHandler and saw that there are two
different ways to create a handler:

1. Define as <requestHandler name="/baz"
class="my.package.AnotherCustomRequestHandler">  and call via
http://localhost:8983/baz/?..
2. Define as <requestHandler name="baz"
class="my.package.AnotherCustomRequestHandler">  and call via
http://localhost:8983/select/?qt=baz...

So I was wondering one way is preferred over the other?

Thanks,
Paige Cook

Reply via email to