Remove similar (geographic/named) results
Hi *, I'm indexing public transport stops in a Lucene 9.7.0 index in order to get a fuzzy stop search for start/end points for a trip planner. The documents look like this: [ { "id": "MARTA:485", "name": "ASHBY STATION", "coordinate": { "lat": 33.756478, "lon": -84.417
Re: Remove similar (geographic/named) results
I should perhaps add a link to the search code: https://github.com/opentripplanner/OpenTripPlanner/blob/830e06bf06d603d38a26743fbed4378e332634dc/src/ext/java/org/opentripplanner/ext/geocoder/LuceneIndex.java#L281-L315 - To unsubs