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 60f4011 commit 6dce926Copy full SHA for 6dce926
readme.md
@@ -40,7 +40,7 @@
40
41
ES::index("my_index")->create(function($index){
42
43
- $index->shards(5)->replicas(1)->mappping([
+ $index->shards(5)->replicas(1)->mapping([
44
'my_type' => [
45
'properties' => [
46
'first_name' => [
@@ -59,7 +59,7 @@
59
60
ES::create("my_index", function($index){
61
62
63
64
65
@@ -359,4 +359,4 @@ Index and type names setted in query will override values the configuration file
359
360
`Good luck`
361
362
-`Dont forget to send a feedback..`
+`Dont forget to send a feedback..`
0 commit comments