Re: Solr + Groovy

2013-06-03 Thread Erik Hatcher
Yeah, it's currently just for the update side of things. But this issue is open and assigned to me, for one of these days. I set it for my 5.0 radar. Certainly anyone that wants to make this happen sooner than I maybe will possibly hopefully o

Re: Solr + Groovy

2013-06-03 Thread Paul Libbrecht
Achim, have you considered the velocity-response-writer? Together with a thread-local I've been able to turn this thing into a jsp carrier so as to use JSPs as views for solr results. paul On 3 juin 2013, at 20:31, Achim Domma wrote: > Looks interesting, but it's just for the UpdateHandler. R

Re: Solr + Groovy

2013-06-03 Thread Jack Krupansky
: Solr + Groovy Looks interesting, but it's just for the UpdateHandler. Right? Does a similar handler for searching already exist? Achim Am 03.06.2013 um 17:22 schrieb Jack Krupansky: Check out the support for external scripting of update request processors: http://lucene.apache.org

Re: Solr + Groovy

2013-06-03 Thread Achim Domma
Looks interesting, but it's just for the UpdateHandler. Right? Does a similar handler for searching already exist? Achim Am 03.06.2013 um 17:22 schrieb Jack Krupansky: > Check out the support for external scripting of update request processors: > > http://lucene.apache.org/solr/4_3_0/solr-core

Re: Solr + Groovy

2013-06-03 Thread Jack Krupansky
Check out the support for external scripting of update request processors: http://lucene.apache.org/solr/4_3_0/solr-core/org/apache/solr/update/processor/StatelessScriptUpdateProcessorFactory.html Are there any of your requirements that that doesn't address? -- Jack Krupansky -Original Mes

Re: Solr + Groovy

2013-06-03 Thread Michael Sokolov
On 6/3/13 3:07 AM, Achim Domma wrote: Hi, I have some query building and result processing code, which is currently running as "normal" Solr client outside of Solr. I think it would make a lot of sense to move parts of this code into a custom SearchHandler or SearchComponent. Because I'm not a