[
https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Timm updated SOLR-502:
---------------------------
Attachment: solrTimeout.patch
This patch adds a partialResults flag which is set to true in the event of a
timeout. A partial set of results will be returned (including possibly no
results). The flag is supported in the XML, JSON, Ruby, and Python response
writers.
A count of the number of timeouts is included in the statistics similar to the
errors count.
Caveats/ToDo: SolrJ is not aware of this setting, nor is distributed search
(SOLR-303). Some execution paths may not recognize partial results (such as
sorting by field) as I haven't tested those yet.
> 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
> Priority: Minor
> Attachments: 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.