Hey I am looking for a way to do search in our application written in PHP and with the Zend Framework.
The problem I want to fix is that some people write “Windows 95” and others “Windows95” again others “Win 95” or “Win95”.
I have read that there is the Zend_Search_Lucene Module but don’t know if that is the right way to go.
Do you have ideas? It should be written in PHP and should scale well so centralized storage would be extremly nice.
Well ,
my answer have nothing to do with Zend_Lucene because from my point of view ,
I love the way doctrine implement its fulltext search
they name it
Text Analyzers, take a look :source http://www.doctrine-project.org/projects/orm/1.2/docs/manual/searching/en#introduction
I guess you can prepare your query before passing it to lucene and before creating your index