Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php29 public const DEFAULT_NUMBER_OF_REPLICAS = 1;
175 return $this->get('number_of_replicas') ?? self::DEFAULT_NUMBER_OF_REPLICAS;
27 public const DEFAULT_NUMBER_OF_REPLICAS = 1; global() define in Elastica\\Index\\Settings