Solr cache statistics explanation
tions size cumulative_lookups cumulative_hits cumulative_hitratio cumulative_inserts cumulative_evictions -- Marshall Gunter
Simple Solr POST using java
"Content-type", "text/xml; charset=UTF-8"); OutputStreamWriter out = new OutputStreamWriter(urlc.getOutputStream()); out.write(strToAdd); out.flush(); -- Marshall Gunter