Last I looked at this, I thought that mapping transactions
onto Lucene segments was the way to go.
On Nov 14, 2006, at 11:19 AM, Rajesh parab wrote:
Hi Mike,
Thanks for the feedback.
I am talking about transaction support in Lucene only. If there is
a failure during insert/update/delete of d
Another option is to run Lucene inside your Oracle instance using
it's JVM. This might help with combining Lucene and Oracle search
results.
On Oct 17, 2006, at 12:39 PM, Chris Lu wrote:
Several additional reasons I can think of:
1) Being able to control the algorithsm, for example,
1.1)
Snowball, a generalized stemming facility:
http://snowball.tartarus.org/
Where Snowball hooks into Lucene:
http://lucene.apache.org/java/docs/api/net/sf/snowball/
SnowballProgram.html
Where to get Snowball for Lucene:
http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/snowba