Khafra.SearchTable.Operations (khafra_search v0.3.0)
Search Table methods
Link to this section Summary
Functions
Create table.
Create a table from a SearchBehaviourSQL module.
Drop a tables distributed index
Drop a table if it exists
Insert or update a table row
Link to this section Functions
Link to this function
create(schema, atom, opts)
Create table.
Real Time (rt)
Standard real time table that accepts inserts/updates and is always searchable
Distributed
A reference to a group of RT tables (not in itself a table)
Link to this function
create_from_sql_behaviour(module, atom, opts)
Create a table from a SearchBehaviourSQL module.
Link to this function
drop_distributed_index(schema)
Drop a tables distributed index
Link to this function
drop_table(schema)
Drop a table if it exists
Link to this function
replace(table_name, row, strategy \\ :immediate)
Insert or update a table row