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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to