forgot raw -> keyword in example

This commit is contained in:
Honza Král
2017-11-10 15:35:39 +01:00
parent 7f5a9f8cec
commit a1dc43192b
+1 -1
View File
@@ -21,7 +21,7 @@ def create_git_index(client, index):
'name': { 'name': {
'type': 'text', 'type': 'text',
'fields': { 'fields': {
'raw': {'type': 'keyword'}, 'keyword': {'type': 'keyword'},
} }
} }
} }