nextOrd
Returns the next ordinal for the current document. It is illegal to call this method after .advanceExact returned false. It is illegal to call this more than .docValueCount times for the currently-positioned doc.
Return
next ordinal for the document. ordinals are dense, start at 0, then increment by 1 for the next value in sorted order.