{
    "path": "lookup_index_name\/_search",
    "options": [],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "match": {
                            "lookup_query_field": "hello wolrd"
                        }
                    },
                    {
                        "terms": {
                            "filtering_field": [
                                "filter1",
                                "filter2"
                            ]
                        }
                    },
                    {
                        "match": {
                            "wiki": "my_test_wiki"
                        }
                    }
                ]
            }
        },
        "from": 0,
        "size": 1,
        "_source": false,
        "stored_fields": [
            "lookup_suggestion_field"
        ]
    }
}