>
>> On Mon, Jan 7, 2019 at 1:45 AM Ashok Archunan
>> wrote:
>> >
>> > Dear team,
>> > I have query related to scripting in lucene. Consider a scenario where I
>> > need to create a new field(Full_Name) by means of merging two existing
>>
Grand Hi Ashok,
>
> This isn't something that expressions can do, expressions have been
> designed for sorting and scoring and can only manipulate numbers.
>
> On Mon, Jan 7, 2019 at 1:45 AM Ashok Archunan
> wrote:
> >
> > Dear team,
> > I have query r
Hi Ashok,
This isn't something that expressions can do, expressions have been
designed for sorting and scoring and can only manipulate numbers.
On Mon, Jan 7, 2019 at 1:45 AM Ashok Archunan
wrote:
>
> Dear team,
> I have query related to scripting in lucene. Consider a scenario
Dear team,
I have query related to scripting in lucene. Consider a scenario where I
need to create a new field(Full_Name) by means of merging two existing
field (First_name + Last_name = Full_Name) and also appending new value in
a existing field. These things can be achieved via Scripting