Field mapping is already in place like this.
"properties": {
"location": {
"type": "geo_point"
}
}
where i should store the file content to query based on field. like my query would be fetch all profiles who's location (geo point) exist within 20km of the geo points provided in the csv file.