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

The API Tool throws away the response for Solr Queries

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 9.3
    • 9.4
    • SolrCLI
    • None

    Description

      When running Solr 9.3 in Docker:

      $ solr api -get http://localhost:8983/solr/test/select
      {
        "responseHeader":{
          "zkConnected":true,
          "status":0,
          "QTime":0,
          "params":{
            "wt":"javabin",
            "version":"2"}},
        "response":[]}
      
      $ curl http://localhost:8983/solr/test/select
      {
        "responseHeader":{
          "zkConnected":true,
          "status":0,
          "QTime":1,
          "params":{
            "version":"2"
          }
        },
        "response":{
          "numFound":0,
          "start":0,
          "numFoundExact":true,
          "docs":[ ]
        }
      

      When running Solr 9.2 in docker:

      $ solr api -get http://localhost:8983/solr/test/select
      {
        "responseHeader":{
          "zkConnected":true,
          "status":0,
          "QTime":7,
          "params":{"wt":"json"}},
        "response":{
          "numFound":0,
          "start":0,
          "numFoundExact":true,
          "docs":[]}}
      

      Attachments

        Issue Links

          Activity

            People

              houston Houston Putman
              houston Houston Putman
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m