On Dec 1, 2008, at 3:28 AM, Ganesh wrote:
I need to index voluminous data and i plan to shard it. The client may not know which shard db to query. Server will take care of complete shard management. I have done almost 50% of development with Lucene.

In case of Solr, i think the client should be aware of which core or instance it want to communicate?

See <http://wiki.apache.org/solr/DistributedSearch>

The example shows a shards parameter being sent from a client, yes.... but all Solr parameters can be either specified from the client or set in server-side configuration. So no, a client doesn't need to be aware of which shards to query.

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to