Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6949

Refactor LBHttpSolrClient to consolidate the two different request implementations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 5.0, 6.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sdavids Steve Davids
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: