[
https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-502:
---------------------------------------
Attachment: SOLR-502-solrj.patch
An updated patch which contains changes to SolrJ to support search timeouts.
*Changes*
* SolrQuery has two new methods - setTimeAllowed and getTimeAllowed to specify
timeout in milliseconds
* SolrDocumentList has isPartialResult and setPartialResult to signal that a
timeout occured and the results returned are partial
* XMLResponseParser#readDocuments handles the partialResults boolean attribute
sent by the server
* SolrQueryTest has a trivial test for adding/removing the timeAllowed parameter
> 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: SOLR-502-solrj.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.