-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Closed
Copy link
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>docsGeneral docs changesGeneral docs changes
Description
Describe the feature: this is not feature request. Docs bug.
Elasticsearch version (bin/elasticsearch --version): any
Description of the problem including expected versus actual behavior:
Current document says that
max_doc_freq | The maximum document frequency above which the terms will be ignored from the input document. This could be useful in order to ignore highly frequent words such as stop words. Defaults to unbounded (0).
but actual default is Integer.MAX_VALUE (not 0)
https://github.com/elastic/elasticsearch/blob/master/server/src/main/java/org/elasticsearch/common/lucene/search/XMoreLikeThis.java#L194
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>docsGeneral docs changesGeneral docs changes