[
https://issues.apache.org/jira/browse/SOLR-9215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Jelsma updated SOLR-9215:
--------------------------------
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
{code}
<?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>
{code}
A peculiar detail, my unit tests that rely on the qt parameter are not affected.
was:
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
{code}
<?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>
{code}
> QT parameter doesn't appear to function anymore
> -----------------------------------------------
>
> Key: SOLR-9215
> URL: https://issues.apache.org/jira/browse/SOLR-9215
> Project: Solr
> Issue Type: Bug
> Affects Versions: 6.0, master (7.0)
> Reporter: Markus Jelsma
> Fix For: 6.1, master (7.0)
>
>
> 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
> {code}
> <?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>
> {code}
> A peculiar detail, my unit tests that rely on the qt parameter are not
> affected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]