Replies: 1 comment
-
I agree, we will probably have to provide an abstraction to hide the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current implementation of the Geocoder is dependant on Lucene.
This has benefits because it is very easy to insantiate a custom Geocoder inline like so :
However if we'd like to make another Geocoder that is not dependant on Lucene, maybe one that uses a different search engine, we are stuck.
The Geocoder also returns a Response object that contains Lucene specific documents which should be abstracted too.
Beta Was this translation helpful? Give feedback.
All reactions