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

Re: Manifoldcf2.10 - Sending user-defined fields to solr

2019-01-09 Thread Erick Erickson
You'd probably get more knowledgeable info from the Manifold folks, I don't know how many people on this list _also_ use Mainfold... Best, Erick On Wed, Jan 9, 2019 at 5:48 AM subasini wrote: > > Hi > I am using manifoldcf 2.10 and Solr 7.6.0. > I can crawl my website and indexing done in Solr s

Manifoldcf2.10 - Sending user-defined fields to solr

2019-01-09 Thread subasini
Hi I am using manifoldcf 2.10 and Solr 7.6.0. I can crawl my website and indexing done in Solr successfully. Now I want to send one key-value pair from manifoldcf which should appear in Solr. For different websites, the value will be different so that I can use the same for filtering in my solr qu