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 = nil, analyzer : String | Nil = nil, fields : Array(String) | Nil = nil) #

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

[View source]

Instance Method Detail

def analyzer : String | Nil #

def clone #

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

[View source]
def default_operator : String | Nil #

def fields : Array(String) | Nil #

def query : String #