Everytime we rebuild a locator we now need open the configuration tab and click on Geocode Addresses and Find Address Candidates.
@StevenFama this has been a pain point for me for years, but I don't think there is a way manually. I think your best route is to script the rebuild which remembers the settings. I posted a generalized script that I use to rebuild my composite locator on a weekly basis at the link below if it helps.
https://github.com/brianmcleer/Python/tree/main/arcgis-locator-rebuilder
Are you deleting the existing address locator and recreating it each time or are you using the Rebuild Address Locator geoprocessing tool from the Geocoding Tools toolbox?
Using the Rebuild Address Locator GP tool (arcpy.geocoding.RebuildAddressLocator), not delete-and-recreate. The .loc files stay put and just get reindexed.
Since a running geocoding service holds file locks on the .loc, the script stops the service first, rebuilds, then starts it back up. Per composite:
投稿、コンテンツのフォローなどにはサインインしてください。初めてですか?無料で登録しましょう。