We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b30eee commit 133269eCopy full SHA for 133269e
README.md
@@ -73,12 +73,12 @@ The package is developed and tested under Elasticsearch ``v6.*``. It should be a
73
],
74
'multi_fields_example' => [
75
'type' => 'text',
76
- 'fields' => [
77
- 'raw' => [
78
- 'type' => 'keyword'
79
- ]
+ 'fields' => [
+ 'raw' => [
+ 'type' => 'keyword'
80
]
81
- ],
+ ]
+ ],
82
'created_at' => [
83
'type' => 'date',
84
'format' => 'yyyy-MM-dd HH:mm:ss',
@@ -989,6 +989,7 @@ The package is developed and tested under Elasticsearch ``v6.*``. It should be a
989
User::es()->find(5)
990
```
991
#### delete
992
+* Delete a record from elasticsearch. Returns false if the record does not exist.
993
* Parameters
994
995
| Name | Required | Type | Default | Description |
0 commit comments