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