[jira] Assigned: (SOLR-906) Buffered / Streaming SolrServer implementaion

2009-01-05 Thread Ryan McKinley (JIRA)

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

Ryan McKinley reassigned SOLR-906:
--

Assignee: Ryan McKinley

 Buffered / Streaming SolrServer implementaion
 -

 Key: SOLR-906
 URL: https://issues.apache.org/jira/browse/SOLR-906
 Project: Solr
  Issue Type: New Feature
  Components: clients - java
Reporter: Ryan McKinley
Assignee: Ryan McKinley
 Fix For: 1.4

 Attachments: SOLR-906-StreamingHttpSolrServer.patch, 
 SOLR-906-StreamingHttpSolrServer.patch, 
 SOLR-906-StreamingHttpSolrServer.patch, 
 SOLR-906-StreamingHttpSolrServer.patch, StreamingHttpSolrServer.java


 While indexing lots of documents, the CommonsHttpSolrServer add( 
 SolrInputDocument ) is less then optimal.  This makes a new request for each 
 document.
 With a StreamingHttpSolrServer, documents are buffered and then written to 
 a single open Http connection.
 For related discussion see:
 http://www.nabble.com/solr-performance-tt9055437.html#a20833680

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



[jira] Assigned: (SOLR-906) Buffered / Streaming SolrServer implementaion

2008-12-16 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar reassigned SOLR-906:
--

Assignee: Shalin Shekhar Mangar

 Buffered / Streaming SolrServer implementaion
 -

 Key: SOLR-906
 URL: https://issues.apache.org/jira/browse/SOLR-906
 Project: Solr
  Issue Type: New Feature
  Components: clients - java
Reporter: Ryan McKinley
Assignee: Shalin Shekhar Mangar
 Fix For: 1.4

 Attachments: SOLR-906-StreamingHttpSolrServer.patch, 
 SOLR-906-StreamingHttpSolrServer.patch, StreamingHttpSolrServer.java


 While indexing lots of documents, the CommonsHttpSolrServer add( 
 SolrInputDocument ) is less then optimal.  This makes a new request for each 
 document.
 With a StreamingHttpSolrServer, documents are buffered and then written to 
 a single open Http connection.
 For related discussion see:
 http://www.nabble.com/solr-performance-tt9055437.html#a20833680

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