infoMore than 5 years have passed since last update.
kibanaで使えるlucene query
Last updated at Posted at 2013-11-18
ageが20かつnameが太郎(SQLのAND)
ageが20かnameが太郎(SQLのOR)
正規表現
ageが1か2(SQLのIN)
ageが20ではない(SQLの!=)
または
ageが20から30の間(SQLのBETWEEN)
ageが10以上20未満
dateが2012/01/01以前
dateが2012/01/01 ~ 2012/12/31の間(型がdateである必要あり)
date:[2012-01-01 TO 2012-12-31]
時刻まで指定
date:[2014-01-11T17:04:39+09:00 TO *]
246Go to list of users who liked
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
What you can do with signing up