System.out.println("Processed RP access #" + i + " of "
+ sdl.getNumFound());
SolrInputDocument sdi = ClientUtils.toSolrInputDocument(sd);
Integer id = (Integer) sd.getFieldValue("id");
ResearcherPage rp = as.get(ResearcherPage.class, id);
if (rp == null)
continue;
// Do any additional indexing, depends on the plugins
List<SolrStatsIndexPlugin> solrServiceIndexPlugins = new DSpace()