class

LuckySearch::RecordIndexer

Inherits Reference < Object

Constants

Log = Log.for(self)

Constructors

new(document_name : String, id : Int64 | UUID, search_data)
Source
new(document_name : String)
Source

Class methods

document_name(klass : Class) : String
Source
index(klass : Class, id, search_data)
Source
remove(klass : Class, id, search_data)
Source

Instance methods

client
Source
create_index
Source
document_name
Source
index_document
Source
index_record
Source
remove_record
Source
search_data

the data to index

Source