Home
last modified time | relevance | path

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

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