Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.5
-
None
Description
After upgrading Solr 6.3 -> 6.5 I've noticed a change in how json response writer outputs "collations" response key when spellchecking is enabled (wt=json&json.nl=arrarr)
Solr 6.3:
"collations":
[
["collation",
],
["collation",
],
...
Solr 6.5:
"collations":{
"collation":
,
"collation":
,
...
Solr 6.5 outputs object instead of an array, and it has duplicate keys which is not valid for JSON format.
Any help is appreciated.
Attachments
Issue Links
- is related to
-
SOLR-10635 json "arrntv" format can sometime produce invalid json
- Open