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 <[email protected]> wrote:

> Okay..alrite..thanks Andrey.
>
> Regards,
> Muthu
>
> On Tue, Jun 20, 2017 at 1:30 PM, Andrey Mashenkov <
> [email protected]> wrote:
>
>> Hi,
>> I mean object fields which are type of String.
>>
>> 20 июня 2017 г. 23:04 пользователь "Muthu" <[email protected]>
>> написал:
>>
>> Okay...btw what is an object String?
>>>
>>> Regards,
>>> Muthu
>>>
>>> On Sat, Jun 17, 2017 at 1:53 AM, Andrey Mashenkov <
>>> [email protected]> wrote:
>>>
>>>> No, only Strings and object String fields are supported.
>>>>
>>>> 16 июня 2017 г. 21:27 пользователь "Muthu" <[email protected]>
>>>> написал:
>>>>
>>>> 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 <
>>>> [email protected]> 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 <[email protected]>
>>>>> 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
>>>>>
>>>>
>>>>
>>>>
>>>
>

Reply via email to