I try to use lucene search in j2ee server (generic).
Problem - improve performance.
- Server works with java 1.4.
- Many ( > 100) call for each client.
- Index less then 1 documents.
- Index changed very rare.
- can't use MBean as JBoss.
- can't use java 1.5
1. If use RemoteSearchable and
Thanks for the reply. I was indeed using the 1.4.3 API, when I actually had
to use the 2.0 version. Thanks for pointing that out. Everything is working
now.
Kind regards,
Nick Snels
On 12/24/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
You appear to be trying to use an old method from the