{ "__main__": { "description": "archive search for 'Cheese'", "options": { "search_type": "dfs_query_then_fetch", "timeout": "20s" }, "params": { "search_type": "dfs_query_then_fetch", "timeout": "20s" }, "path": "wiki_archive\/_search", "query": { "_source": [ "namespace", "namespace_text", "title", "wiki" ], "fields": [], "query": { "bool": { "filter": [ { "terms": { "namespace": [ 0 ] } } ], "minimum_should_match": 1, "should": [ { "match": { "title.plain": { "fuzziness": "AUTO", "operator": "AND", "query": "Cheese" } } }, { "multi_match": { "fields": [ "title.near_match^100", "title.near_match_asciifolding^75", "title.plain^50", "title^25" ], "operator": "AND", "query": "Cheese", "tie_breaker": 0, "type": "best_fields" } } ] } }, "size": 20, "stats": [ "archive" ], "track_total_hits": true } } }