Description
PingRequestHandler hard-codes this:
ping.initArgs.add(INVARIANTS, new NamedList<>(makeMap("echoParams", "all", "q", "solrpingquery")));
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).
Attachments
Attachments
Issue Links
- is duplicated by
-
SOLR-8374 Issue with _text_ field in schema file
- Resolved