You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/09/07 07:49:34 UTC

[25/50] [abbrv] lucene-solr:jira/http2: Fix 'included' and 'number' typos in stream-source-reference.adoc file.

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3f9937bc
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3f9937bc
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3f9937bc

Branch: refs/heads/jira/http2
Commit: 3f9937bca2d8d296e3b7f1678f5bc63d2d1130da
Parents: f385f02
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Sep 5 17:47:48 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Sep 5 17:51:00 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/stream-source-reference.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3f9937bc/solr/solr-ref-guide/src/stream-source-reference.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/stream-source-reference.adoc b/solr/solr-ref-guide/src/stream-source-reference.adoc
index fc9f71a..744193e 100644
--- a/solr/solr-ref-guide/src/stream-source-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-source-reference.adoc
@@ -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