Solr Query Parameter : ids - What is this used for?

2012-12-03 Thread deniz
Hello, as it is clear in the title too, i wanna know for what solr uses this
parameter... i see it on a sharding env on cloud, so i guess it is related
with cloud but still there is no explanation about it in any of wiki pages
that i have checked... can someone explain the usage and aim of this
parameter? 



-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Query-Parameter-ids-What-is-this-used-for-tp4024152.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr Query Parameter : ids - What is this used for?

2012-12-03 Thread Yonik Seeley
On Mon, Dec 3, 2012 at 10:55 PM, deniz denizdurmu...@gmail.com wrote:
 Hello, as it is clear in the title too, i wanna know for what solr uses this
 parameter... i see it on a sharding env on cloud, so i guess it is related
 with cloud but still there is no explanation about it in any of wiki pages
 that i have checked... can someone explain the usage and aim of this
 parameter?

It's an internal implementation detail of distributed search - the
second phase selects specific ids on each shard via the ids
parameter.

-Yonik
http://lucidworks.com


Re: Solr Query Parameter : ids - What is this used for?

2012-12-03 Thread deniz
Yonik Seeley-4 wrote
 It's an internal implementation detail of distributed search - the
 second phase selects specific ids on each shard via the ids
 parameter.
 
 -Yonik
 http://lucidworks.com

so i suppose it us unique field? or it depends on which field we are using
for querying on shards? 



-
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Query-Parameter-ids-What-is-this-used-for-tp4024152p4024159.html
Sent from the Solr - User mailing list archive at Nabble.com.