[
https://issues.apache.org/jira/browse/SOLR-10942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074747#comment-16074747
]
Jan Høydahl commented on SOLR-10942:
------------------------------------
You can still have qt work, but you will then need to rename your handler from
{{/country}} to {{country}} and use {{qt=country}}, since slash prefixed
handlers are reserved for explicit URLs only. See SOLR-3161 for background on
the restriction. Also, with 7.0 release soon to come, {{handleSelect}} will
default to false and is gone from examples and will probably vanish in 8.0, see
SOLR-6807...
> qt param is not working partially in solr5.5
> --------------------------------------------
>
> Key: SOLR-10942
> URL: https://issues.apache.org/jira/browse/SOLR-10942
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: 5.5
> Reporter: Pavithra Dhakshinamurthy
>
> qt param is working fine if fieldname is provided with the request, but it is
> not working if just the search term is provided.
> For Example:
> http://localhost:8983/solr/core2/select?q=states&wt=xml&indent=true&qt=/country
> is not working, where as
> http://localhost:8983/solr/core2/select?q=countryName:states&wt=xml&indent=true&qt=/country
> is working.
> Does any body faced this issue?
> This is how we have defined the request handler
> <requestHandler name="/country" class="solr.SearchHandler">
> <lst name="defaults">
> <str name="echoParams">explicit</str>
> <int name="rows">10</int>
> <str name="defType">edismax</str>
> <str name="qf">countryName^100 countryCode^60 addrcountry^20
> mailaddresscountry^20</str>
> </lst>
> </requestHandler>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]