Is it possible to create a geo based pricing usecase with elasticsearch for retail index? Say, I search for a jacket from SFO, it should be $50 but from Denver, it should be $45. I see geo shape feature but how do you apply it given there are several cities? Please help!
What is the business rule?
I mean that you can get the "sort" value when doing geo-distance sort and then may be multiply this number with the base price of each hit?