Searched refs:REFRESH_TRUE (Results 1 – 3 of 3) sorted by relevance
331 $refresh = $refresh ? Reindex::REFRESH_TRUE : Reindex::REFRESH_FALSE;346 return \in_array($refresh, [Reindex::REFRESH_TRUE, Reindex::REFRESH_FALSE], true)347 ? Reindex::REFRESH_TRUE === $refresh
29 public const REFRESH_TRUE = 'true'; define in Elastica\\Reindex
274 * Added constants `PIPELINE`, `REFRESH_TRUE`, `REFRESH_FALSE`, `REFRESH_WAIT_FOR`, `SLICES` and `SL…