Currently, our GeoTools data store will create a SpatialQuery object for all queries against any index. In particular we want to be able to utilize the spatial-temporal index if both spatial and temporal bounds are given, but this could be generally useful for querying by any property/dimension, and an index will not work if some bounds are not provided for an indexed field.
Currently, our GeoTools data store will create a SpatialQuery object for all queries against any index. In particular we want to be able to utilize the spatial-temporal index if both spatial and temporal bounds are given, but this could be generally useful for querying by any property/dimension, and an index will not work if some bounds are not provided for an indexed field.