Re: The method getSolrServer() is undefined

2008-10-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
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

Re: The method getSolrServer() is undefined

2008-10-26 Thread Chris Hostetter
: 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