Sounds like a standard graph-database problem. I think some GraphDBs integrate with Solr (or at least Lucene) for search.
Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 5 December 2014 at 01:11, Robin Woods <woods4s...@gmail.com> wrote: > Hello, > > Anyone implemented Solr for searching the flights between two destinations, > sort by shortest trip and best price? is geo-spatial search a right module > to use? > > Thanks!