I have a CMS that I want to add search functionality to. There are items that I want to index, but want to exclude from the results conditionally.
For example, there is content that is in a member's only area that I want to include in the results if a member is logged in.
How can something like this be accomplished with Zend Search Lucene?