the Lucene Scorers don't keep track of component scores as they go, the cumulative score is calculated all at once.
For specific documents your plugin could use the SolrIndexSearcher.explain method to execute logic that will build up a data structure showing the intermediate calculations. -Hoss