You can't search inside a collection with SQL. Instead, you should store
Person and Address separately and link them using foreign keys, similar to
relational database. You can then join these two table in your SQL query.
Refer to the query example [1] for more details.

[1]
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheQueryExample.java

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-Using-complex-object-with-nested-attributes-and-search-tp6556p6573.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to