associationPayloadIter = new PayloadIntDecodingIterator(
reader,
// TODO (Facet): should consolidate with AssociationListTokenizer which
// uses AssociationEnhancement.getCatTermText()
new Term(field, AssociationEnhancement.CATEGORY_LIST_TERM_TEXT),
new SimpleIntDecoder());
// Check whether there are any associations
hasAssociations = associationPayloadIter.init();
ordinalToAssociationMap = new IntToIntMap();