Skip to content

Commit

Permalink
Link yz config schema in batching doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafavatella authored Nov 23, 2016
1 parent 0268231 commit 8f44084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BATCHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Using this command will only temporarily enable or disable distributed query unt

## Configuration

The behavior of the batching subsystem may be controlled via the following Cuttlefish configuration parameters, as defined in `riak.conf`. Consult the Cuttlefish schema (TODO add link) for the associated configuration settings in the Riak `advanced.config` file.
The behavior of the batching subsystem may be controlled via the following Cuttlefish configuration parameters, as defined in `riak.conf`. Consult [the Cuttlefish schema](/priv/yokozuna.schema) for the associated configuration settings in the Riak `advanced.config` file.

* `search.queue.batch.minimum` (default: 10) The minimum batch size, in number of Riak objects. Any batches that are smaller than this amount will not be immediately flushed to Solr, but are guaranteed to be flushed within the value specified in `search.queue.batch.flush_interval`.

Expand Down

0 comments on commit 8f44084

Please sign in to comment.