> Is there a fastest way to do that? I mean transforming a > SolrDocument into a > SolrInputDocument?
Does these static methods help?
org.apache.solr.client.solrj.util.ClientUtils.toSolrDocument()
org.apache.solr.client.solrj.util.ClientUtils.toSolrInputDocument()
