is it possible to to implement examine index build on app start event in asynchronous way?
ExamineManager.Instance.IndexProviderCollection[indexName].RebuildIndex());
can help with building indexes.
Just look for a way to do this on app start up in asynchronous way
examine index asynchronous build on demand
is it possible to to implement examine index build on app start event in asynchronous way?
ExamineManager.Instance.IndexProviderCollection[indexName].RebuildIndex()); can help with building indexes. Just look for a way to do this on app start up in asynchronous way
is working on a reply...