Varun Thacker created SOLR-11717:
------------------------------------

             Summary: Document Streaming Examples using SolrJ
                 Key: SOLR-11717
                 URL: https://issues.apache.org/jira/browse/SOLR-11717
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Varun Thacker


Under http://lucene.apache.org/solr/guide/streaming-expressions.html it would 
be nice if we had a page dedicated to how to use streaming with SolrJ


Topics we could cover
- How to correctly create a stream expression : 
https://issues.apache.org/jira/browse/SOLR-11600?focusedCommentId=16261446&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16261446
- What is a SolrClientCache 
- Which Stream objects should be a singleton and reused 
- How many http connections / connections_per_host are we limited with by 
default
- Example where the the Solr query node becomes the co-ordinator for the 
streaming expressions ( {{TupleStream solrStream = new 
SolrStream(solr_query_node, paramsLoc);}}
- How to use an "empty" Solr node to fire queries against. This node should not 
have any collections. We could reduce the jetty thread pool size to rate limit 
number of parallel queries potentially? 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to