Hi, I wrote some code that iterates through an int field terms using a TermsEnum and it works great.
Tried the same code on a Trie Int, precision step 8 field and the code no longer works properly, because of the precision step terms in the index. How can I distinguish between the original term and the precision step terms while iterating through the TermsEnum? Thanks, Joel
