Re: Combine SQL and Text Query

2016-09-01 Thread WhiteAncient
ps://apacheignite.readme.io/docs/sql-queries#configuring-sql-indexes-by-annotations > > On Thu, Sep 1, 2016 at 1:43 PM, WhiteAncient <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=7456&i=0>> wrote: > >> If I have the classic POJO >> >> class

Combine SQL and Text Query

2016-09-01 Thread WhiteAncient
If I have the classic POJO class Person{ @QuerySqlField private String genotype; @QueryTextField private String resume; } How do I query "where genotype = 'male' and resume like '%Hello%'" so that it hits the lucene index? -- View this message in context: http://apache-ignite-users.7

Re: H2 console starts with error

2016-08-13 Thread WhiteAncient
I am getting the same error. You are not alone at least :) -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/H2-console-starts-with-error-tp7041p7044.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Ignite 1.7 doesn't play along with ignite-spatial 1.2-incubating

2016-08-12 Thread WhiteAncient
That was exactly the information I needed! Thank you very much for your time to help me out! /J -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-1-7-doesn-t-play-along-with-ignite-spatial-1-2-incubating-tp6950p7009.html Sent from the Apache Ignite Users m

Ignite 1.7 doesn't play along with ignite-spatial 1.2-incubating

2016-08-11 Thread WhiteAncient
Is it that I am using the wrong library somewhere? I have looked around but can't find any newer that has anything to do with this. The interesting row is: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex overrides final method close. The full stacktrace is this: cl