datahub/wherehows-data-model/ELASTICSEARCH/suggester_query_template.json
2017-11-02 21:51:31 -07:00

16 lines
272 B
JSON

{
"text": "$SEARCHKEYWORD",
"simple_phrase": {
"phrase": {
"field": "$FIELD",
"size": 1,
"direct_generator": [
{
"field": "$FIELD",
"suggest_mode": "always",
"min_word_length": 1
}
]
}
}
}