struct Elasticsearch::Documents::DocumentResult(T)

Included Modules

Defined in:

documents.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def found? : Bool #

[View source]
def id : String #

[View source]
def index : String #

[View source]
def primary_term : Int64 #

[View source]
def seq_no : Int64 #

[View source]
def source : T #

[View source]
def version : Int64 #

[View source]