diff --git a/example/load.py b/example/load.py index a99944e8..42582bd4 100644 --- a/example/load.py +++ b/example/load.py @@ -54,7 +54,7 @@ def create_git_index(client, index): 'committed_date': {'type': 'date'}, 'parent_shas': {'type': 'keyword'}, 'description': {'type': 'text', 'analyzer': 'snowball'}, - 'files': {'type': 'text', 'analyzer': 'file_path'} + 'files': {'type': 'text', 'analyzer': 'file_path', "fielddata": True} } }, 'repos': {