Elastic Search Parent-Child Data Search Java API
问题 I am new to ELastic Search. Data in Elastic search is in Parent-Child Model.I want to perform search in this data using java api. parent type contains author details and child type contains book details like book name,book publisher, book category. While performing a search on child details,I need to get the parent details also and vice versa. Sometimes search conditions will be on parent type as well as child. eg search for books written by author1 and type Fiction . How can i implement this