[ 
https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598895#action_12598895
 ] 

Otis Gospodnetic commented on SOLR-502:
---------------------------------------

The patch needs to be brought up to date with trunk.  I believe a person new to 
this issue (but in need of the functionality) will try to do that tomorrow.

[EMAIL PROTECTED] trunk]$ patch -p0 -i solrTimeout.patch --dry-run 
patching file src/java/org/apache/solr/search/DocSet.java
patching file src/java/org/apache/solr/search/DocSlice.java
patching file src/java/org/apache/solr/search/BitDocSet.java
patching file src/java/org/apache/solr/search/SolrIndexSearcher.java
patching file src/java/org/apache/solr/search/HashDocSet.java
patching file src/java/org/apache/solr/request/SolrQueryResponse.java
Hunk #1 succeeded at 88 (offset 9 lines).
Hunk #2 succeeded at 159 with fuzz 2 (offset -11 lines).
patching file src/java/org/apache/solr/request/JSONResponseWriter.java
patching file src/java/org/apache/solr/request/XMLWriter.java
patching file src/java/org/apache/solr/common/params/CommonParams.java
patching file src/java/org/apache/solr/common/SolrDocumentList.java
Hunk #2 succeeded at 65 with fuzz 2 (offset 8 lines).
patching file src/java/org/apache/solr/handler/RequestHandlerBase.java
Hunk #3 FAILED at 43.
Hunk #4 succeeded at 126 (offset 7 lines).
Hunk #5 succeeded at 168 with fuzz 2.
1 out of 5 hunks FAILED -- saving rejects to file 
src/java/org/apache/solr/handler/RequestHandlerBase.java.rej
patching file src/java/org/apache/solr/handler/component/SearchHandler.java
Hunk #1 succeeded at 118 (offset -5 lines).
Hunk #2 succeeded at 259 (offset 6 lines).
patching file src/java/org/apache/solr/handler/component/QueryComponent.java
patching file src/java/org/apache/solr/handler/SpellCheckerRequestHandler.java
patching file src/java/org/apache/solr/handler/MoreLikeThisHandler.java
patching file src/webapp/src/org/apache/solr/servlet/cache/Method.java
patching file 
src/webapp/src/org/apache/solr/servlet/cache/HttpCacheHeaderUtil.java
patching file src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java
Hunk #1 FAILED at 263.
Hunk #2 FAILED at 282.
2 out of 2 hunks FAILED -- saving rejects to file 
src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java.rej
patching file 
client/java/solrj/test/org/apache/solr/client/solrj/SolrQueryTest.java
patching file 
client/java/solrj/src/org/apache/solr/client/solrj/impl/XMLResponseParser.java
Hunk #1 succeeded at 344 (offset 1 line).
patching file client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java


> 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: Otis Gospodnetic
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: SOLR-502-solrj.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.

Reply via email to