Commit 757c57a
[STORE] Use
In order to be compatible with Elasticsearch 5.x, the default
property type for Ruby <String> objects has been changed to
`text` from `string`.
See: https://www.elastic.co/guide/en/elasticsearch/reference/current/string.html
Closes #649text instead of string for the <String> data types1 parent 6bfc6e0 commit 757c57a
File tree
2 files changed
+2
-2
lines changed- elasticsearch-persistence
- lib/elasticsearch/persistence/model
- test/unit
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments