Re: Transaction support in Lucene

2006-11-14 Thread Greg Colvin
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

Re: Oracle Text 10g... or NOT

2006-10-17 Thread Greg Colvin
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)

Re: Does anyone know of software for handling English plurals, "ing," etc?

2006-09-24 Thread Greg Colvin
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