Skip to content
Snippets Groups Projects
Commit 2b63017f authored by Anastasiia Gelmut's avatar Anastasiia Gelmut
Browse files

GONRG-2424 Changed tags indexing from object to flattened

parent d8d582d7
No related branches found
No related tags found
3 merge requests!183Locking down maven central,!163Gcp iam migration(GONRG-2518),!156GCP Change Tags Indexing From Object To Flattened (GONRG-2424)
......@@ -45,7 +45,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.OBJECT.getValue());
metaAttributeIndexerType.put(RecordMetaAttribute.TAGS.getValue(), ElasticType.FLATTENED.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.
Please register or to comment