Home
last modified time | relevance | path

Searched refs:DEFAULT_NUMBER_OF_SHARDS (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php31 public const DEFAULT_NUMBER_OF_SHARDS = 1;
191 return $this->get('number_of_shards') ?? self::DEFAULT_NUMBER_OF_SHARDS;
29 public const DEFAULT_NUMBER_OF_SHARDS = 1; global() define in Elastica\\Index\\Settings