I am developing a social network kind of web application. I want to enable my users to search for people. As I am using Zend framework, Zend search lucene looks like a nice choice to create search functionality but there is no tutorial on web that can suit my needs. Is zend search written for searching from web pages only? Should I use Zend search or I should use simple like query and create the entire functionality my self?
Share
Zend_Lucene is meant for every possible data . When you got raw data (like from database without in a special format .html or .doc) then you need to build your own document yourself . Which is good thing since it gives you lot more options
consider you got User table