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
: 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
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