-
Notifications
You must be signed in to change notification settings - Fork 395
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
Reverse geocoder with Lucene #227
Conversation
Codecov Report
@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 79.1% 86.46% +7.36%
==========================================
Files 312 313 +1
Lines 10183 10253 +70
Branches 335 558 +223
==========================================
+ Hits 8055 8865 +810
+ Misses 2128 1388 -740
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #227 +/- ##
===========================================
- Coverage 86.39% 59.27% -27.13%
===========================================
Files 312 313 +1
Lines 10182 10252 +70
Branches 333 559 +226
===========================================
- Hits 8797 6077 -2720
- Misses 1385 4175 +2790
Continue to review full report at Codecov.
|
Related issues
#154
Describe the proposed solution
Reverse geocoder implementation with Lucene index with GeohashPrefixTree and RecursivePrefixTreeStrategy.
TBD
Describe alternatives you've considered
TBD