[jira] [Commented] (SOLR-2755) 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.

2012-04-19 Thread Patrick Sauts (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13257600#comment-13257600
 ] 

Patrick Sauts commented on SOLR-2755:
-

Excellent news, thank you.

Another thing was also when heavily accessed, I mean 60 threads sending docs to 
the StreamingUpdateSolrServer, I experienced hangs and even freeze with the 
StreamingUpdateSolrServer.
That's why in our configuration I needed also a buffer before the BlockingQueue 
(wich appeared to be the cause of the problem).

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
Assignee: Sami Siren
  Labels: patch
 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Issue Comment Edited] (SOLR-2755) 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.

2012-04-18 Thread Patrick Sauts (Issue Comment Edited) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13257064#comment-13257064
 ] 

Patrick Sauts edited comment on SOLR-2755 at 4/18/12 11:07 PM:
---

StreamingUpdateSolrServer uses to not consider other parameters than the query 
itself.
Meaning that if you use a QT parameter (sharding as a plugin for example) , 
StreamingUpdateSolrServer didn't take it into account.
Sorry I can't tell if it's still the case as I'm not currently working on Solr.


  was (Author: pathedog):
StreamingUpdateSolrServer use to not consider other parameters than the 
query itself.
Meaning that if you use a QT parameter (sharding as a plugin for example) , 
StreamingUpdateSolrServer didn't take it into account.
Sorry I can't tell if it's still the case as I'm not currently working on Solr.

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 4.0

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Commented] (SOLR-2755) 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.

2012-04-18 Thread Patrick Sauts (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13257064#comment-13257064
 ] 

Patrick Sauts commented on SOLR-2755:
-

StreamingUpdateSolrServer use to not consider other parameters than the query 
itself.
Meaning that if you use a QT parameter (sharding as a plugin for example) , 
StreamingUpdateSolrServer didn't take it into account.
Sorry I can't tell if it's still the case as I'm not currently working on Solr.


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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 4.0

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Commented] (SOLR-2355) simple distrib update processor

2011-10-05 Thread Patrick Sauts (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13121590#comment-13121590
 ] 

Patrick Sauts commented on SOLR-2355:
-

Seems not to work with Solr 3.4
because of 
new AddUpdateCommand(req); line 181
new DeleteUpdateCommand(req); line 199

 simple distrib update processor
 ---

 Key: SOLR-2355
 URL: https://issues.apache.org/jira/browse/SOLR-2355
 Project: Solr
  Issue Type: New Feature
  Components: SolrCloud, update
Reporter: Yonik Seeley
Priority: Minor
 Fix For: 3.5, 4.0

 Attachments: DistributedUpdateProcessorFactory.java, 
 TestDistributedUpdate.java


 Here's a simple update processor for distributed indexing that I implemented 
 years ago.
 It implements a simple hash(id) MOD nservers and just fails if any servers 
 are down.
 Given the recent activity in distributed indexing, I thought this might be at 
 least a good source for ideas.

--
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-2755) 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.

2011-09-16 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: (was: patch-StreamingUpdateSolrServer.txt)

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.5, 4.0

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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-2755) 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.

2011-09-16 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: patch-StreamingUpdateSolrServer.txt

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.5, 4.0

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Commented] (SOLR-2755) 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.

2011-09-16 Thread Patrick Sauts (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13106850#comment-13106850
 ] 

Patrick Sauts commented on SOLR-2755:
-

Patch done on 3.4 release.
Bug fix : asynchronous insert into ListSolrDocument could cause array out of 
bound exception

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.5, 4.0

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Commented] (SOLR-2755) 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.

2011-09-13 Thread Patrick Sauts (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103770#comment-13103770
 ] 

Patrick Sauts commented on SOLR-2755:
-

It is more a buffered asynchronous updater than a real streaming updater.


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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.4

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Created] (SOLR-2755) 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.

2011-09-12 Thread Patrick Sauts (JIRA)
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.
---

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
 Fix For: 3.4


The aim of this patch is to use the RequestWriter API with 
StreamingUpdateSolrServer.

--
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-2755) 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.

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: patch-StreamingUpdateSolrServer.txt

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.4

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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] [Commented] (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:comment-tabpanelfocusedCommentId=13102828#comment-13102828
 ] 

Patrick Sauts commented on SOLR-1565:
-

proposal bugfix : https://issues.apache.org/jira/browse/SOLR-2755

 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



[jira] [Updated] (SOLR-2755) 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.

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: (was: patch-StreamingUpdateSolrServer.txt)

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.4

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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-2755) 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.

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: patch-StreamingUpdateSolrServer.txt

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.4

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

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


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-2755) 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.

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: (was: patch-StreamingUpdateSolrServer.txt)

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.4

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

--
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-2755) 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.

2011-09-12 Thread Patrick Sauts (JIRA)

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

Patrick Sauts updated SOLR-2755:


Attachment: patch-StreamingUpdateSolrServer.txt

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

 Key: SOLR-2755
 URL: https://issues.apache.org/jira/browse/SOLR-2755
 Project: Solr
  Issue Type: Bug
  Components: clients - java
Affects Versions: 3.3
Reporter: Patrick Sauts
  Labels: patch
 Fix For: 3.4

 Attachments: patch-StreamingUpdateSolrServer.txt


 The aim of this patch is to use the RequestWriter API with 
 StreamingUpdateSolrServer.

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



issue SOLR-1565

2011-09-10 Thread Patrick Sauts
Hi,

 

I've made a alpha version of StreamingUpdateSolrServer dedicated to Binary
update (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.



BinaryStreamingUpdateSolrServer.java
Description: Binary data

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

issue SOLR-1565 - StreamingUpdateSolrServer and Javabin

2011-09-09 Thread Patrick Sauts
Hi,

 

I've made a alpha version of StreamingUpdateSolrServer dedicated to Binary
update (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.



BinaryStreamingUpdateSolrServer.java
Description: Binary data

-
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



[jira] [Issue Comment Edited] (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:comment-tabpanelfocusedCommentId=13101648#comment-13101648
 ] 

Patrick Sauts edited comment on SOLR-1565 at 9/9/11 11:36 PM:
--

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

  was (Author: pathedog):
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



RE: issue SOLR-1565 - StreamingUpdateSolrServer and Javabin

2011-09-09 Thread Patrick Sauts
I have attached the file to the issue SOLR-1565.
Hopping this will help.

Patrick Sauts.

-Original Message-
From: Ryan McKinley [mailto:ryan...@gmail.com] 
Sent: Friday, September 09, 2011 3:57 PM
To: dev@lucene.apache.org
Subject: Re: issue SOLR-1565 - StreamingUpdateSolrServer and Javabin

Hey Patrick-

Can you make a JIRA issue, and post the code there?

Thanks
Ryan


On Fri, Sep 9, 2011 at 5:47 PM, Patrick Sauts patrick.via...@gmail.com
wrote:
 Hi,



 I've made a alpha version of StreamingUpdateSolrServer dedicated to 
 Binary update (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.

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


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



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



[jira] Created: (SOLR-1700) LBHttpSolrServer - Connections managment

2010-01-05 Thread Patrick Sauts (JIRA)
LBHttpSolrServer - Connections managment


 Key: SOLR-1700
 URL: https://issues.apache.org/jira/browse/SOLR-1700
 Project: Solr
  Issue Type: Improvement
  Components: clients - java
Affects Versions: 1.4
Reporter: Patrick Sauts
Priority: Minor
 Fix For: 1.5


As a LBHttpSolrServer is a wrapper to CommonsHttpSolrServer 

CommonsHttpSolrServer search1 = new CommonsHttpSolrServer(http://mysearch1;);
search1.setConnectionTimeout(CONNECTION_TIMEOUT);
search1.setSoTimeout(READ_TIMEOUT);
search1.setConnectionManagerTimeout(CONNECTION_MANAGER_TIMEOUT);
search1.setDefaultMaxConnectionsPerHost(MAX_CONNECTIONS_PER_HOST1);
search1.setMaxTotalConnections(MAX_TOTAL_CONNECTIONS1);

CommonsHttpSolrServer search2 = new CommonsHttpSolrServer(http://mysearch1;);
search2.setConnectionTimeout(CONNECTION_TIMEOUT);
search2.setSoTimeout(READ_TIMEOUT);
search2.setConnectionManagerTimeout(CONNECTION_MANAGER_TIMEOUT);
search2.setDefaultMaxConnectionsPerHost(MAX_CONNECTIONS_PER_HOST2);
search2.setMaxTotalConnections(MAX_TOTAL_CONNECTIONS2);

LBHttpSolrServer solrServers = new LBHttpSolrServer(search1, search2);

So we can manage the parameters per server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.