Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Jaro term proximity #511

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

adamdecaf
Copy link
Member

We can roughly assume terms should match within a few positions relative to each other. Queries should contain as many terms as possible and ideally would have rough ordering similar to indexed terms.

@adamdecaf adamdecaf added the enhancement New feature or request label Nov 13, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #511 (53d1fd2) into master (766a672) will decrease coverage by 0.01%.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

❗ Current head 53d1fd2 differs from pull request most recent head 489fc9e. Consider uploading reports for the commit 489fc9e to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #511      +/-   ##
=========================================
- Coverage    8.27%   8.26%   -0.01%     
=========================================
  Files          44      44              
  Lines        3492    3496       +4     
=========================================
  Hits          289     289              
- Misses       3180    3184       +4     
  Partials       23      23              

@adamdecaf adamdecaf merged commit e3971be into moov-io:master Nov 13, 2023
17 checks passed
@adamdecaf adamdecaf deleted the reduce-jaro-term-proximity branch November 13, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants