Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Searchable Tag hierarchy
Labels:
- Labels:
-
Apache Atlas
Expert Contributor
Created ‎06-30-2017 05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi - Is it possible to setup a Hierarchy of tags that can be searchable (either API or UI) through the parent tag?
If for example I have 4 tags, company1,company2,company3,company4 and a parent tag of vendors. Is there a way for me to search vendors and it to come up with the tag list of company1-4?
I have created tags that inheirt from others but cant see this relationship in the UI
1 ACCEPTED SOLUTION
Expert Contributor
Created ‎06-30-2017 05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mliem, The basic search in Atlas can be used to search using parent tag and all entities tagged with parent tag and all its sub tag will be searched. The following API can be used. Hope this helps.
http://localhost:21000/api/atlas/v2/search/basic?limit=25&excludeDeletedEntities=true&typeName=hive_...
1 REPLY 1
Expert Contributor
Created ‎06-30-2017 05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mliem, The basic search in Atlas can be used to search using parent tag and all entities tagged with parent tag and all its sub tag will be searched. The following API can be used. Hope this helps.
http://localhost:21000/api/atlas/v2/search/basic?limit=25&excludeDeletedEntities=true&typeName=hive_...
