RE: Running Lucene as a stateless session bean

2007-02-22 Thread Walker, Keith 1
Thanks for the suggestions. I'm using the Lucene packaged with Gate, which is lucene-1.3-final.jar (ancient I suppose). I am now seeing the threading problems with GATE, and although I was hoping to stay with Gate in case we need some of it's capabilities, although with the current design we cou

Re: Running Lucene as a stateless session bean

2007-02-20 Thread Doron Cohen
Is that perhaps Lucene 1.4.3? (Current release is 2.1.0, I am not aware of 1.3, such old version is not even in the releases archives). The static parse() was deprecated at 1.9 and removed at 2.0, so it must be Lucene 1.9 or older. Anyhow, at least from Lucene point of view (I am not familiar wit

Re: Running Lucene as a stateless session bean

2007-02-20 Thread markharw00d
Be careful with your use of GATE and multiple threads. I recently had some trouble with their Factory.delete.. methods which ended up requiring a change to the core and this was applied to the 4.0 trunk. A 3.1 patch has not been released so you'll need to be using the latest from SVN (now requi