Login
Remember
Register
Ask a Question
How can you perform a match_all?
+1
vote
asked
Jul 8, 2022
in
ElasticSearch
by
Robin
How can you perform a match_all?
a) {
“query”: {
“match_all”: {}
}
}
b) {
“query”: {
“match_all”
}
}
elasticsearch
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 8, 2022
by
Robin
“query”: {
“match_all”: {}
}
}
...