Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently http://wiki.apache.org/solr/SolJSON#JSON_specific_parameters documents
- json.nl=flat
- json.nl=map
- json.nl=arrarr
but choices
- json.nl=arrmap
- json.nl=arrnvp
are not documented.
This ticket is to document json.nl=arrnvp added by SOLR-9442 and also json.nl=arrmap which already exists.
link to relevant code: JSONResponseWriter.java#L85-L89