struct Elasticsearch::Query::Term

Included Modules

Defined in:

query.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : Array(JSON::Any) | ::Bool | Float64 | Hash(String, JSON::Any) | Int64 | String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

Instance Method Detail

def name : String #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def value : JSON::Any::Type | Nil #

[View source]