Skip to content
Snippets Groups Projects
Commit 793d169d5cb5 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[es] index mapping configuration for exact results (wip on example data)

parent 073889b33c0a
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,15 @@
'language': 'French'}
}
}
,
"mappings" : {
"Did" : {
"properties" : {
"unitid" : {
"type" : "string",
"index" : "not_analyzed"
}
}
}
}
......@@ -35,5 +45,6 @@
}
}
def indexable_types(schema):
global INDEXABLE_TYPES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment