struct Elasticsearch::Query::Term
- Elasticsearch::Query::Term
- Struct
- Value
- Object
Included Modules
- Elasticsearch::Query::Filterable
- JSON::Serializable
Defined in:
query.crConstructors
- .new(name : String, value : Array(JSON::Any) | ::Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(name : String, value : Array(JSON::Any) | ::Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil)
#