Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DDocument.php227 public function isAutoPopulate(): bool function in Elastica\\Document
DBulk.php332 if ($data instanceof Document && $data->isAutoPopulate()
DClient.php327 … && ($data->isAutoPopulate() || $this->getConfigValue(['document', 'autoPopulate'], false))
DIndex.php246 … $doc->isAutoPopulate() || $this->getClient()->getConfigValue(['document', 'autoPopulate'], false)