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

Standardized XML Response

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 1.3
    • None
    • None
    • None

    Description

      It would be nice for parsing Solr output if all output followed a standardized XML schema.

      For example: add, commit, optimize, etc. all return the following:
      <result status="0"></result>
      But do not include an XML declaration line.

      When Solr throws an error - we get a standard java backtrace. It would be nice if this was formated in XML as well with something to the effect of:
      <?xml ... ?>
      <result status="error">
      <backtrace>....</backtrace>
      </result>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              asnagy Andrew Nagy
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: