Home
last modified time | relevance | path

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

/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
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponse.php17 protected $_opType; variable in Elastica\\Bulk\\Response
H A DAction.php29 protected $_opType; variable in Elastica\\Bulk\\Action