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

Modify the solrj SolrResponse API so responses can be dynamicaly constructed and loaded.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.3
    • clients - java
    • None

    Description

      The current SolrResponse implementations put most of their logic within a class specific constructor. This makes it difficult to dynamically build and populate a SolrResponse via reflection.

      This patch removes the NamedList<Object> from most constructors and puts it into a method: setResponse( NamedList )

      Attachments

        1. SOLR-654-SolrResposneAPI.patch
          11 kB
          Ryan McKinley

        Issue Links

          Activity

            People

              ryantxu Ryan McKinley
              ryantxu Ryan McKinley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: