OpenSearch/rest-api-spec/api/mlt.json

63 lines
1.1 KiB
JSON
Raw Normal View History

{
"mlt": {
"documentation": "http://elasticsearch.org/guide/reference/api/more-like-this/",
"methods": ["GET", "POST"],
"url": {
"path": "/{index}/{type}/{id}/_mlt",
"paths": ["/{index}/{type}/{id}/_mlt"],
"parts": {
"index": {
},
"type": {
},
"id": {
}
},
"params": {
"id": {
},
"routing": {
},
"mlt_fields": {
},
"percent_terms_to_match": {
},
"min_term_freq": {
},
"max_query_terms": {
},
"stop_words": {
},
"min_doc_freq": {
},
"max_doc_freq": {
},
"min_word_len": {
},
"max_word_len": {
},
"boost_terms": {
},
"search_type": {
},
"search_indices": {
},
"search_types": {
},
"search_query_hint": {
},
"search_size": {
},
"search_from": {
},
"search_scroll": {
},
"search_source": {
}
}
},
"body": {
}
}
}