You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2017/11/06 23:14:00 UTC

[jira] [Updated] (IGNITE-5171) Show how to index fields of embedded objects

     [ https://issues.apache.org/jira/browse/IGNITE-5171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Magda updated IGNITE-5171:
--------------------------------
    Description: 
Document and demonstrate how to index and use fields of embedded objects:
https://apacheignite-sql.readme.io/docs/schema-and-indexes

For 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.

  was:
Document and demonstrate how to index and use fields of embedded objects:
https://apacheignite.readme.io/v2.0/docs/indexes

For 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.


> Show how to index fields of embedded objects
> --------------------------------------------
>
>                 Key: IGNITE-5171
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5171
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>            Reporter: Denis Magda
>            Assignee: Denis Magda
>             Fix For: 2.4
>
>
> Document and demonstrate how to index and use fields of embedded objects:
> https://apacheignite-sql.readme.io/docs/schema-and-indexes
> For 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.4.14#64029)