| aae_status/1 | Print the Active Anti-Entropy status to stdout. |
| dist_query_cfg_change/2 | Callback for changes to dist_query enabled flag. |
| format_dist_query_value/1 | |
| register_cli/0 | |
| switch_to_new_search/1 | Switch over HTTP solr route and PB handling from legacy riak_search to yokozuna. |
aae_status(X1::[]) -> ok
Print the Active Anti-Entropy status to stdout.
dist_query_cfg_change(X1, X2) -> any()
Callback for changes to dist_query enabled flag. When this flag is set to "on", then this node participates in distributed queries and will be included in cover plans when queries are made through yokozuna. When disabled, the node will be excluded in cover plans, meaning that it will not be consulted as part of a distributed query. Note that you can still query though this node; the node, however, will not be consulted in a Solr distrubuted query.
format_dist_query_value(X1) -> any()
register_cli() -> ok
switch_to_new_search(X1::[]) -> ok | {error, {nodes_down, [node()]}}
Switch over HTTP solr route and PB handling from legacy riak_search to yokozuna. This will multicall to all nodes in the cluster. If any nodes are down report them to stderr and return an error tuple. Once the switch is made the system cannot be switched back without restarting the cluster.
Generated by EDoc