Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Is SF_PROPERTY_END_TIME still supported?

Hello,

 

I’m putting together a design for a visit log, e.g. a ship visits a port, and is there from Date arrivalDate to Date departureDate (so the record would include ship ID, port ID, port location, arrivalDate and departureDate). I was wondering if SF_PROPERTY_END_TIME was still being used in the index, and whether temporal queries use it. You might imagine that I’d like to be able to query a location for visitors at some Date queryDate, and have all visitors whose arrivalDate and departureDate bracket queryDate returned. Will the current indexing structure support queries of that type?

 

Thanks!

 

Ben


Back to the top