1. created search index on map and index on Map Keys. But, when I search by contains and contains key on dynamic attribute map column. It was throwing an error Contains predicate on Maps and not supported. When I use allow filtering it is working fine.
How do I create proper index on dynamic attribute map column without using allow filtering?
2. How to fetch all objects from a table and apply filter by parent indexes columns?