Sort sort = qb.sort().native(new Sort(someSortField, SortField.FIELD_SCORE));
Sort sort = qb.sort().native( "\"sort\" : [ "
+ "{ \"_geo_distance\" : { "
+ "\"pin.location\" : [-70, 40],"
+ "\"order\" : \"asc\", "
+ "\"unit\" : \"km\", "
+ "\"mode\" : \"min\", "
+ "\"distance_type\" : \"sloppy_arc\" }"
+ }, \"_score\" ");