views:

1887

answers:

6

-edit-

The question do not says it all. :)

It may run on Unix and it will be used for email searching (Dovecot, Postfix and maildir).

Lucene is not a problem, im just analyzing some alternatives.

+1  A: 

The ones I can come up with now is native DBMS-full-text-indexing (MSSQL, MySQL both has implementations for it) aswell as Sphinx http://www.sphinxsearch.com/about.html

The advantage with Sphinx is easier integration with MySQL and PostgreSQL, however Lucene is more feature-rich.

jishi
+3  A: 

There is a good discussion on slashdot.

Gulzar
Thank you for the link. Really helpful.
Rui Carneiro
A: 

Some alternative indexers are mentioned here:

http://stackoverflow.com/questions/120965/which-search-technology-to-use-with-asp-net

Nick
+1  A: 

For simple things native full-text search of your RDBMS.

vartec
+3  A: 

would need to know what problems you're having with Lucene, but Xapian is worth a look.

Paul Dixon
Im not having any kind of problems, im just wondering what the alternatives were.
Rui Carneiro
+2  A: 

Minion from Sun Labs is a very interesting alternative to Lucene and Xapian.

Among other interesting features, it supports search results clustering.

Sergey