On 4/19/2010 11:09 AM, Lee Smith wrote:
http://localhost8983/solr/core1/select?shards=localhost:8983/solr/core2&q=attr_content:test
Is this the correct way to query 2 cores at once ?
This should do what you want:
http://localhost:8983/solr/core1/select?shards=localhost:8983/
Any ideas about my below Q ?
Lee
Begin forwarded message:
> From: Lee Smith
> Date: 19 April 2010 11:19:45 GMT+01:00
> To: solr-user@lucene.apache.org
> Subject: Query 2 Cores
> Reply-To: solr-user@lucene.apache.org
>
> Hey All
>
> I have 2 cores which have been
http://localhost8983/solr/core1/select?shards=localhost:8983/solr/core2&q=attr_content:test
Is this the correct way to query 2 cores at once ?
Hope you can help
Lee