We have many different types of objects that we are indexing with Lucene (coupons, roadtrips, events, attractions, etc).
Because events and coupons can expire, we would like to apply a date filter to the query to filter out the expired items, but the problem is that there are other objects like attractions and roadtrips that do not expire. Anything that doesn't have a start/end date would be filtered out of the results. While I could add a future date to these documents, this kind of feels hackish and I would be interested in other ideas on how to filter out expired documents. Thanks for your time. Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]