public override int NextDoc() { m_doc = (m_doc < m_maxID) ? m_orderArray.FindValueRange(m_start, m_end, (m_doc + 1), m_maxID) : NO_MORE_DOCS; return(m_doc); }
public override int NextDoc() { _doc = (_doc < _maxID) ? _orderArray.FindValueRange(_start, _end, (_doc + 1), _maxID) : NO_MORE_DOCS; return(_doc); }