+
+ Max query terms: {{ mltCustom.maxQueryTerms }}
+
+ Terms extracted from seed articles to build the query (max 100). Extension
+ default: {{ CIRRUS_MLT_EXTENSION_DEFAULTS.maxQueryTerms }} (omitted when unchanged).
+
+
+
+
+
+ Min term frequency: {{ mltCustom.minTermFreq }}
+
+ How often a term must appear in seed text to be used. Extension default:
+ {{ CIRRUS_MLT_EXTENSION_DEFAULTS.minTermFreq }}.
+
+
+
+
+
+ Min doc frequency: {{ mltCustom.minDocFreq }}
+
+ Minimum shard document frequency for a term. Extension default:
+ {{ CIRRUS_MLT_EXTENSION_DEFAULTS.minDocFreq }}.
+
+
+
+
+
+ Terms to match: {{ mltCustom.minimumShouldMatchPercent }}%
+
+ Percentage of query terms a result must match. Extension default:
+ {{ CIRRUS_MLT_EXTENSION_DEFAULTS.minimumShouldMatchPercent }}%.
+
+
+
+
+
+ Min word length: {{ mltCustom.minWordLength }}
+
+ Minimum character length for a term. Extension default:
+ {{ CIRRUS_MLT_EXTENSION_DEFAULTS.minWordLength }}.
+
+
+
+
+
+ MLT fields
+
+ Field(s) to extract terms from. Extension default: {{ CIRRUS_MLT_EXTENSION_DEFAULTS.fields }}
+ (omitted when unchanged).
+
+
+
+
+
+ Use fields only
+
+ When on, only the selected field is used (not full article text extraction).
+ Extension default: {{ CIRRUS_MLT_EXTENSION_DEFAULTS.useFieldsOnly ? 'on' : 'off' }}.
+
+
+ cirrusMltUseFields
+
+
+
+
+
+ Disable link boosting
+
+ When on, adds `gsrqiprofile=classic_noboostlinks` — ranks by text similarity without
+ incoming-link rescore. When off, wiki default applies.
+
+
+
+
+
+ Search query
+
+ How seed pages are encoded for morelike — one combined query, or one per seed when
+ multiple requests is on.
+
+
+
+
+
+ {{ showMultipleRequestUrls ? 'Request URLs' : 'Request URL' }}
+
+ Exact GET on Search. Sort order is applied after the response, not in this URL.
+
+
+
+
+