{
    "token_count_router": {
        "text": "test",
        "fallback": {
            "match_none": {}
        },
        "field": "text",
        "conditions": [
            {
                "gt": 1,
                "query": {
                    "multi_match": {
                        "type": "phrase",
                        "slop": 0,
                        "fields": [
                            "all^0.001",
                            "all.plain^0.1"
                        ],
                        "query": "test"
                    }
                }
            }
        ]
    }
}