Re: [IMPORTANT] Please set your GitHub profile "name" to your Jira "Full Name" for account mapping

2022-07-22 Thread Tomoko Uchida
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

Re: Unclear on what position means

2022-07-22 Thread Michael McCandless
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