Not quite, comma separated String will be tokenized by Lucene StandartTokenizer, according to Unicode standard [1].
I'd recommend to use ", " (comma with a space character) as separator. [1] http://unicode.org/reports/tr29/ On Tue, Jun 20, 2017 at 11:55 PM, Muthu <muthu.kumara...@gmail.com> wrote: > The objects in my ignite cache have a List<String> as member...so i have > to change it to a comma separated String if i have to able to perform text > searches..correct? > > Regards, > Muthu > > On Tue, Jun 20, 2017 at 1:49 PM, Muthu <muthu.kumara...@gmail.com> wrote: > >> Okay..alrite..thanks Andrey. >> >> Regards, >> Muthu >> >> On Tue, Jun 20, 2017 at 1:30 PM, Andrey Mashenkov < >> andrey.mashen...@gmail.com> wrote: >> >>> Hi, >>> I mean object fields which are type of String. >>> >>> 20 июня 2017 г. 23:04 пользователь "Muthu" <muthu.kumara...@gmail.com> >>> написал: >>> >>> Okay...btw what is an object String? >>>> >>>> Regards, >>>> Muthu >>>> >>>> On Sat, Jun 17, 2017 at 1:53 AM, Andrey Mashenkov < >>>> andrey.mashen...@gmail.com> wrote: >>>> >>>>> No, only Strings and object String fields are supported. >>>>> >>>>> 16 июня 2017 г. 21:27 пользователь "Muthu" <muthu.kumara...@gmail.com> >>>>> написал: >>>>> >>>>> Great!...thanks for the info...how about a list of strings >>>>> (List<String>)...will it also be handled (an array value in the key-value >>>>> pair)? >>>>> >>>>> Regards, >>>>> Muthu >>>>> >>>>> On Fri, Jun 16, 2017 at 2:03 AM, Andrey Mashenkov < >>>>> andrey.mashen...@gmail.com> wrote: >>>>> >>>>>> Hi Muthu, >>>>>> >>>>>> Yes, field value will be tokenized with Lucene StandartAnalyzer [1]. >>>>>> >>>>>> [1] http://lucene.apache.org/core/3_5_0/api/core/org/apache/ >>>>>> lucene/analysis/standard/StandardAnalyzer.html >>>>>> >>>>>> On Fri, Jun 16, 2017 at 2:45 AM, Muthu <muthu.kumara...@gmail.com> >>>>>> wrote: >>>>>> >>>>>>> Folks, >>>>>>> >>>>>>> If a field annotated with @QueryTextField contains comma separated >>>>>>> values would this be tokenized before being indexed by Lucene? How does >>>>>>> it >>>>>>> work? >>>>>>> >>>>>>> Regards, >>>>>>> Muthu >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Best regards, >>>>>> Andrey V. Mashenkov >>>>>> >>>>> >>>>> >>>>> >>>> >> > -- Best regards, Andrey V. Mashenkov