Graphhopper Routing and Lucene/Solr

Hi,

I’m wondering how we might be able to tie in commute time search with Graphhopper and our Solr search engine.

I’m thinking of creating a Solr query that internally uses com.graphhopper.routing.DijkstraOneToMany to query from query point (and time/distance constraints) to each doc’s lat/log.

Would this be the right approach, would this be performant for say 100K+ results?

Is anyone aware of any existing Lucene/Solr integration?

Many thanks

Dan

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.