Hello, I have never worked with Lucene before and I would like to get some help on this topic. Anyways, what I want to achieve is to be able to index and search all 4 tables at once.
I have an event table that contains all user created events. The eventsPeople table contains all user id and status of each user whether this user is attending, rejected, or pending. users table containing basic user info profile containing user address etc... On one of my view, there is a filter dialog box (shared by 3 other screens) that u can filter out based on selected criteria such as age, location, interests, gender, status, etc... I suppose I can query with multiple where clause but that could slow it down. If this is a little confusing, I can explain it a little better. Thanks -- View this message in context: http://www.nabble.com/Lucene-search-recommendation-tp20316220p20316220.html Sent from the Zend Framework mailing list archive at Nabble.com.
