Hi,

Is it possible with Ignite to index or query fields of entity children ?
An example would be two structures, one embedded into another.
When I query for ProductSpecification entity, I'd also like to return
catalogId value or possibly search on those fields ? But I couldn't
find any relevant documentation on this subject.

Classes:

public class ProductSpecification
{
  private String name;
  private CatalogValue characteristic;
}

public class CatalogValue
{
 private int catalogId;
 private String name;
}





--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Indexing-Querying-of-child-element-fields-tp1704.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to