lucene - Solr Geo based search -


we starting use solr geographic based search engine. provide gps location, , radius , keyword. unclear if solr first restricts gps location, keyword search, or if first keyword search , reduces results filtering our results outside of radius ... first case preferable in our situation, have many data sets on all, small subset in location, increasing speed of search.

thanks!

first of - solr not have type of queries box. so, see 2 ways - boost fields gps location, so, matching them give more boost, , results higher score, or write own type of query, measure distance between needed location , location in docments check match.

second way - - not related solr, i've work mongodb little, , have geosearch feature. more information check (http://docs.mongodb.org/manual/reference/command/geonear/)


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -