struct Elasticsearch::Client::SimpleQueryStringOptions

Included Modules

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(query : String, default_operator : String? = nil, analyzer : String? = nil) #

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

[View source]

Instance Method Detail

def analyzer : String? #

def clone #

[View source]
def copy_with(query _query = @query, default_operator _default_operator = @default_operator, analyzer _analyzer = @analyzer) #

[View source]
def default_operator : String? #

def query : String #