Answer the question
In order to leave comments, you need to log in
How to work with integer in elasticsearch?
How to select all elements in elasticsearch that are strictly greater than or strictly less than a certain int value?
In particular, I train with such a request
"query": {
"bool": {
"must": [
{
"range": {
"id": {
"from": 20
}
}
}
]
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question