Fix 'included' and 'number' typos in stream-source-reference.adoc file.

This commit is contained in:
Christine Poerschke 2018-09-05 17:47:48 +01:00
parent f385f02e4b
commit 3f9937bca2
1 changed files with 6 additions and 6 deletions

View File

@ -226,12 +226,12 @@ use the More Like This query parser plugin.
* `qf`: (Mandatory) The query field used to compare documents.
* `k`: (Mandatory) The number of nearest neighbors to return.
* `fl`: (Mandatory) The field list to return.
* `mintf`: (Optional) The minimum numer of occurrences of the term in the source document to be inlcued in the search.
* `maxtf`: (Optional) The maximum numer of occurrences of the term in the source document to be inlcued in the search.
* `mindf`: (Optional) The minimum numer of occurrences in the corpus to be inlcued in the search.
* `maxdf`: (Optional) The maximum numer of occurrences in the corpus to be inlcued in the search.
* `minwl`: (Optional) The minimum world length of to be inlcued in the search.
* `maxwl`: (Optional) The maximum world length of to be inlcued in the search.
* `mintf`: (Optional) The minimum number of occurrences of the term in the source document to be included in the search.
* `maxtf`: (Optional) The maximum number of occurrences of the term in the source document to be included in the search.
* `mindf`: (Optional) The minimum number of occurrences in the corpus to be included in the search.
* `maxdf`: (Optional) The maximum number of occurrences in the corpus to be included in the search.
* `minwl`: (Optional) The minimum world length of to be included in the search.
* `maxwl`: (Optional) The maximum world length of to be included in the search.
=== knn Syntax