Just reading up on indexing and I am not sure exactly when I should use a “hash” over “exact” for a eq based search. Should I ever use exact? Documentation says I should use “hash” with a long string which is a little ambiguous. Would a timezone be a long enough string?
Example: ‘Australia/Sydney’
Also your search tutorial example uses “term” and “exact” as indexes but your documentation indicates you should not do this? Is the documentation correct? Or am I missing something.
