I was wondering... how does the TrieField precisionStep value affect the speed of non-range queries and sorting?
I'm assuming that int (precisionStep=0) is no slower than tint (precisionStep=8) for these - is that correct? tint is just faster for range queries? Is int any faster than tint for these? Does tint having more terms slow it down in any significant way? -Michael