All of the examples I can find on the web relate to date-range filtering. What I need is a time-range filter: i,e 19:00 - 23:30.
So, in this example, I want all hits between 7PM and 11:30, regardless of the day... I'd do this in SQL by doing "Where TIME(column) BETWEEN x and y". Is this possible in elasticsearch? My only solution thus far is to date_histogram by hour, and then filter on the client and add them up, which is kinda lame... -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/943a4cca-ee2c-497a-840e-be39ad821a0f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
