int docID = -1;
while ((docID = docsEnum.nextDoc()) != DocsEnum.NO_MORE_DOCS) {
df++;
if (!_nestedArray.addData(docID, t)) logOverflow(fieldName);
minID = docID;
bitset.fastSet(docID);
int valId = (t - 1 < negativeValueCount) ? (negativeValueCount - t + 1) : t;
while (docsEnum.nextDoc() != DocsEnum.NO_MORE_DOCS) {
docID = docsEnum.docID();
df++;
if (!_nestedArray.addData(docID, valId)) logOverflow(fieldName);