Re: Query related to GeoSpatial Search

2018-02-18 Thread Aakanksha Gupta
gt; add another timestamp query MUST clause. > > Use this: > https://lucene.apache.org/core/6_1_0/core/org/apache/ > lucene/search/BooleanQuery.html > > On Feb 17, 2018, at 10:50 PM, Aakanksha Gupta < > aakankshagupta2...@gmail.com> wrote: > > I have an assign

Query related to GeoSpatial Search

2018-02-17 Thread Aakanksha Gupta
I have an assignment to find cab drivers close to a given user's location(similar to Grab/Lyft). I have the drivers' location(latitude, longitude) with timestamp. This data is pushed by their mobile to my server every 2 minutes. When a user requests a ride, I need to find the nearest driver availab