I am working on an address locator using parcel polygon as the reference table using general-single field style. I would
like to be able to reverse geocode using coordinates to find out which parcel the point falls in. Using an address locator created with default locator style, if a point is in one parcel polygon but close to the border, the reverse geocoded address may be the address of the neighbor parcel polygon because the point is closer to the neighbor polygon. Following this https://community.esri.com/message/430771. I comment out the convert section so the polygon will not convert to a centroid points. The address locator works well in ArcMap for both geocoding and reverse geocoding. When I publish the locator in ArcGIS server (10.5), my geocoding service doesn't work with the ArcGIS online search widget. I think it may because the output X Y are zero since there are no centroid points are converted. Does anybody have this issue before? How is it solved? Thanks so much.