Apparently Zend Lucene suffers from troubles on 64 bit machines, several bugs
( Exception opening index on 64bit platforms, Lucene doesn't work on 64-bit ). Thats the bad news!
The good news is that those bugs can be easily be fixed, the solution is here.
Posts mit dem Label lucene werden angezeigt. Alle Posts anzeigen
Posts mit dem Label lucene werden angezeigt. Alle Posts anzeigen
Donnerstag, 26. Februar 2009
Zend Lucene 64bit troubles
Labels:
64bit,
apache,
bug,
lucene,
search,
search engine,
zend,
zend framework
Sonntag, 22. Februar 2009
Zend Lucene and Java Lucene
If you want to realize a fulltext search engine you can't ignore Apache Lucene and its port for Java. This powerful implementation uses a reverse index, like google does, and its results are pretty good.
Unfortuantely most webhoster won't support Java therefore you could switch to the PHP port of lucene implemented by the PHP framework Zend, called Zend Lucene.
Thankworthy both implementations are compatible, you just have to consider the right version. Currently Zend supports the lucene index till version 2.3, though Apache lucene has already released version 2.4.
Older apache lucene releases can be downloaded from the maven repository
Unfortuantely most webhoster won't support Java therefore you could switch to the PHP port of lucene implemented by the PHP framework Zend, called Zend Lucene.
Thankworthy both implementations are compatible, you just have to consider the right version. Currently Zend supports the lucene index till version 2.3, though Apache lucene has already released version 2.4.
Older apache lucene releases can be downloaded from the maven repository
Abonnieren
Posts (Atom)