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?
Copyright © 2021 Jogjafile Inc.
You can specify your nested attribute with annotation @Field: