Andriy Redko
Andriy Redko
It seems like it is supported already? See https://github.com/opensearch-project/security/issues/2414 please
@fazir83 I believe that there is quite a gap in `security` plugin documentation related to detailed instruction of how additional appenders should be configured: modifying `/etc/opensearch/log4j.properties` is clearly not the...
https://github.com/spring-projects/spring-data-elasticsearch/issues/2942
Coming in Spring Data Elasticsearch 5.4
Since Spring Data Elasticsearch 5.4.0, it is supported using `mappedTypeName` attribute of the `@Field` / `@InnerField` annotation, for example: ``` @Field(type = FieldType.Flattened, mappedTypeName = "flat_object") String flattenedField; ```
> In this case we can just create `BooleanQuery { ssDvRangeQuery, ...}`. It may lately fail with too many clauses, and it's reasonable. Note: it will be a way better...
LGTM, thanks @mkhludnev ! @msfroh anything from your side?
@msfroh LGTY? thanks!
> Thank you so much, @reta @msfroh! Thanks to you @mkhludnev !
Thanks @CodePrometheus for this feature, I double @codefromthecrypt 's suggestion to go with contrib first, happy to help here