Re: Lucene query syntaxt support in TextQuery ?

2017-11-30 Thread zbyszek
Hi Andrew, Indeed, this is related to field names: 1. In ver. 2.3 the solution is to use uppercase names for query to work, although my all fields are lowercase (as you can see in attached example). I would still consider this as a bug though 2. In ver. 2.0 it works as expected - it works for

Re: Lucene query syntaxt support in TextQuery ?

2017-11-30 Thread Andrey Mashenkov
Hi, Have you tries to use lowercase or uppercase for field name, AFAIK field name character's case may be a reason. Would you please, let us know if it help you or not? On Wed, Nov 29, 2017 at 3:24 PM, zbyszek wrote: > Val, thank you for confirmation. > > zbyszek > > > > -- > Sent from: http:/

Re: Lucene query syntaxt support in TextQuery ?

2017-11-29 Thread zbyszek
Val, thank you for confirmation. zbyszek -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Lucene query syntaxt support in TextQuery ?

2017-11-28 Thread vkulichenko
Looks like a regression bug, created a ticket: https://issues.apache.org/jira/browse/IGNITE-7055 -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Lucene query syntaxt support in TextQuery ?

2017-11-28 Thread zbyszek
Hello All, I wonder if anybody could help with the following: I am trying to get Lucene syntax working in my code below. According to this post - http://apache-ignite-users.70518.x6.nabble.com/Can-TextQuery-specify-only-one-field-of-the-class-td2300.html fielded data should be supported (like Tex