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 language using Elastic search (Update API). But the real case is, can we do the same in lucene using any external scripting package or can we achieve these using Expression class in lucene?. Please let me know once you received the mail.
Thanks and Regards, Ashok Archunan.