What is the best document search engine (perhaps Plucene?) to integrate into Perl code that allows customizing and tuning the search algorithm?
+1
A:
First up, seriously consider Lucene instead - it's much faster and the files it generates are more compatible with other implementations of lucene. There's a dependency on the clucene library but it's worth it if you can.
Actually, KinoSearch is the recommended indexing engine for use with Perl.
jrockway
2009-03-18 16:42:19
2009-03-19 20:53:31
+2
A:
You should also look at swish-e. Really fast, really easy to setup and really flexible. I've used it in lots of projects successfully and it has lots of CPAN support too:
mpeters
2009-03-18 23:50:39
I love SWISH-E and it comes with Perl libraries. I have used it on both Windows and Unix.
meme
2009-10-23 02:20:50
+1
A:
Just to suggest something else: I've enjoyed sphinx. One of the next releases is supposed to get proper "real time updates"; but until then it's rebuilding its indexes very fast.
Ask Bjørn Hansen
2009-03-19 00:47:06