mirror of https://github.com/apache/lucene.git
SOLR-12600: Fix parameter names in Solr JSON documentation
This commit is contained in:
parent
9952af099a
commit
419d42bf7b
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue