Please review patches in SOLR-2679 and SOLR-2090

2011-09-02 Thread Maxim Valyanskiy
Hello! Can anyone review and maybe commit two patches I made for Solr java client? SOLR-2679 and SOLR-2090 best wishes, Max - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...

[jira] [Updated] (SOLR-2090) Allow reader to be passed in SolrInputDocument.addField method

2011-07-25 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Valyanskiy updated SOLR-2090: --- Attachment: SOLR-2090.patch patch > Allow reader to be passed in SolrInputDocument.addFi

[jira] [Commented] (SOLR-2090) Allow reader to be passed in SolrInputDocument.addField method

2011-07-25 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070540#comment-13070540 ] Maxim Valyanskiy commented on SOLR-2090: This patch add support java.io.Re

[jira] [Issue Comment Edited] (SOLR-2090) Allow reader to be passed in SolrInputDocument.addField method

2011-07-25 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070540#comment-13070540 ] Maxim Valyanskiy edited comment on SOLR-2090 at 7/25/11 2:5

[jira] [Created] (SOLR-2679) Optimize memory usage in JavaBinCodec.readStr()

2011-07-28 Thread Maxim Valyanskiy (JIRA)
, Response Writers, update Affects Versions: 3.3 Reporter: Maxim Valyanskiy Fix For: 3.4 In Solr 3.3, JavaBinCodec.readStr() reads complete string into byte[] and then converts it into String. FastInputStream is already buffered, so this it not necessary and may take a

[jira] [Updated] (SOLR-2679) Optimize memory usage in JavaBinCodec.readStr()

2011-07-28 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Valyanskiy updated SOLR-2679: --- Attachment: SOLR-2679.patch patch > Optimize memory usage in JavaBinCodec.read

[jira] Commented: (SOLR-2230) solrj: submitting more than one stream/file via CommonsHttpSolrServer fails

2010-11-27 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964329#action_12964329 ] Maxim Valyanskiy commented on SOLR-2230: I got the simular error message

[jira] Commented: (SOLR-2230) solrj: submitting more than one stream/file via CommonsHttpSolrServer fails

2010-11-27 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964330#action_12964330 ] Maxim Valyanskiy commented on SOLR-2230: And server side error message: SE

[jira] Commented: (SOLR-2230) solrj: submitting more than one stream/file via CommonsHttpSolrServer fails

2010-11-27 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964331#action_12964331 ] Maxim Valyanskiy commented on SOLR-2230: oops, I found that this problem is

[jira] Created: (SOLR-2256) CommonsHttpSolrServer.deleteById(emptyList) causes SolrException: missing_content_stream

2010-11-27 Thread Maxim Valyanskiy (JIRA)
Project: Solr Issue Type: Bug Components: clients - java Affects Versions: 1.4.1 Reporter: Maxim Valyanskiy Priority: Minor Call to deleteById method of CommonsHttpSolrServer with empty list causes following exception

[jira] Commented: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-13 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970771#action_12970771 ] Maxim Valyanskiy commented on SOLR-1993: Paul, could you show workaround

[jira] Commented: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-13 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971031#action_12971031 ] Maxim Valyanskiy commented on SOLR-1993: I have the same problem. Unit t

[jira] Updated: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Valyanskiy updated SOLR-1993: --- Attachment: SolrExampleBinaryTest.java solr/src/test/org/apache/solr/client/solrj/embedded

[jira] Commented: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971203#action_12971203 ] Maxim Valyanskiy commented on SOLR-1993: this test reproduces the problem on to

[jira] Updated: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-16 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Valyanskiy updated SOLR-1993: --- Attachment: SOLR-1993-1.4.patch Patch for Solr 1.4 branch > SolrJ binary update erro w

[jira] Commented: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-16 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972036#action_12972036 ] Maxim Valyanskiy commented on SOLR-1993: I ported this patch to 1.4 branch and

[jira] [Commented] (SOLR-2679) Optimize memory usage in JavaBinCodec.readStr()

2011-12-14 Thread Maxim Valyanskiy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169224#comment-13169224 ] Maxim Valyanskiy commented on SOLR-2679: I think that there is no perform