I have an ES index that is created from Java code level when I index a POJO with ElasticsearchClient.
How do I specify that I need certain fields to be type: "nested" in my index?
I have an ES index that is created from Java code level when I index a POJO with ElasticsearchClient.
How do I specify that I need certain fields to be type: "nested" in my index?
You can specify your nested attribute with annotation @Field: