Hi,All:

 I want to ask a question, How does Solr implements Paging, such as start = 
1000000 and row = 20
 I roughly saw Solr source, hare is the code:
 getDocListNC(QueryResult qr,QueryCommand cmd) ; 
 often it uses :
 topCollector = TopFieldCollector.create(weightSort(cmd.getSort()), len, false, 
needScores, needScores, true); 
 super.search(query, luceneFilter, collector); 
 See it , it only fetch all docs and then do paging, So my question is Is it 
too slow? if I set len = 10000000 Often cause OOM
 Is Solr shard can perfectly solve it?
 Thank you!
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any 
accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential 
and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of 
this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, 
disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this 
communication in error,please 
immediately notify the sender by return e-mail, and delete the original message 
and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------

Reply via email to