janhoy opened a new issue, #12: URL: https://github.com/apache/solr-orbit-workloads/issues/12
`random_dates()` in `nyc_taxis/workload.py` generates pickup/dropoff ranges only within January 1–15, 2015. The full dataset covers the entire year, so queries consistently hit the same narrow index segment, skewing latency results. ## Fix Extend the range to cover all of 2015, matching the actual corpus distribution. **File:** `nyc_taxis/workload.py` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
