Searched refs:_opType (Results 1 – 6 of 6) sorted by relevance
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/ | ||
| D | Response.php | 17 protected $_opType; variable in Elastica\\Bulk\\Response |
| D | Action.php | 29 protected $_opType; variable in Elastica\\Bulk\\Action |
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/ | ||
| D | CreateDocument.php | 10 protected $_opType = self::OP_TYPE_CREATE; variable in Elastica\\Bulk\\Action\\CreateDocument |
| D | DeleteDocument.php | 12 protected $_opType = self::OP_TYPE_DELETE; variable in Elastica\\Bulk\\Action\\DeleteDocument |
| D | IndexDocument.php | 13 protected $_opType = self::OP_TYPE_INDEX; variable in Elastica\\Bulk\\Action\\IndexDocument |
| D | UpdateDocument.php | 13 protected $_opType = self::OP_TYPE_UPDATE; variable in Elastica\\Bulk\\Action\\UpdateDocument |