Is there a way to index time or date ranges? That is, assume 2 docs: #1: date = 2014-01-01 #2: date = 2014-02-01 through 2014-05-01
Would there be a way to index #2's date as a single field and have all the search options you usually get with time/date? One strategy could be to index the start and stop values separately. Just wondering if there's a fancier option out there. Thanks, Ryan