I've updated the documentation at http://wiki.apache.org/solr/Solrj
all these code is not necessary
((CommonsHttpSolrServer) server).setParser(new
BinaryResponseParser());
((CommonsHttpSolrServer) server).setParser(new XMLResponseParser());
((CommonsHttpSolrServer) se
: I'm new to Solr and have get the following error when i want to add Data to
: the Server instance:
:
: SolrServer server = getSolrServer(); // The method getSolrServer() is
: undefined for the type Upload
"Upload" seems to be a class you have written, and you don't have a method
named getSol