Поисковый запрос elasticsearch

Полнотекстовый поиск документов по слову

curl -s -X POST http://localhost:9200/<index>/_search -H 'Content-Type: application/json' -d '{"query":{"match":{"message":"error"}}}'
more elasticsearch all 19 commands →