[
https://issues.apache.org/jira/browse/SOLR-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561926#action_12561926
]
Yonik Seeley commented on SOLR-457:
-----------------------------------
> This may seem overkill to most folks, but is critical for my needs.
Oh, no question that parallel requests is a requirement... distributed search
would be a joke without it.
I think for now though, we should put the bare minimum in SolrJ that we think
is correct. Some method of sharing a common connection pool (and perhaps the
HttpClient too) is the critical part. Spinning up threads, or using a thread
pool, can be accomplished in the distributed search code for now.
Allowing a user to specify the HttpClient to use for communication seems to be
the most powerful option as it doesn't cover up any of the HttpClient API.
> A multi threaded implementation for solrJ
> -----------------------------------------
>
> Key: SOLR-457
> URL: https://issues.apache.org/jira/browse/SOLR-457
> Project: Solr
> Issue Type: New Feature
> Components: clients - java
> Affects Versions: 1.3
> Reporter: patrick o'leary
> Priority: Minor
> Attachments: multithreaded-solrj.patch
>
>
> Provide a multi threaded implementation of CommonsHttpSolrServer
> For usage with distributed searching in solr-303
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.