You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Erik Hatcher <er...@ehatchersolutions.com> on 2007/09/01 23:17:55 UTC

Re: performance questions

On Aug 30, 2007, at 11:37 PM, Walter Underwood wrote:
> Sorry dude, I'm pining for Python and coding in Java. --wunder

No need to be sorry.... well, unless you do really enjoy forced  
whitespace and __init__ ugliness.  :)

Why don't we tie in scripting engine support into Solr via BSF or the  
javax extension methods?

What about the new release of jython?

	Erik


>
> On 8/30/07 6:57 PM, "Erik Hatcher" <er...@ehatchersolutions.com> wrote:
>
>>
>> On Aug 30, 2007, at 6:31 PM, Mike Klaas wrote:
>>> Another reason why people use stored procs is to prevent multiple
>>> round-trips in a multi-stage query operation.  This is exactly what
>>> complex RequestHandlers do (and the equivalent to a custom stored
>>> proc would be writing your own handler).
>>
>> And we should be writing those handlers in JRuby ;)   Who's with me?
>>
>> Erik
>>