Skip to content

Commit c5c62da

Browse files
committed
fix typo in mlt examples
1 parent 14cc008 commit c5c62da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide/reference/query-dsl/mlt-field-query.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ p. The @more_like_this_field@ query is the same as the @more_like_this@ query, e
1212
"more_like_this_field" : {
1313
"name.first" : {
1414
"like_text" : "text like this one",
15-
"min_query_freq" : 1,
15+
"min_term_freq" : 1,
1616
"max_query_terms" : 12
1717
}
1818
}

guide/reference/query-dsl/mlt-query.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ p. More like this query find documents that are "like" provided text by running
1212
"more_like_this" : {
1313
"fields" : ["name.first", "name.last"],
1414
"like_text" : "text like this one",
15-
"min_query_freq" : 1,
15+
"min_term_freq" : 1,
1616
"max_query_terms" : 12
1717
}
1818
}

0 commit comments

Comments
 (0)