mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
aec8390558
commit
bd7f4dbe4d
1 changed files with 3 additions and 3 deletions
|
@ -229,12 +229,12 @@ export default function (api) {
|
|||
more_like_this: {
|
||||
__template: {
|
||||
'fields': ['FIELD'],
|
||||
'like_text': 'text like this one',
|
||||
'like': 'text like this one',
|
||||
'min_term_freq': 1,
|
||||
'max_query_terms': 12
|
||||
},
|
||||
fields: ['{field}'],
|
||||
like_text: '',
|
||||
like: '',
|
||||
percent_terms_to_match: 0.3,
|
||||
min_term_freq: 2,
|
||||
max_query_terms: 25,
|
||||
|
@ -256,7 +256,7 @@ export default function (api) {
|
|||
mlt: {
|
||||
__template: {
|
||||
'fields': ['FIELD'],
|
||||
'like_text': 'text like this one',
|
||||
'like': 'text like this one',
|
||||
'min_term_freq': 1,
|
||||
'max_query_terms': 12
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue