struct Elasticsearch::Indices::Stats::Search

Included Modules

Defined in:

indices.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def fetch_current : Int64 #

def fetch_time : Time::Span #

def fetch_total : Int64 #

def open_contexts : Int64 #

[View source]
def query_current : Int64 #

def query_time : Time::Span #

def query_total : Int64 #

def scroll_current : Int64 #

def scroll_time : Time::Span #

def scroll_total : Int64 #

def suggest_current : Int64 #

def suggest_time : Time::Span #

def suggest_total : Int64 #