Skip to content Skip to sidebar Skip to footer
Showing posts with the label Groovy

Elasticsearch Groovy Script Syntax For Generation Of Nested Fields

The below simple ES Groovy script takes a python dictionary with order data (orderItem) and appends… Read more Elasticsearch Groovy Script Syntax For Generation Of Nested Fields

Parse Json In Groovy To Get Values (python Dict)

I have a dictionary that I get as a python dictionary in groovy which I then assign to a variable x… Read more Parse Json In Groovy To Get Values (python Dict)