Re: Query using doc Id

2014-07-23 Thread Mukundaraman Valakumaresan
Exactly Alexandre, Thanks Regards Mukund On Wed, Jul 23, 2014 at 3:37 PM, Alexandre Rafalovitch wrote: > Perhaps you are looking for cursorMark: > http://solr.pl/en/2014/03/10/solr-4-7-efficient-deep-paging/ ? > > Regards, >Alex. > Personal: http://www.outerthoughts.com/ and @arafalov > So

Re: Query using doc Id

2014-07-23 Thread Alexandre Rafalovitch
Perhaps you are looking for cursorMark: http://solr.pl/en/2014/03/10/solr-4-7-efficient-deep-paging/ ? Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=

Re: Query using doc Id

2014-07-23 Thread Mukundaraman Valakumaresan
@Alexandre No, I mean the same what you mean docId:[100 TO 200] @Santosh My intention is to query all the docs from Solr. If I give rows=100&start=100, for which I need to apply my query as *:* , which is not a good idea. Hence looking for an option to filter based on docId. Thanks & Regards Muku

Re: Query using doc Id

2014-07-22 Thread Alexandre Rafalovitch
Do you mean something different from docId:[100 TO 200] ? Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On Wed, Jul 23, 2014 at 11:49 AM, M

Re: Query using doc Id

2014-07-22 Thread santosh sidnal
i guess you can use these two params in your query, rows=100&start=100 which will give you 100 documents after 100th document. On Wed, Jul 23, 2014 at 10:19 AM, Mukundaraman Valakumaresan < muk...@8kmiles.com> wrote: > Hi, > > Is it possible to execute queries using doc Id as a query parameter