I have Index "A" with Two fields **"Latitude"** and **"Longitude"** ,now I want my python script fetch these two fields from Index"A" and calculated **distance** (using internal logic) and then indexed this **distance** field into Index "B".
Please help me out to complete this task .
↧