Solr developers: There are different SolrRequestHandler implementations in Solr, e.g. DisMaxRequestHandler, StandardRequestHandler and they overlap in functionality.
And we are thinking of writing our own SolrRequestHandler implementation, which means to also support standard functionality, we'd have to copy over most of the code from existing implementations. This sort of code replication is usually not good. Are there plans to rethink the plugin architecture, e.g. to break into phases or modules where other components/plugins can extend? Or what are some other suggestions you guys may have? Thanks -John