PreferenceΒΆ

Controls a preference of which shard replicas to execute the search request on. By default, the operation is randomized between the each shard replicas.

The preference can be set to:

  • _primary: The operation will go and be executed only on the primary shards.
  • _local: The operation will prefer to be executed on a local allocated shard is possible.
  • Custom (string) value: A custom value will be used to guarantee that the same shards will be used for the same custom value. This can help with “jumping values” when hitting different shards in different refresh states. A sample value can be something like the web session id, or the user name.

Previous topic

Query

Next topic

Request Body

This Page