forgot raw -> keyword in example
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ def create_git_index(client, index):
|
||||
'name': {
|
||||
'type': 'text',
|
||||
'fields': {
|
||||
'raw': {'type': 'keyword'},
|
||||
'keyword': {'type': 'keyword'},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user