Home
last modified time | relevance | path

Searched refs:_opType (Results 1 – 6 of 6) sorted by path

/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php29 protected $_opType; variable in Elastica\\Bulk\\Action
77 $this->_opType = $type;
84 return $this->_opType;
104 return [$this->_opType => $this->getMetadata()];
H A DResponse.php17 protected $_opType; variable in Elastica\\Bulk\\Response
27 $this->_opType = $opType;
37 return $this->_opType;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DCreateDocument.php10 protected $_opType = self::OP_TYPE_CREATE; variable in Elastica\\Bulk\\Action\\CreateDocument
H A DDeleteDocument.php12 protected $_opType = self::OP_TYPE_DELETE; variable in Elastica\\Bulk\\Action\\DeleteDocument
H A DIndexDocument.php13 protected $_opType = self::OP_TYPE_INDEX; variable in Elastica\\Bulk\\Action\\IndexDocument
H A DUpdateDocument.php13 protected $_opType = self::OP_TYPE_UPDATE; variable in Elastica\\Bulk\\Action\\UpdateDocument