ravendb icon indicating copy to clipboard operation
ravendb copied to clipboard

RavenDB-18144 Initial dynamic Fields support for Corax

Open ayende opened this issue 3 years ago • 3 comments

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.

ayende avatar Sep 12 '22 19:09 ayende

Pushed a big change now. The tests for dynamic fields aren't passing, but all the others are on my end

ayende avatar Sep 13 '22 23:09 ayende

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.

ayende avatar Sep 17 '22 12:09 ayende

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.

redknightlois avatar Sep 19 '22 13:09 redknightlois

This was merged as part of https://github.com/ravendb/ravendb/pull/15000

arekpalinski avatar Sep 30 '22 06:09 arekpalinski