yes, this is the way to do it
On Thu, May 26, 2016 at 6:54 AM Jan Høydahl wrote:
>
> Hi
>
> Have you tried adding all your commands to the same file?
>
> {
> "add-requesthandler":{"name":"/foo","class":"solr.SearchHandler"},
> "add-requesthandler":{"name":"/bar","class":"solr.SearchHandler"},
Hi
Have you tried adding all your commands to the same file?
{
"add-requesthandler":{"name":"/foo","class":"solr.SearchHandler"},
"add-requesthandler":{"name":"/bar","class":"solr.SearchHandler"},
"add-requesthandler":{"name":"/baz","class":"solr.SearchHandler"}
}
--
Jan Høydahl, search so
Hi folks,
The code I'm maintaining, uses Solr config API per
https://cwiki.apache.org/confluence/display/solr/Config+API to manage
request handlers. My environment has many request handlers, up to 100 in
few extreme cases. When that's the case, it means I will issue 100
"delete-requesthandler" f