[
https://issues.apache.org/jira/browse/SOLR-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar resolved SOLR-1519.
-----------------------------------------
Resolution: Invalid
Please ask such questions on the solr-user mailing list before creating an
issue.
The answer to your question is that distributed search fetches start+rows
documents (just unique keys + scores) from each shard in order to correctly
merge the results. This is why it gets slower as you keep on increasing the
start value.
> why it takes more and more time with small rows but increased start across
> distributed Solr
> ---------------------------------------------------------------------------------------------
>
> Key: SOLR-1519
> URL: https://issues.apache.org/jira/browse/SOLR-1519
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Affects Versions: 1.3
> Reporter: johnson.hong
>
> Hi,
> I get a problem on Distributed Search:
> There are 5 shards in my system, and I set rows to 20 and set start to 20
> * pageIndex across each query.
> It means I would get only 20 results easy query,and it did.
> buy my question is :why it takes more and more time when start is
> incrementally increased ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.