class Elasticsearch::DSL::Search::Queries::MatchAll

Defined in:

elasticsearch-dsl/search/queries/full_text/match_all.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def _name(_name : Union(String, Nil)) #

def boost(boost : Union(Type::Number, Nil)) #

def match_all(&) #

[View source]
def match_all(boost : Type::Number) #

[View source]
def match_all #

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

[View source]