struct Hermes::Hit(T)

Overview

TODO probably should switch to struct but need to check case with high load

Defined in:

hermes/search_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def _id : String #

def _id=(__id : String) #

def _index : String #

def _index=(__index : String) #

def _source : T #

def _source=(__source : T) #

def _type : String #

def _type=(__type : String) #

def entry #

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