RavenDB multi map
问题 I have a DB containing many tables, and every table has different properties, and I want to achive the following: Create and index on all of the properties (from every table). The problem is that I don't have a class for every table for I have used dynamic classes to insert them to the DB. So how can I create an index that given a string will return all documents that one of their properties contains that string? Another problem needed to be solved is that in future Tables insertion I can add