Description
This hits an assert in SpanScorer because it breaks the javadocs contract of Spans.nextStartPosition():
- Returns the next start position for the current doc.
- There is always at least one start/end position per doc.
- After the last start/end position at the current doc this returns NO_MORE_POSITIONS.