You are designing an Azure Stream Analytics solution to count tweets in each 10-second window, ensuring each tweet is counted only once. You implement a hopping window with a hop size of 5 seconds and a window size of 10 seconds. Does this solution meet the goal?