Weights to Geo Bounding Boxes

In a function score calculation, if I assign a weight to a geo-bounding box as below,


weight : 4
filter :
geo_bounding_box :
location :
top_right : tg
bottom_left : t3

Do I get my results with equal weights(4, in this case) assigned to all t7, te, tg, t6, td, tf, t3, t9, tc?
Or is there any way in which I can filter all relevant results with in all these 9 sets but with a higher preference to the documents with td location?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.