Lucene Indexes Going Stale Weekly
Content
The way my company is using EDMCS has resulted in multiple viewpoints, converters, and subscriptions between different applications. The volume of changes appears to have become an issue for the way indexes occur. The stale indexes results in users unable to perform searches within the application. Due to the volume of changes this requires us to run the undocumented "reindexall" REST API.
Has anyone been running into this same issue, or heard about intentions to resolve it on the server side? Our current work around is to manually trigger the reindexall, but we intend on using powershell to trigger it in the future.
1