RavenDB-18144 Initial dynamic Fields support for Corax
Issue link
https://issues.hibernatingrhinos.com/issue/RavenDB-18144
Started to implement this. Right now we only have simple & tuple values wired, and we can both read & write. Need to still finish wiring everything else (Spatial, enumerable, etc).
And still need to wire the actual indexing. Adding this right now for early review.
Pushed a big change now. The tests for dynamic fields aren't passing, but all the others are on my end
We need to think about how we can handle sorting on dynamic fields. But first, I think we need to wire dynamic fields from RavenDB and see how that works.
We need to think about how we can handle sorting on dynamic fields. But first, I think we need to wire dynamic fields from RavenDB and see how that works.
Most likely what we want to do there is just sort the indexes in the metadata table. That would solve it anyways.
This was merged as part of https://github.com/ravendb/ravendb/pull/15000