Home
last modified time | relevance | path

Searched refs:opType (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DBulk.php132 public function addDocument(Document $document, ?string $opType = null): self argument
134 $action = AbstractDocumentAction::create($document, $opType);
144 public function addDocuments(array $documents, ?string $opType = null): self argument
147 $this->addDocument($document, $opType);
156 public function addScript(AbstractScript $script, ?string $opType = null): self argument
158 $action = AbstractDocumentAction::create($script, $opType);
165 * @param string|null $opType
169 public function addScripts(array $scripts, $opType = null): self argument
172 $this->addScript($script, $opType);
183 public function addData($data, ?string $opType = null) argument
[all …]
DAbstractUpdateAction.php192 * @param string $opType Only accept create
196 public function setOpType($opType) argument
198 return $this->setParam('op_type', $opType);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
DAbstractDocument.php121 public static function create($data, ?string $opType = null): self argument
128 if (null === $opType && $data->hasOpType()) {
129 $opType = $data->getOpType();
134 if (null === $opType) {
135 $opType = self::OP_TYPE_UPDATE;
136 } elseif (self::OP_TYPE_UPDATE !== $opType) {
141 switch ($opType) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
DAction.php41 …public function __construct(string $opType = self::OP_TYPE_INDEX, array $metadata = [], array $sou… argument
43 $this->setOpType($opType);
189 public static function isValidOpType(?string $opType = null): bool argument
191 return \in_array($opType, self::$opTypes, true);
DResponse.php22 public function __construct($responseData, Action $action, string $opType) argument
27 $this->_opType = $opType;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
DActionException.php36 $opType = $response->getOpType();
52 return "{$opType}: {$path} caused {$error}";
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js14617 var opType = function opType(attributes) {
14825 return _objectSpread(_objectSpread({}, opType(attributes)), {}, {