[
https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551514
]
Yonik Seeley commented on SOLR-303:
-----------------------------------
Bear with me... I'm working on this from a bit of a different angle.
- multiple stages, defined by components themselves, and a stage doesn't end
until an outgoing request queue is empty.
- making components responsible for turning on/off their own options in the
query phases, rather than having the distributed search component have to know
all the different options.
- using SolrJ/HttpClient for communication
- organizational: moved SearchHandler into the component package, along with
distributed search stuff. It's all related and allows us to keep things
private that should be kept private.
I understand the original author is no longer involved with this issue, so I'm
basing things on his code in some places, but not others. Hopefully I'll have
something
> Distributed Search over HTTP
> ----------------------------
>
> Key: SOLR-303
> URL: https://issues.apache.org/jira/browse/SOLR-303
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Sharad Agarwal
> Assignee: Yonik Seeley
> Attachments: fedsearch.patch, fedsearch.patch, fedsearch.patch,
> fedsearch.patch, fedsearch.patch, fedsearch.patch, fedsearch.patch,
> fedsearch.stu.patch, fedsearch.stu.patch
>
>
> Searching over multiple shards and aggregating results.
> Motivated by http://wiki.apache.org/solr/DistributedSearch
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.