Hi, Looks like I've seen same question on apache ignite users list, it may helps you. Here it is : http://apache-ignite-users.70518.x6.nabble.com/Ignite-Using-complex-object-with-nested-attributes-and-search-td6556.html
2017-04-11 1:02 GMT+03:00 waterg <[email protected]>: > Hi Evgenii, thank you for getting back. When you find the issue in Jira, > would you do me a favor to post the link on this thread? > Thank you. > > Best, > Jessie > > On Mon, Apr 10, 2017 at 1:37 PM, Evgenii Zhuravlev [via Apache Ignite > Users] <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=11868&i=0>> wrote: > >> No, you couldn't create index like this at now. There is an issue for >> this improvement in Apache Ignite's Jira, I will find that issue and update >> thread with it. >> >> 2017-04-10 18:16 GMT+03:00 waterg <[hidden email] >> <http:///user/SendEmail.jtp?type=node&node=11866&i=0>>: >> >>> Hello, >>> >>> If I have the following list as value in cache: >>> >>> class Sample{ >>> Integer value1; >>> Date value2; >>> String value3; >>> } >>> >>> List<Sample> list= new ArrayList<>(); >>> cache.put(key, list); >>> >>> Could I create index on the Sample.value1? on Ignite? >>> >>> >>> >>> -- >>> View this message in context: http://apache-ignite-users.705 >>> 18.x6.nabble.com/Index-on-complex-value-object-tp11855.html >>> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >>> >> >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussion >> below: >> http://apache-ignite-users.70518.x6.nabble.com/Index-on-comp >> lex-value-object-tp11855p11866.html >> To unsubscribe from Index on complex value object, click here. >> NAML >> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > > > ------------------------------ > View this message in context: Re: Index on complex value object > <http://apache-ignite-users.70518.x6.nabble.com/Index-on-complex-value-object-tp11855p11868.html> > > Sent from the Apache Ignite Users mailing list archive > <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com. >
