Posts by Gabriel Santos • 36 points
1 post
-
2
votes1
answer38
viewsA: Query with AND operator in Elasticsearch
Use multi_match with a cross Fields, I believe that solves your problem { "query":{ "bool":{ "must":{ "multi_match":{ "query":"carro veloz", "operator":"and", "type": "cross_fields",…
elasticsearchanswered Gabriel Santos 36