--
Thanks,
sS
--- On Fri, 10/23/09, Licinio Fernández Maurelo
wrote:
> From: Licinio Fernández Maurelo
> Subject: Re: multicore query via solrJ
> To: solr-user@lucene.apache.org
> Date: Friday, October 23, 2009, 7:30 AM
> As no answer is given, I assume it's
> not po
u guessed it right . Solrj cannot query on multiple cores
2009/10/23 Licinio Fernández Maurelo :
> As no answer is given, I assume it's not possible. It will be great to code
> a method like this
>
> query(SolrServer, List)
>
>
>
> El 20 de octubre de 2009 11:21, Licinio Fernández Maurelo <
> lic
As no answer is given, I assume it's not possible. It will be great to code
a method like this
query(SolrServer, List)
El 20 de octubre de 2009 11:21, Licinio Fernández Maurelo <
licinio.fernan...@gmail.com> escribió:
> Hi there,
> is there any way to perform a multi-core query using solrj?
>
Hi there,
is there any way to perform a multi-core query using solrj?
P.S.:
I know about this syntax:
http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=
but i'm looking for a more fancy way to do this using solrj (something like
shards(query) )