Looking to migrate from MongoDB to CrateDB I need to have somenthing similar to wildcard index of mongo, where I can define a “global index on all fields”.
I know that CrateDB creates a plain index on all fields by default but I would like to know if I can have also a fulltext index on all fields expecially on dynamic ones on nested objects.
Like in elastic or solr where a wildcard index can be associated to a specifig fieldname pattern.
1 Like
You mean something like Dynamic templates?
Afaik that is unfortunately not possible right now with CrateDB, but might something worth to be implemented.
best regards
Georg