This script was made possible by the September 3rd release of the CSOM SDK which implements user profile write support. And DO NOT run it from a SharePoint Online Management Powershell, use a regular Powershell with no special cmdlets loaded. If not you get CSOM DLL hell.
Problem: You map an existing (or new) crawled property corresponding to a user profile property to a new managed property you want to use in search (phew). After the mapping, you wait and you wait and you wait (as you cannot start a full crawl yourself in SPO)… and you never get a value in your managed property. You curse some, you Google some, you post some questions in forums or Yammer. Then you go and edit your user profile in the SPO UI, wait some more.. and voila the value is there. You’re seriously baffled at the randomness and think to yourself
How the
(don’t worry - my script will help you out!)
Ok.. these are my findings as per December 10th 2014 (subject to change)
- There are no full crawls executed on user profiles
- User profiles are incrementally crawled at a 4 hour interval – Seen as low as 2 hours during the night and as high as 8h during the day
- Working with search and user profiles in SPO will require patience – no way around it unless you hit the crawl schedule right on
You still have to wait 2-8 hours for data to appear in the index, but it will appear - eventually.
Want the script….. head over to https://github.com/wobba/SPO-Trigger-Reindex where you also will find my script to trigger content indexing in SPO.
You can find my post about re-indexing content at http://techmikael.blogspot.no/2014/02/how-to-trigger-full-re-index-in.html