You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ranges can be implemented as an extension with a custom Term token, but it would still be nice to have them in the base syntax. The way Elasticsearch defines them looks pretty nice:
inclusive: date:[2012-01-01 TO 2012-12-31]
exclusive: tag:{alpha TO omega}
one side unbounded: age:>10age:>=10age:<10age:<=10
The text was updated successfully, but these errors were encountered:
Ranges can be implemented as an extension with a custom Term token, but it would still be nice to have them in the base syntax. The way Elasticsearch defines them looks pretty nice:
date:[2012-01-01 TO 2012-12-31]
tag:{alpha TO omega}
age:>10
age:>=10
age:<10
age:<=10
The text was updated successfully, but these errors were encountered: