Re: Querying from solr shards

2014-07-31 Thread Jack Krupansky
do need separate queries. -- Jack Krupansky -Original Message- From: Smitha Rajiv Sent: Thursday, July 31, 2014 1:31 AM To: solr-user@lucene.apache.org Subject: Querying from solr shards Hi All, Currently i am using solr legacy distributed configuration (not solr cloud, single solr

Querying from solr shards

2014-07-30 Thread Smitha Rajiv
Hi All, Currently i am using solr legacy distributed configuration (not solr cloud, single solr server with multiple shards). I need to write a query to get one particular document (id specific) from one shard and all documents from other shards. Can you please help me to get this query right.