Native IntegerRange type in Elastic.Clients (8.9) does not serialize correctly

When I use IntegerRange it does not serialize to fields named gt, gte, lt, and lte.

I have an index template which sends my field item_index_range to an explicit integer_range type. I shouldn't need to do any mapping at all. It puts it in as my class name itemIndexRange and my template doesn't know what that is.

Is there something I'm missing? Is this a bug?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.