Re: Need help on defining custom scorer in Lucene 9

2022-04-03 Thread Michael Wechner
Hi Lokesh IIUC each document (like for example a shop description) has a longitude and a latitude associated with. The user search input are some keywords and the the user's geo location. The keywords you use to search for the documents and the users's geo location you would like to use for

Need help on defining custom scorer in Lucene 9

2022-04-03 Thread Lokesh Mavale
Hi Team, I am little bit familiar with Lucene, and I have a problem statement in hand to score each document based on the value of the field. Value will be of type GeoPoint { Lat Long } And in the qry I will be getting other pair of lat, long and distance from that lat long. I have figured out