You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (Created) (JIRA)" <ji...@apache.org> on 2011/11/18 12:00:52 UTC

[jira] [Created] (SOLR-2904) BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream

BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream
------------------------------------------------------------------------------------------

                 Key: SOLR-2904
                 URL: https://issues.apache.org/jira/browse/SOLR-2904
             Project: Solr
          Issue Type: Improvement
            Reporter: Shalin Shekhar Mangar
            Assignee: Shalin Shekhar Mangar
             Fix For: 3.5, 4.0


BinaryUpdateRequestHandler should accept multiple update requests from a single HTTP request's input stream. Currently it does not and that makes it very difficult for StreamingUpdateSolrServer to use Javabin format.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (SOLR-2904) BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream

Posted by "Shalin Shekhar Mangar (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-2904.
-----------------------------------------

    Resolution: Fixed

Committed r1204946 on branch_3x.
                
> BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2904
>                 URL: https://issues.apache.org/jira/browse/SOLR-2904
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-2904-branch_3x.patch, SOLR-2904.patch
>
>
> BinaryUpdateRequestHandler should accept multiple update requests from a single HTTP request's input stream. Currently it does not and that makes it very difficult for StreamingUpdateSolrServer to use Javabin format.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2904) BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream

Posted by "Shalin Shekhar Mangar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-2904:
----------------------------------------

    Attachment: SOLR-2904-branch_3x.patch

Patch for branch_3x.
                
> BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2904
>                 URL: https://issues.apache.org/jira/browse/SOLR-2904
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 3.5, 4.0
>
>         Attachments: SOLR-2904-branch_3x.patch, SOLR-2904.patch
>
>
> BinaryUpdateRequestHandler should accept multiple update requests from a single HTTP request's input stream. Currently it does not and that makes it very difficult for StreamingUpdateSolrServer to use Javabin format.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2904) BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream

Posted by "Shalin Shekhar Mangar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-2904:
----------------------------------------

    Attachment: SOLR-2904.patch

Here's a patch which allows multiple update requests to be streamed in to the request handler.

It also supports commit/optimize per update request while streaming.
                
> BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2904
>                 URL: https://issues.apache.org/jira/browse/SOLR-2904
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 3.5, 4.0
>
>         Attachments: SOLR-2904.patch
>
>
> BinaryUpdateRequestHandler should accept multiple update requests from a single HTTP request's input stream. Currently it does not and that makes it very difficult for StreamingUpdateSolrServer to use Javabin format.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-2904) BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream

Posted by "Shalin Shekhar Mangar (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13154131#comment-13154131 ] 

Shalin Shekhar Mangar commented on SOLR-2904:
---------------------------------------------

Committed revision 1204453 on trunk.
                
> BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2904
>                 URL: https://issues.apache.org/jira/browse/SOLR-2904
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 3.5, 4.0
>
>         Attachments: SOLR-2904.patch
>
>
> BinaryUpdateRequestHandler should accept multiple update requests from a single HTTP request's input stream. Currently it does not and that makes it very difficult for StreamingUpdateSolrServer to use Javabin format.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-2904) BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream

Posted by "Shalin Shekhar Mangar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-2904:
----------------------------------------

    Fix Version/s:     (was: 3.5)
                   3.6
    
> BinaryUpdateRequestHandler should be able to accept multiple update requests from a stream
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2904
>                 URL: https://issues.apache.org/jira/browse/SOLR-2904
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-2904-branch_3x.patch, SOLR-2904.patch
>
>
> BinaryUpdateRequestHandler should accept multiple update requests from a single HTTP request's input stream. Currently it does not and that makes it very difficult for StreamingUpdateSolrServer to use Javabin format.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org