Re: The method getSolrServer() is undefined

2008-10-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
erver).setFollowRedirects(false); --Noble On Mon, Oct 20, 2008 at 5:20 PM, Artur Zeiler <[EMAIL PROTECTED]> wrote: > Hi, > > 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

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

The method getSolrServer() is undefined

2008-10-20 Thread Artur Zeiler
Hi, 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 Here is the complete Code: import java.io.IOException; i