Re: Scripting server side

2016-02-02 Thread Scott Stults
Are you trying to manipulate the query with a script, or just the response? If it's the response you want to work with, I think your only options are using Velocity templates or XSLT. For working with the query you'll either have to make your own QueryParserPlugin or intercept the request before it

Scripting server side

2016-01-24 Thread Vincenzo D'Amore
Hi, looking at Solr documentation I found a pretty interesting processor which is able to execute scripting languages server side. http://lucene.apache.org/solr/5_4_0/solr-core/org/apache/solr/update/processor/StatelessScriptUpdateProcessorFactory.html As far as I understood, this is useful only