Hi all,
we created account mapping (Jira user to GitHub account) for issue
migration to GitHub. Please make sure your account is correctly mapped.
https://github.com/apache/lucene-jira-archive/blob/main/migration/mappings-data/account-map.csv.20220722.verified
The mapping was generated in the
Hi Kendall,
"Position" and "Offset" are often confused in Lucene ;)
Lucene uses offset to track what you referred to ("(character, not byte)
offset into a text file", or into an indexed string).
Lucene uses position to track the Nth token: position 0 is first token,
position 1 is the second toke