Hi,
There is script I used to create scripted field:
language: painless
type: string
doc['bank_client_entity_name.keyword'].value.toLowerCase()
I wanna to do exact match using scripted field because keyword field is case sensetive so I create scripted field but it is not giving exact match.
please give me solution if I could make type as keyword for scripted field.or any other solution.