Home
last modified time | relevance | path

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

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