[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-11-22 Thread Shalin Shekhar Mangar (Updated) (JIRA)

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

Shalin Shekhar Mangar updated SOLR-1565:


Attachment: SOLR-1565-branch_3x.patch

Patch for branch_3x.

 StreamingUpdateSolrServer should support RequestWriter API
 --

 Key: SOLR-1565
 URL: https://issues.apache.org/jira/browse/SOLR-1565
 Project: Solr
  Issue Type: Improvement
  Components: clients - java, update
Affects Versions: 1.4
Reporter: Shalin Shekhar Mangar
Assignee: Shalin Shekhar Mangar
 Fix For: 3.6, 4.0

 Attachments: SOLR-1565-branch_3x.patch, SOLR-1565.patch


 StreamingUpdateSolrServer is hard-coded to write XML data. It should 
 integrate the RequestWriter API so that it can be used to send binary update 
 payloads.

--
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-11-22 Thread Shalin Shekhar Mangar (Updated) (JIRA)

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

Shalin Shekhar Mangar updated SOLR-1565:


Fix Version/s: (was: 3.5)
   3.6

 StreamingUpdateSolrServer should support RequestWriter API
 --

 Key: SOLR-1565
 URL: https://issues.apache.org/jira/browse/SOLR-1565
 Project: Solr
  Issue Type: Improvement
  Components: clients - java, update
Affects Versions: 1.4
Reporter: Shalin Shekhar Mangar
Assignee: Shalin Shekhar Mangar
 Fix For: 3.6, 4.0

 Attachments: SOLR-1565-branch_3x.patch, SOLR-1565.patch


 StreamingUpdateSolrServer is hard-coded to write XML data. It should 
 integrate the RequestWriter API so that it can be used to send binary update 
 payloads.

--
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-11-18 Thread Shalin Shekhar Mangar (Updated) (JIRA)

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

Shalin Shekhar Mangar updated SOLR-1565:


Attachment: SOLR-1565.patch

Patch to use RequestWriter API.

There's still some work to be done. I don't like the special XML 
commit/optimize handling that the client does.

 StreamingUpdateSolrServer should support RequestWriter API
 --

 Key: SOLR-1565
 URL: https://issues.apache.org/jira/browse/SOLR-1565
 Project: Solr
  Issue Type: Improvement
  Components: clients - java, update
Affects Versions: 1.4
Reporter: Shalin Shekhar Mangar
Assignee: Shalin Shekhar Mangar
 Fix For: 3.5, 4.0

 Attachments: SOLR-1565.patch


 StreamingUpdateSolrServer is hard-coded to write XML data. It should 
 integrate the RequestWriter API so that it can be used to send binary update 
 payloads.

--
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-1565:


Attachment: (was: BinaryStreamingUpdateSolrServer.java)

 StreamingUpdateSolrServer should support RequestWriter API
 --

 Key: SOLR-1565
 URL: https://issues.apache.org/jira/browse/SOLR-1565
 Project: Solr
  Issue Type: Improvement
  Components: clients - java, update
Affects Versions: 1.4
Reporter: Shalin Shekhar Mangar
 Fix For: 3.4, 4.0


 StreamingUpdateSolrServer is hard-coded to write XML data. It should 
 integrate the RequestWriter API so that it can be used to send binary update 
 payloads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-1565:


Comment: was deleted

(was: I’ve made a alpha version of StreamingUpdateSolrServer dedicated to 
Binary update using javabin, It works fine for me.
I have attached it to this issue BinaryStreamingUpdateSolrServer.java

It is not a fix of the issue SOLR-1565, it is a new class.
But I think It can maybe be useful to fix the bug.

If somebody tests it thank you to send feedback.

Patrick Sauts)

 StreamingUpdateSolrServer should support RequestWriter API
 --

 Key: SOLR-1565
 URL: https://issues.apache.org/jira/browse/SOLR-1565
 Project: Solr
  Issue Type: Improvement
  Components: clients - java, update
Affects Versions: 1.4
Reporter: Shalin Shekhar Mangar
 Fix For: 3.4, 4.0


 StreamingUpdateSolrServer is hard-coded to write XML data. It should 
 integrate the RequestWriter API so that it can be used to send binary update 
 payloads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-1565) StreamingUpdateSolrServer should support RequestWriter API

2011-09-09 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-1565:


Attachment: BinaryStreamingUpdateSolrServer.java

I’ve made a alpha version of StreamingUpdateSolrServer dedicated to Binary 
update using javabin, It works fine for me.

It is not a fix of the issue SOLR-1565, it is a new class.
But I think It can maybe be useful to fix the bug.

If somebody tests it thank you to send feedback.

Patrick Sauts

 StreamingUpdateSolrServer should support RequestWriter API
 --

 Key: SOLR-1565
 URL: https://issues.apache.org/jira/browse/SOLR-1565
 Project: Solr
  Issue Type: Improvement
  Components: clients - java, update
Affects Versions: 1.4
Reporter: Shalin Shekhar Mangar
 Fix For: 3.4, 4.0

 Attachments: BinaryStreamingUpdateSolrServer.java


 StreamingUpdateSolrServer is hard-coded to write XML data. It should 
 integrate the RequestWriter API so that it can be used to send binary update 
 payloads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



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