Description
the method org.apache.nutch.indexer.solr.SolrWriter.write(NutchDocument doc) should call the method setDocumentBoost as illustrated below :
for(final Entry<String, List<String>> e : doc) {
for (final String val : e.getValue())
}
inputDoc.setDocumentBoost(doc.getScore());
as done by the LuceneWriter.