We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you want to filter your documents according to scripts you can do it! read about it here
SELECT insert_time FROM elast*/online where script('doc["insert_time"].date.hourOfDay==16')
SELECT insert_time FROM elast*/online where script('doc[field].date.hourOfDay==x','x'=16,'field'='insert_time')
Importent! this feature only works on elastic2.x plugin versions. Just add the 'script_type'='file' or 'script_type'='indexed' to your parameters Example:
SELECT insert_time FROM elast*/online where script('hour','x'=16,'field'='insert_time','script_type'='file')