You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sami Siren (Assigned) (JIRA)" <ji...@apache.org> on 2012/04/13 13:13:18 UTC

[jira] [Assigned] (SOLR-3139) StreamingUpdateSolrServer doesn't send UpdateRequest.getParams()

     [ https://issues.apache.org/jira/browse/SOLR-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren reassigned SOLR-3139:
--------------------------------

    Assignee: Sami Siren
    
> StreamingUpdateSolrServer doesn't send UpdateRequest.getParams()
> ----------------------------------------------------------------
>
>                 Key: SOLR-3139
>                 URL: https://issues.apache.org/jira/browse/SOLR-3139
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>            Reporter: Andrzej Bialecki 
>            Assignee: Sami Siren
>             Fix For: 4.0
>
>         Attachments: SOLR-3139.patch
>
>
> CommonsHttpSolrServer properly encodes the request's SolrParams depending on GET or POST. However, StreamingUpdateSolrServer only looks at the params to determine whether they contain optimize/commit ops, and otherwise discards them.
> This is unexpected - it should properly encode and send SolrParams per request, in a similar way as CommonsHttpSolrServer does. Currently this bug prevents one from e.g. selecting a different update chain per request when using the streaming server.

--
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