bucket() = binary() | {Type::binary(), Name::binary()}
hash() = binary()
index_name() = binary()
key() = binary()
n() = pos_integer()
obj() = riak_object:riak_object()
object_pair() = {obj(), obj() | no_old_object}
p() = non_neg_integer()
repair() = full_repair | tree_repair | failed_repair
solr_entries() = [solr_entry()]
solr_entry() = {bkey(), object_pair(), write_reason(), p(), short_preflist(), hash()}
solrq_helper_id() = pid() | atom()
solrq_id() = pid() | atom()
write_reason() = delete | handoff | put | anti_entropy | {delete, repair()} | {anti_entropy, repair()} | {anti_entropy_delete, repair()} | anti_entropy_delete
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| index_batch/5 | Index a batch. |
| init/1 | |
| start_link/2 | |
| status/1 | |
| status/2 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
handle_call(BadMsg, From, State) -> any()
handle_cast(X1, State) -> any()
handle_info(Msg, State) -> any()
index_batch(HPid::solrq_helper_id(), Index::index_name(), BatchMax::non_neg_integer(), QPid::solrq_id(), Entries::solr_entries()) -> ok
Index a batch
init(X1) -> any()
start_link(Index, Partition) -> any()
status(Pid) -> any()
status(Pid, Timeout) -> any()
terminate(Reason, State) -> any()
Generated by EDoc