diff --git a/docs/accessing_over_http.html b/docs/accessing_over_http.html index b1c7da6..bcf13b8 100644 --- a/docs/accessing_over_http.html +++ b/docs/accessing_over_http.html @@ -81,7 +81,7 @@ @@ -174,7 +174,7 @@

REST API

- @@ -192,7 +192,7 @@

REST API

- diff --git a/docs/building_bayard.html b/docs/building_bayard.html index eee2cc5..3842467 100644 --- a/docs/building_bayard.html +++ b/docs/building_bayard.html @@ -81,7 +81,7 @@ diff --git a/docs/cluster_mode.html b/docs/cluster_mode.html index 83dff31..8115a09 100644 --- a/docs/cluster_mode.html +++ b/docs/cluster_mode.html @@ -81,7 +81,7 @@ diff --git a/docs/designing_schema.html b/docs/designing_schema.html index b2f42fc..4c8318b 100644 --- a/docs/designing_schema.html +++ b/docs/designing_schema.html @@ -81,7 +81,7 @@ diff --git a/docs/getting_started.html b/docs/getting_started.html index fa20a6b..522b6f3 100644 --- a/docs/getting_started.html +++ b/docs/getting_started.html @@ -81,7 +81,7 @@ diff --git a/docs/index.html b/docs/index.html index 11c7f80..a34119e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,7 +81,7 @@ diff --git a/docs/overview.html b/docs/overview.html index ee3573e..f00b08b 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -81,7 +81,7 @@ diff --git a/docs/print.html b/docs/print.html index d3c2cdd..c0e5208 100644 --- a/docs/print.html +++ b/docs/print.html @@ -83,7 +83,7 @@ @@ -692,6 +692,19 @@

REST API

+

Scheduling jobs

+

You can use the Job scheduler to execute periodic commits and index merges.

+

Using Job scheduler

+

Start the job scheduler as follows:

+
$ ./bin/bayard schedule
+
+

To specify job scheduler settings:

+
$ ./bin/bayard schedule --commit="0/10 * * * * * *" --merge="0 0 2 * * * *"
+
+

The format of the settings is very similar to the crontab.

+
sec   min   hour   day-of-month   month   day-of-week   year
+*     *     *      *              *       *             *
+

Running on Docker

See the available Docker container image version at the following URL: