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 b2a785d commit f0c1779Copy full SHA for f0c1779
readme.md
@@ -341,7 +341,7 @@ ES::index("my_index")->create();
341
```php
342
ES::index("my_index")->create(function($index){
343
344
- $index->shards(5)->replicas(1)->mappping([
+ $index->shards(5)->replicas(1)->mapping([
345
'my_type' => [
346
'properties' => [
347
'first_name' => [
@@ -360,7 +360,7 @@ ES::index("my_index")->create(function($index){
360
361
ES::create("my_index", function($index){
362
363
364
365
366
0 commit comments