I was looking into DUH2 changes (for SOLR-2701) and noticed
DUH2.getStatistics might have a bug
public NamedList getStatistics() {
NamedList lst = new SimpleOrderedMap();
lst.add("commits", commitCommands.get());
if (commitTracker.getTimeUpperBound() > 0) { // isn't this
getDocsUpperBound()?
lst.add("autocommit maxDocs", commitTracker.getDocsUpperBound());
}
cheers,
e.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]