RE: setting a large positionIncrementGap
> Separately: why do you want to make the gap so large? No reason, really. I'm just curious about how it works under the covers. -Michael
Re: setting a large positionIncrementGap
This gap is vInt encoded in the index, so you'll use more bytes as you increase it (but only per-additional-field-value, ie, on the transition from one field to another). Also the max the position is allowed to be is roughly 2.1B (Integer.MAX_VALUE), so don't set the gap to something that could ov