Re: Scripting in lucene

2019-01-25 Thread Ashok Archunan
Hi Adrien, Using the Groovy script, we modified the existing data in the document from the application server itself for our case, but we still work on one particular case as I discussed before in which we need to retrieve documents based on two indexed fields having same value. For instance, cons

Re: Scripting in lucene

2019-01-09 Thread Ashok Archunan
Thanks for your reply. Is there any way to work near to my data in lucene, we need to send piece of code to our lucene server from the application server and we will process the data with the retrieved store fields using that code. Our use cases will be 1. we want to change already existing data. 2

Re: Scripting in lucene

2019-01-09 Thread Adrien 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 related to scripting in lucene. Consider a scenario where I > need to