Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php132 public function addDocument(Document $document, ?string $opType = null): self
134 $action = AbstractDocumentAction::create($document, $opType);
144 public function addDocuments(array $documents, ?string $opType = null): self
147 $this->addDocument($document, $opType);
156 public function addScript(AbstractScript $script, ?string $opType = null): self
158 $action = AbstractDocumentAction::create($script, $opType);
165 * @param string|null $opType
169 public function addScripts(array $scripts, $opType = null): self
172 $this->addScript($script, $opType);
183 public function addData($data, ?string $opType
130 addDocument(Document $document, string $opType = null) global() argument
142 addDocuments(array $documents, string $opType = null) global() argument
154 addScript(AbstractScript $script, string $opType = null) global() argument
167 addScripts(array $scripts, $opType = null) global() argument
181 addData($data, string $opType = null) global() argument
[all...]
H A 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/
H A DAbstractDocument.php115 * The action can be index, update, create or delete based on the $opType param (by default index).
121 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/
H A DAction.php41 public function __construct(string $opType = self::OP_TYPE_INDEX, array $metadata = [], array $source = []) argument
43 $this->setOpType($opType);
189 public static function isValidOpType(?string $opType = null): bool argument
191 return \in_array($opType, self::$opTypes, true);
H A DResponse.php22 public function __construct($responseData, Action $action, string $opType) argument
27 $this->_opType = $opType;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php36 $opType = $response->getOpType();
52 return "{$opType}: {$path} caused {$error}";
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js14617 var opType = function opType(attributes) {
14825 return _objectSpread(_objectSpread({}, opType(attributes)), {}, {