Something was wrong on my machine, removing Nutch' build dir and cleanly
rebuilding everything fixed the issue.
Thanks
-Original message-
> From:Mark Miller
> Sent: Sat 03-Nov-2012 02:57
> To: solr-user@lucene.apache.org
> Subject: Re: trouble instantiating CloudSolrSe
Hi, i added the follow dependancy to Apache Nutch:
org="org.apache.solr" name="solr-solrj" rev="4.0.0"
-Original message-
> From:Lance Norskog
> Sent: Sat 03-Nov-2012 04:34
> To: solr-user@lucene.apache.org; markrmil...@gmail.com
> Subject:
What is the maven repo id & version for this?
- Original Message -
| From: "Mark Miller"
| To: solr-user@lucene.apache.org
| Sent: Friday, November 2, 2012 6:52:10 PM
| Subject: Re: trouble instantiating CloudSolrServer
|
| I think the maven jars must be out of whack?
|
|
I think the maven jars must be out of whack?
On Fri, Nov 2, 2012 at 6:38 AM, Markus Jelsma
wrote:
> Hi,
>
> We use trunk but got SolrJ 4.0 from Maven. Creating an instance of
> CloudSolrServer fails because its constructor calls a not existing LBServer
> constructor, it attempts to create an in
Hi,
We use trunk but got SolrJ 4.0 from Maven. Creating an instance of
CloudSolrServer fails because its constructor calls a not existing LBServer
constructor, it attempts to create an instance by only passing a HttpClient.
How is LBHttpSolrServer supposed to work without passing a SolrServer U