: A particular document can have several date windows.
: Give a specific date, only return those documents where that date
: falls within at least one of those windows.
: Also, note that there are multiple windows here for a single
: document, we can't just search between min start and max end.
T
Hi All,
I've been thinking about this problem for some time now. I'm trying
to figure out a way to store date windows in lucene so that I can
easily filter as follows.
A particular document can have several date windows.
Give a specific date, only return those documents where that date
fa