I am trying to build a geo Index but in my case the the lat and long are stored in the Records.Address.Longitude and Records.Address.Latitude like below screen shot of part of my doc.
So my question is how can I go and use those 2 fields to generate a geo index when the input box does look like this ? I assume the Field would be Records.Address as it holds the Longitude and Latitude fields but how do i tell it the actual fieldnames as it is not lat and lon and how to avoid to store the whole address object vs only the lat lon ?