Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Christoph Strobl opened DATASOLR-82 and commented
MulticoreSolrServerFactory should allow to retrieve cores by name. therefore the current interface of SolrServerFactory has to be changed.
MulticoreSolrServerFactory
SolrServerFactory
public interface SolrServerFactory { getSolrServer(String coreName}; Interable<String> getCoreNames(); }
Issue Links:
Referenced from: commits 3c81813
The text was updated successfully, but these errors were encountered:
christophstrobl
No branches or pull requests
Christoph Strobl opened DATASOLR-82 and commented
MulticoreSolrServerFactory
should allow to retrieve cores by name. therefore the current interface ofSolrServerFactory
has to be changed.Issue Links:
("is depended on by")
Referenced from: commits 3c81813
The text was updated successfully, but these errors were encountered: