Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DTask.php18 public const WAIT_FOR_COMPLETION_FALSE = 'false'; define in Elastica\\Task
DReindex.php37 public const WAIT_FOR_COMPLETION_FALSE = 'false'; define in Elastica\\Reindex
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md65 * Deprecated `Elastica\Reindex::WAIT_FOR_COMPLETION_FALSE`, use a boolean as parameter instead by @…