You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/riak/kv/2.9.1/configuring/search.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -133,18 +133,18 @@ Enable this node in distributed query plans; defaults to `on`.
133
133
134
134
If enabled, this node will participate in distributed Solr queries. If disabled, the node will be excluded from Riak search cover plans, and will therefore never be consulted in a distributed query. Note that this node may still be used to execute a query. Use this flag if you have a long running administrative operation (e.g. reindexing) which requires that the node be removed from query plans, and which would otherwise result in inconsistent search results.
135
135
136
-
This setting can also be changed via `riak-admin` by issuing one of the following commands:
136
+
This setting can also be changed via `riakadmin` by issuing one of the following commands:
137
137
138
138
```
139
-
riak-admin set search.dist_query=off
139
+
riakadmin set search.dist_query=off
140
140
```
141
141
or
142
142
143
143
```
144
-
riak-admin set search.dist_query=on
144
+
riakadmin set search.dist_query=on
145
145
```
146
146
147
-
Setting this value in riak.conf is useful when you are restarting a node which was removed from search queries with the `riak-admin` feature. Setting `search.dis_query` in riak.conf will prevent the node from being included in search queries until it is fully spun up.
147
+
Setting this value in riak.conf is useful when you are restarting a node which was removed from search queries with the `riakadmin` feature. Setting `search.dis_query` in riak.conf will prevent the node from being included in search queries until it is fully spun up.
`data_root` | `path` (string) | `data/riak_repl` | Path (relative or absolute) to the working directory for the replication process
105
-
`queue_size` | `bytes` (integer) | `104857600` (100 MiB) | The size of the replication queue in bytes before the replication leader will drop requests. If requests are dropped, a fullsync will be required. Information about dropped requests is available using the `riak-repl status` command
105
+
`queue_size` | `bytes` (integer) | `104857600` (100 MiB) | The size of the replication queue in bytes before the replication leader will drop requests. If requests are dropped, a fullsync will be required. Information about dropped requests is available using the `riakrepl status` command
106
106
`server_max_pending` | `max` (integer) | `5` | The maximum number of objects the leader will wait to get an acknowledgment from, from the remote location, before queuing the request
107
107
`vnode_gets` | `true`, `false` | `true` | If `true`, repl will do a direct get against the vnode, rather than use a `GET` finite state machine
108
108
`shuffle_ring` | `true`, `false` | `true `| If `true`, the ring is shuffled randomly. If `false`, the ring is traversed in order. Useful when a sync is restarted to reduce the chance of syncing the same partitions.
0 commit comments