I'm interested in accessing the Solr RequestHandler from the point of document collection/scoring. SolrParams to be exact, but the issue will come up again.
How does one get access [Java] to instantiated objects in Solr/Lucene that are not being referenced via factory statics or other means of global namespace reference? Is there a component manager I can query?
Does that make any sense?