: Does this matter?  Seems odd to have two ways to do the same basic 
: thing.   If I wanted to remove CSV as a update type and a witertype, 
: thoughts on how to do it?  Without just going in and doing a custom 
: build of Solr?   

It is odd.

It feels like once upon a time someone had an ich to refactor some default 
plugin initialization into ImplicitPlugins.json, and wasn't motivated to 
follow through with all of the other types of default plugins.

either way: i agree it would make sense if the config-api had some way to 
delete implicit plugin ... would probably require some kind of special 
"deleted" indicator in configoverlay.json?


: Does adding/removing writer types and request handlers come up for 
: anyone else?  This is for someone who is looking for a very locked down 
: version of Solr, but doens't want a custom build.

The traditional way of disabling an implicit request handler is to 
register your own request handler with the same name, pointed at 
solr.NotFoundRequestHandler ...

https://solr.apache.org/docs/9_6_1/core/org/apache/solr/handler/NotFoundRequestHandler.html



-Hoss
http://www.lucidworks.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to