-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.
-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.
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.
Some alternative indexers are mentioned here:
http://stackoverflow.com/questions/120965/which-search-technology-to-use-with-asp-net
would need to know what problems you're having with Lucene, but Xapian is worth a look.