You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current users can specify a "date.type" which will use the dateIndex to subsequently create a "SHARDS_AND_DAYS" variable in the query to subset the shards to be actually searched. There are situations where if the end date of the date range is trhe current date, and a specific date type is requested, then there is no need to do that expansions. This needs to be configurable for specified date types.
The text was updated successfully, but these errors were encountered:
Add the ability to configure date types that will not result in date
filter and SHARD_AND_DAYS hint addition if the query's date type is one
that should not be expanded when the query's end date is the current
date.
Fixes#2636
Current users can specify a "date.type" which will use the dateIndex to subsequently create a "SHARDS_AND_DAYS" variable in the query to subset the shards to be actually searched. There are situations where if the end date of the date range is trhe current date, and a specific date type is requested, then there is no need to do that expansions. This needs to be configurable for specified date types.
The text was updated successfully, but these errors were encountered: