Solr cache statistics explanation

2008-07-22 Thread Marshall Gunter
tions size cumulative_lookups cumulative_hits cumulative_hitratio cumulative_inserts cumulative_evictions -- Marshall Gunter

Simple Solr POST using java

2008-05-09 Thread Marshall Gunter
"Content-type", "text/xml; charset=UTF-8"); OutputStreamWriter out = new OutputStreamWriter(urlc.getOutputStream()); out.write(strToAdd); out.flush(); -- Marshall Gunter