Thanks both of us.
There was a problem with the server URL like Greg had said.
;)
El 14/03/14 16:20, Furkan KAMACI escribió:
Hi;
There is another issue. It seems like you are using SolrCloud. If so check
here: https://wiki.apache.org/solr/Solrj#Using_with_SolrCloud
Thanks;
Furkan KAMACI
20
Hi;
There is another issue. It seems like you are using SolrCloud. If so check
here: https://wiki.apache.org/solr/Solrj#Using_with_SolrCloud
Thanks;
Furkan KAMACI
2014-03-14 15:28 GMT+02:00 Greg Walters :
> Hello,
>
> You shouldn't include the # as part of the url nor should the collection
> b
Hello,
You shouldn't include the # as part of the url nor should the collection be
specified directly like that either. Check out
https://wiki.apache.org/solr/Solrj#HttpSolrServer for an example.
Thanks,
Greg
On Mar 14, 2014, at 3:00 AM, Ángel Miralles
wrote:
> Hi everybody,
>
> we are sta
Hi everybody,
we are starting a new project and have just discover apache solr. We are
interesting in indexing db blob and varchar2 columns. Ours is a Java
project and we would like to work with DataImportHandler and Solrj
wrapper API.
Our develpment enviroment:
* Apache solr server 4.7
*