[ 
https://issues.apache.org/jira/browse/IGNITE-5171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16291621#comment-16291621
 ] 

Denis Magda commented on IGNITE-5171:
-------------------------------------

[~pgarg], thanks, I did minor changes and removed the statement that starts 
with "However, note.." because there still might be a tricky way to define 
indexes for inlined objects using QueryEntity API but it will be tricky and 
doesn't worth our efforts to document it.

[~ptupitsyn], could you create a section like below for .NET "Schema and 
Indexes" page?
https://apacheignite-sql.readme.io/v2.3/docs/schema-and-indexes#section-indexing-nested-objects

> 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
>            Priority: Critical
>             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)

Reply via email to