Re: Text Search from Ignite Cache

2023-01-07 Thread John Heitor
Please unsubscribe me from your email list. On Fri, 06 Jan 2023, 09:32 Pavel Tupitsyn wrote: > Ignite has full text search capabilities (based on Lucene engine) with > TextQuery [1] that should perform better for partial matches. > Example: [2] > > [1] >

Re: Ignite with Spring Boot Data JPA

2018-07-11 Thread John Heitor
Great news, glad you managed to get it up and running. I have currently put my Ignite implementation on the back burner due to the fact that it is not yet supporting sql transactions but definitely plan on getting back onto it. Perhaps you can then help me with my HikariCP issue. Cheers On Wed,

Re: Ignite with Spring Boot Data JPA

2018-07-11 Thread John Heitor
Hi, I did forget to mention that Spring boot would not start correctly with Hikari. I therefore also had to add Tomcat jdbc dependency. org.apache.tomcat tomcat-jdbc On Wed, Jul 11, 2018 at 7:33 AM bitanxen wrote: > Hi John, > > Thanks a lot for the

Re: Ignite with Spring Boot Data JPA

2018-07-10 Thread John Heitor
Hi, I am not too sure if this will help but this is my current setup that I have working on Ignite 2.4. jpa.database-platform: org.hibernate.dialect.H2Dialect and have the following Maven dependency. com.h2database h2 1.4.196 Since Spring