Table of Contents
Goals:
- Improve Metadata Search: This requires redesign of how we store metadata. Design proposed below.
- Make search for tags work for all the tags in the list
- Support tokenized search where user can search with any word from the value
- Schema Search:
- CDAP Schema for Datasets, Streams and Views should be stored as metadata and searchable through fieldname or and fieldname with fieldtype (only for primitive fieldtype)
- Search filtering based on entity type.
...