[ 
https://issues.apache.org/jira/browse/SOLR-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14576420#comment-14576420
 ] 

Erik Hatcher edited comment on SOLR-7108 at 6/7/15 8:21 PM:
------------------------------------------------------------

In addition, perhaps all those /admin/ping's explicitly defined should be 
removed so the default/implicit configuration is used. - spun off SOLR-7645 for 
this broader than ping cleanup task.


was (Author: ehatcher):
In addition, perhaps all those /admin/ping's explicitly defined should be 
removed so the default/implicit configuration is used. - spun on SOLR-7645 for 
this broader than ping cleanup task.

> Change PingRequestHandler hard-coded troublesome query
> ------------------------------------------------------
>
>                 Key: SOLR-7108
>                 URL: https://issues.apache.org/jira/browse/SOLR-7108
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>             Fix For: Trunk, 5.3
>
>         Attachments: SOLR-7108.patch
>
>
> PingRequestHandler hard-codes this:
> {code}
> ping.initArgs.add(INVARIANTS, new NamedList<>(makeMap("echoParams", "all", 
> "q", "solrpingquery")));
> {code}
> which unnecessarily relies on query parsing settings like default field.  In 
> the case of the basic_configs core this causes a failed request because df 
> isn't set appropriately).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to