Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DReindex.php42 public const PIPELINE = 'pipeline'; define in Elastica\\Reindex
134 $this->setParam(self::PIPELINE, $pipeline);
178 $pipeline = $destBody[self::PIPELINE] ?? null;
180 $destBody[self::PIPELINE] = $pipeline->getId();
202 self::PIPELINE => null,
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md274 * Added constants `PIPELINE`, `REFRESH_TRUE`, `REFRESH_FALSE`, `REFRESH_WAIT_FOR`, `SLICES` and `SL…