You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by mk...@apache.org on 2022/11/25 21:18:47 UTC

[solr] 01/01: SOLR-16420: update stream ref guide about mindf=5 default

This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch mkhludnev-knn-stream-ref-guide
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 293f20626e34ff918586a8a18cd76b02f6bd1894
Author: Mikhail Khludnev <mk...@users.noreply.github.com>
AuthorDate: Sat Nov 26 00:18:41 2022 +0300

    SOLR-16420: update stream ref guide about mindf=5 default
---
 .../modules/query-guide/pages/stream-source-reference.adoc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/query-guide/pages/stream-source-reference.adoc b/solr/solr-ref-guide/modules/query-guide/pages/stream-source-reference.adoc
index bb58b3a056a..45e0b6db726 100644
--- a/solr/solr-ref-guide/modules/query-guide/pages/stream-source-reference.adoc
+++ b/solr/solr-ref-guide/modules/query-guide/pages/stream-source-reference.adoc
@@ -290,7 +290,7 @@ uses 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.
-* `mindf`: (Optional) The minimum number of occurrences in the corpus to be included in the search.
+* `mindf`: (Optional, default is 5) 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.