Florian Bernd
Florian Bernd
Yes, this case would work.
@tabareh Yes, this will be available after I released a fix.
@andrewrauber If it's only about the `GeoShapeQuery`, I can offer to include it in the next release. The `Shape` property would be of type `object` which means you have to...
@andrewrauber `GeoShapeQuery` and `ShapeQuery` is now available with the release of [8.14.7](https://github.com/elastic/elasticsearch-net/releases/tag/8.14.7).
Yes @marcosrobles-qo, the `RawJsonQuery` is currently not working as intended and will most likely get removed completely. Is there a specific reason for you to use the `RawJsonQuery` over the...
> I should limit the scope and create endpoints for each specific kind of query dsl I use? This would be the preferred way. The RawJsonQuery was never meant to...
> any news regarding this topic `RawJsonQuery` in this form won't come back. See my above comment: > The RawJsonQuery was never meant to be an actual feature, but a...
The `Remove` processor uses `Fields` instead of `Field` . C# does not do "transient" implicit conversions here, which is a little bit inconvenient .. Fields supports conversion from e.g. `string[]`,...
Both issues are fixed since 8.19.x and 9.x.
Hey @niemyjski , I think that's the same root cause as in #7812 (no descriptors are generated for union types). This should be available again after my descriptor rework 🙂