Denis Magda created IGNITE-5171:
-----------------------------------
Summary: Show how to make index fields of embedded objects
Key: IGNITE-5171
URL:
https://issues.apache.org/jira/browse/IGNITE-5171 Project: Ignite
Issue Type: Sub-task
Reporter: Denis Magda
Assignee: Denis Magda
Fix For: 2.1
Document and demonstrate how to index and use fields of embedded objects:
https://apacheignite.readme.io/v2.0/docs/indexesFor instance, if we have this object
Person {
int age;
int id;
Addrees addr;
}
where Address includes {street and zip} fileds.
Show how to index {{street}} and {{zip}} and use from SQL.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)