Yeah, it's clear now.

You can use query syntax from Apache Lucene:
https://lucene.apache.org/core/2_9_4/queryparsersyntax.html
Name of the field, in this case, should be in uppercase.

For example: "A:query"

Evgenii

2017-07-19 12:01 GMT+03:00 iostream <sidds.mo...@gmail.com>:

> I know how to use @QueryTextField (as can be seen in my example).
>
> When I perform a TextQuery it scans on all fields that I have used the
> annotation on. I want the TextQuery to run only on one field and not on all
> fields in my cache object.
>
> Is my question clear?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Question-about-QueryTextField-tp15111p15113.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to