[
https://issues.apache.org/jira/browse/SOLR-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541938
]
Yonik Seeley commented on SOLR-410:
-----------------------------------
Ongoing review + changes also applies to search components in general
(SearchComponent class, etc).
I think distributed search is core enough that support should be built into
SearchComponent, and anyone should be able to make their SearchComponent that
works in both a distributed or non-distributed setup.
One implication of hooks meant for distributed search is that the number of
times a component is called may be undefined (when merging results, one may
find they need to make another request for more information).
> Audit the new ResponseBuilder class
> -----------------------------------
>
> Key: SOLR-410
> URL: https://issues.apache.org/jira/browse/SOLR-410
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.3
> Reporter: Ryan McKinley
> Fix For: 1.3
>
>
> In SOLR-281, we added a ResponseBuilder class to help search components
> communicate with one another. Before releasing 1.3, we need to make sure
> this is the best design and that it is an interface we can support in the
> future.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.