[
https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622880#action_12622880
]
Otis Gospodnetic commented on SOLR-502:
---------------------------------------
Magne,
I think the problem is that start=65850. You have rows=5, so I think result
merging is not the problem.
I'm not sure what exactly happens outside of the collect call (the part that
can be time-limited), but that's clearly costing you time.
Going deep in search results is a problem for all search engines, as war as I
know. Try going beyond 1000 matches in Google. :)
If you are OK with not returning *any* results to the client, then why not put
the timeout around that client's call to Solr?
> Add search time out support
> ---------------------------
>
> Key: SOLR-502
> URL: https://issues.apache.org/jira/browse/SOLR-502
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Sean Timm
> Assignee: Yonik Seeley
> Priority: Minor
> Fix For: 1.3
>
> Attachments: SOLR-502.patch, SOLR-502.patch, SOLR-502.patch,
> SOLR-502.patch, SOLR-502.patch, SOLR-502.patch, solrTimeout.patch,
> solrTimeout.patch, solrTimeout.patch, solrTimeout.patch, solrTimeout.patch
>
>
> Uses LUCENE-997 to add time out support to Solr.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.