Explore Consolidating the SearchComponent distributed and non-distributed
methods
---------------------------------------------------------------------------------
Key: SOLR-2964
URL: https://issues.apache.org/jira/browse/SOLR-2964
Project: Solr
Issue Type: Improvement
Affects Versions: 3.5, 4.0
Reporter: Grant Ingersoll
Currently the disjunction between distributed and non-distributed methods in
the SearchComponent makes it confusing for people to write SearchComponents.
We should explore just using the distributed approaches and dropping
prepare/process. Then, when there is only one node, it can effectively just
use a loopback mechanism (no network traffic required).
We should also better document what the stages are.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]