Hi all,
shortly my problem: I want to filter services based on timetables, let's consider the next timetable for a day: on the date of 15.10.2010: 10:00 - 11:00 12:00 - 12:30 14:30 - 16:00 17:00 - 20:00 how could i store the timetable in Solr and efficiently search in it (let's say filter those timetables which has an availability at 15:00) ? not to mention, that each service has a duration (so, if the service takes 90 mins, filtering by 15:00 shouldn't return the previous timetable, because there is not enough free time (just 60 mins in the above example)) how to solve this? any hints? regards, Rich