We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e9ba0 commit b02a2c3Copy full SHA for b02a2c3
lib/Elastica/Document.php
@@ -13,7 +13,6 @@
13
class Document extends AbstractUpdateAction
14
{
15
public const OP_TYPE_CREATE = Action::OP_TYPE_CREATE;
16
- public const DEFAULT_TYPE = '_doc';
17
18
/**
19
* Document data.
test/Elastica/MappingTest.php
@@ -306,7 +306,7 @@ public function testGetters()
306
$mapping = new Mapping($properties);
307
$all = [
308
'enabled' => true,
309
- 'store' => true,
+ 'store' => true,
310
];
311
$mapping->setParam('_all', $all);
312
0 commit comments