SOLR-12600: Fix parameter names in Solr JSON documentation

This commit is contained in:
Alexandre Rafalovitch 2018-11-07 07:01:06 -05:00
parent 9952af099a
commit 419d42bf7b
2 changed files with 7 additions and 2 deletions

View File

@ -208,6 +208,8 @@ Other Changes
* SOLR-12966: Add Javadoc @since tag to URP classes (Alexandre Rafalovitch)
* SOLR-12600: Fix parameter names in Solr JSON documentation
Bug Fixes
----------------------

View File

@ -171,11 +171,14 @@ Right now only some standard query parameters have JSON equivalents. Unmapped pa
|`fq`
|`filter`
|`offset`
|`start`
|`offset`
|`limit`
|`rows`
|`limit`
|`fl`
|`fields`
|`sort`
|`sort`