You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content events are currently initialized in IndexingJobService in the method InitContentEvent after the IndexAllOnce.
However, once the application is restarted / redeployed, the content events will be lost unless we'll reindex the whole site again, and for bigger sites it may take couple of hours.
I'm wondering if there's any particular reason why the content events are not initialized during the application startup, but rather in the reindexing job?
The text was updated successfully, but these errors were encountered:
Hi,
The content events are currently initialized in
IndexingJobService
in the methodInitContentEvent
after theIndexAllOnce
.However, once the application is restarted / redeployed, the content events will be lost unless we'll reindex the whole site again, and for bigger sites it may take couple of hours.
I'm wondering if there's any particular reason why the content events are not initialized during the application startup, but rather in the reindexing job?
The text was updated successfully, but these errors were encountered: