Skip to content

Instantly share code, notes, and snippets.

@toyama0919
Created November 18, 2013 15:30
Show Gist options
  • Save toyama0919/7529712 to your computer and use it in GitHub Desktop.
Save toyama0919/7529712 to your computer and use it in GitHub Desktop.
kibanaで使えるlucene query ref: http://qiita.com/toyama0919/items/9681ae866ce23a637316
age:20 AND name:"太郎"
age:20 OR name:"太郎"
date:[2014-01-11T17:04:39+09:00 TO *]
name:/joh?n(ath[oa]n)/
NOT(age:20)
age:(20 TO 30)
age:(>=10 AND < 20)
date:[* TO 2012-01-01]
date:[2012-01-01 TO 2012-12-31]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment