hi ,
we have a lucene based search interfaced to our eperl based site via Inline::java(client/server model ).


Given The extreme load of our site( .7 million searches dialy ) what would be better ? interfacing with Inline::Java using

1. JNI ( seemingly a tough job given that we *have* to run a ancient version =>5.003 :( )

or

2. A Java based ( http/XML/whatever..) server which acts like a search server which gets in the Lucene query and spews out results over the network ..( ne Open Source Options ??)

Plucene is out of the question because of code rework...

regards
Ankit.

Reply via email to