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

namespace Elastica\Bulk\Action;

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