Skip to content
Snippets Groups Projects
Commit 55130a4c authored by David Diederich's avatar David Diederich
Browse files

Merge branch 'cherry-pick-a0ba1856' into 'release/0.7'

Cherry-pick "change Tags type to Object instead of Flattened ..." into release/0.7

See merge request !120
parents a313cdf0 0d79f88c
No related branches found
No related tags found
1 merge request!120Cherry-pick "change Tags type to Object instead of Flattened ..." into release/0.7
Pipeline #31385 passed
......@@ -43,7 +43,7 @@ public class TypeMapper {
metaAttributeIndexerType.put(RecordMetaAttribute.VERSION.getValue(), ElasticType.LONG.getValue());
metaAttributeIndexerType.put(RecordMetaAttribute.X_ACL.getValue(), ElasticType.KEYWORD.getValue());
metaAttributeIndexerType.put(RecordMetaAttribute.ACL.getValue(), getAclIndexerMapping());
metaAttributeIndexerType.put(RecordMetaAttribute.TAGS.getValue(), ElasticType.FLATTENED.getValue());
metaAttributeIndexerType.put(RecordMetaAttribute.TAGS.getValue(), ElasticType.OBJECT.getValue());
metaAttributeIndexerType.put(RecordMetaAttribute.LEGAL.getValue(), getLegalIndexerMapping());
metaAttributeIndexerType.put(RecordMetaAttribute.ANCESTRY.getValue(), getAncestryIndexerMapping());
metaAttributeIndexerType.put(RecordMetaAttribute.INDEX_STATUS.getValue(), getIndexStatusMapping());
......
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