summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Bulk/Action/CreateDocument.php
blob: 82581856da9f5001a7348dc25a569a9ed6fef71c (plain)
1
2
3
4
5
6
7
8
9
10
<?php
namespace Elastica\Bulk\Action;

class CreateDocument extends IndexDocument
{
    /**
     * @var string
     */
    protected $_opType = self::OP_TYPE_CREATE;
}