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

QT parameter doesn't appear to function anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 6.0, 7.0
    • 6.2, 7.0
    • None
    • None

    Description

      The qt parameter doesn't seem to work anymore. A call directly to the /terms handler returns actual terms, as expected. Using the select handler but with qt=terms returns noting.

      http://localhost:8983/solr/logs/select?qt=terms&terms=true&terms.fl=compound_digest&terms.limit=100&terms.sort=index

      <?xml version="1.0" encoding="UTF-8"?>
      <response>
      
      <lst name="responseHeader">
        <int name="status">0</int>
        <int name="QTime">0</int>
        <lst name="params">
          <str name="qt">terms</str>
          <str name="indent">true</str>
          <str name="terms.fl">compound_digest</str>
          <str name="terms.limit">100</str>
          <str name="terms.sort">index</str>
        </lst>
      </lst>
      <result name="response" numFound="0" start="0">
      </result>
      </response>
      

      A peculiar detail, my unit tests that rely on the qt parameter are not affected.

      Attachments

        Activity

          People

            Unassigned Unassigned
            markus17 Markus Jelsma
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: