Steve Davids created SOLR-6949:
----------------------------------
Summary: Refactor LBHttpSolrClient to consolidate the two
different request implementations
Key: SOLR-6949
URL: https://issues.apache.org/jira/browse/SOLR-6949
Project: Solr
Issue Type: Improvement
Reporter: Steve Davids
Fix For: 5.0, Trunk
LBHttpSolrClient has two duplicate request implementations:
1. public Rsp request(Req req) throws SolrServerException, IOException
2. public NamedList<Object> request(final SolrRequest request) throws
SolrServerException, IOException
Refactor the client to provide a single implementation that both can use since
they should be consistent and are non-trivial implementations which makes
maintenance a bit more burdensome.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]