You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2018/02/28 20:13:22 UTC

[1/2] lucene-solr:master: SOLR-12043: Add mlt.maxdfpct to Solr's documentation

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 9b3d68843 -> 1d8c1a404
  refs/heads/master ef989124f -> fa7a3ce3e


SOLR-12043: Add mlt.maxdfpct to Solr's documentation


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

Branch: refs/heads/master
Commit: fa7a3ce3ee7f35eea115ec5a3bdd0a0a1a71fdce
Parents: ef98912
Author: Dawid Weiss <da...@carrotsearch.com>
Authored: Wed Feb 28 21:03:21 2018 +0100
Committer: Dawid Weiss <da...@carrotsearch.com>
Committed: Wed Feb 28 21:03:21 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/morelikethis.adoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fa7a3ce3/solr/solr-ref-guide/src/morelikethis.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/morelikethis.adoc b/solr/solr-ref-guide/src/morelikethis.adoc
index d965e9d..1afa0fe 100644
--- a/solr/solr-ref-guide/src/morelikethis.adoc
+++ b/solr/solr-ref-guide/src/morelikethis.adoc
@@ -55,6 +55,9 @@ Specifies the Minimum Document Frequency, the frequency at which words will be i
 `mlt.maxdf`::
 Specifies the Maximum Document Frequency, the frequency at which words will be ignored which occur in more than this many documents.
 
+`mlt.maxdfpct`::
+Specifies the Maximum Document Frequency using a relative ratio to the number of documents in the index. The argument must be an integer between 0 and 100. For example 75 means the word will be ignored if it occurs in more than 75 percent of the documents in the index.
+
 `mlt.minwl`::
 Sets the minimum word length below which words will be ignored.
 


[2/2] lucene-solr:branch_7x: SOLR-12043: Add mlt.maxdfpct to Solr's documentation

Posted by dw...@apache.org.
SOLR-12043: Add mlt.maxdfpct to Solr's documentation


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

Branch: refs/heads/branch_7x
Commit: 1d8c1a40457fca06d71ca90e537a1371357b8bb8
Parents: 9b3d688
Author: Dawid Weiss <da...@carrotsearch.com>
Authored: Wed Feb 28 21:03:21 2018 +0100
Committer: Dawid Weiss <da...@carrotsearch.com>
Committed: Wed Feb 28 21:04:01 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/morelikethis.adoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1d8c1a40/solr/solr-ref-guide/src/morelikethis.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/morelikethis.adoc b/solr/solr-ref-guide/src/morelikethis.adoc
index d965e9d..1afa0fe 100644
--- a/solr/solr-ref-guide/src/morelikethis.adoc
+++ b/solr/solr-ref-guide/src/morelikethis.adoc
@@ -55,6 +55,9 @@ Specifies the Minimum Document Frequency, the frequency at which words will be i
 `mlt.maxdf`::
 Specifies the Maximum Document Frequency, the frequency at which words will be ignored which occur in more than this many documents.
 
+`mlt.maxdfpct`::
+Specifies the Maximum Document Frequency using a relative ratio to the number of documents in the index. The argument must be an integer between 0 and 100. For example 75 means the word will be ignored if it occurs in more than 75 percent of the documents in the index.
+
 `mlt.minwl`::
 Sets the minimum word length below which words will be ignored.