Searched refs:Reindex (Results 1 – 4 of 4) sorted by relevance
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | AbstractUpdateAction.php | 331 $refresh = $refresh ? Reindex::REFRESH_TRUE : Reindex::REFRESH_FALSE; 334 return $this->setParam(Reindex::REFRESH, $refresh); 346 return \in_array($refresh, [Reindex::REFRESH_TRUE, Reindex::REFRESH_FALSE], true) 347 ? Reindex::REFRESH_TRUE === $refresh
|
| D | Reindex.php | 12 class Reindex extends Param class 78 $reindexEndpoint = new \Elasticsearch\Endpoints\Reindex();
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | Reindex.php | 28 class Reindex extends AbstractEndpoint class 56 public function setBody($body): Reindex
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | CHANGELOG.md | 65 * Deprecated `Elastica\Reindex::WAIT_FOR_COMPLETION_FALSE`, use a boolean as parameter instead by @… 66 * Passing anything else than a boolean as 1st argument to `Reindex::setWaitForCompletion`, pass a b… 271 * Added `Elastica\Reindex->setPipeline(Elastica\Pipeline $pipeline): void`. The link between the re… 272 * Added `Elastica\Reindex->setRefresh(string $value): void`. It accepts `REFRESH_*` constants from … 273 * Added `Elastica\Reindex->setQuery(Elastica\Query\AbstractQuery $query): void` [#1752](https://git… 274 …RESH_FALSE`, `REFRESH_WAIT_FOR`, `SLICES` and `SLICES_AUTO` to `Elastica\Reindex` [#1752](https://… 366 * Elastica\Reindex does not return an Index anymore but a Response. 367 * Elastica\Reindex->run() does not refresh the new Index after completion anymore. Use `$reindex->s… 386 * Elastica\Reindex missing options (script, remote, wait_for_completion, scroll...) 499 - Removed CrossIndex Class as from now use Reindex. [#1411](https://github.com/ruflin/Elastica/pull… [all …]
|