-
Lucene versues Oracle Text search (6 messages)
- Posted by: Shanker Srivastava
- Posted on: December 19 2004 01:59 EST
How does Lucene's text search capabilities and performance compare to that of Oracle Text(Oracle Text has full text search capabilities). Can someone please elaborate on this ?Threaded Messages (6)
- Lucene versues Oracle Text search by Irakli Nadareishvili on December 26 2004 14:09 EST
- Lucene versues Oracle Text search by Rafael Oropeza on March 05 2005 07:37 EST
- Re: Lucene versues Oracle Text search by Samarth Bhargava on April 23 2007 10:26 EDT
- Polish language in Lucene by Andrew Puerta on March 13 2010 14:17 EST
-
Re: Polish language in Lucene by Bröt Burke on March 13 2010 05:03 EST
- Polish language in Lucene by Andrew Puerta on March 15 2010 02:29 EDT
-
Re: Polish language in Lucene by Bröt Burke on March 13 2010 05:03 EST
- Lucene versues Oracle Text search by Rafael Oropeza on March 05 2005 07:37 EST
-
Lucene versues Oracle Text search[ Go to top ]
- Posted by: Irakli Nadareishvili
- Posted on: December 26 2004 14:09 EST
- in response to Shanker Srivastava
Lucene has an oustanding performance. Probabely, even better than Oracle full-text search.
However, if you are looking in an internationalized search (by far, if your text is in any other language except English, German or French) Lucene may not be very suitable unless you write an extensiion to it to adopt to your locale/language.
Oracle comes with more locales supported out-of-the-box.
And yeah - Lucene is open-source :) I think I know some people who appreciate that a lot. -
Lucene versues Oracle Text search[ Go to top ]
- Posted by: Rafael Oropeza
- Posted on: March 05 2005 07:37 EST
- in response to Irakli Nadareishvili
Hi there!
We've used Oracle text search capabilities (specially intermedia features) for almost two and half years for our search engine (buscador.eluniversal.com), but due a lack of performance, we started to evaluate other technologies, mainly not based on database plugins or add-ons.
Lucene fits perfect for this kind of jobs. You can construct your lucene index taking your db content and reindexing your content using any strategy suitable for your project. In our case, our site is a news-content site and index incrementally our database twice a day and the performance is outstanding.
If you are planning to migrate from oracle text search to lucene, don't wait, lucene gives you a lot of functionality to get the job. -
Re: Lucene versues Oracle Text search[ Go to top ]
- Posted by: Samarth Bhargava
- Posted on: April 23 2007 10:26 EDT
- in response to Rafael Oropeza
Hi All, I recently did some performance tuning exercise for a J2EE application which uses oracle text search. Based on that experience I would recommend that before stating that it has performance issues, you may want to try to tune the tables and queries and see whether the tuned system meets your performance requirements or not. I have posted the details of the tuning exercise at my blog at the following location. http://j2ee-performance.blogspot.com/2007/04/oracle-text-search-performance-tuning.html Regards, Samarth Bhargava -
Polish language in Lucene[ Go to top ]
- Posted by: Andrew Puerta
- Posted on: March 13 2010 14:17 EST
- in response to Irakli Nadareishvili
Hello,Are you able to tell me how to write an extension to Lucene to adopt it to polish language?Best regards,Andrew -
Re: Polish language in Lucene[ Go to top ]
- Posted by: Bröt Burke
- Posted on: March 13 2010 17:03 EST
- in response to Andrew Puerta
Have you looked at this http://www.getopt.org/stempel/? Looks like it may be a bit old, but might be a good starting point. -
Polish language in Lucene[ Go to top ]
- Posted by: Andrew Puerta
- Posted on: March 15 2010 14:29 EDT
- in response to Bröt Burke
Yes, I looked at it, but I don't know how to integrate Stempel with Lucene or Xapian. The hitch is that probably I must be able to change some files/libraries from original Lucene's stemmer (snowball). But is it possible to do so? Can anybody tell about it? Anybody changed language in this way?Regards,Andrew