Beispiel #1
0
        public void Reindex()
        {
            var request = new ReindexRequest();

            try
            {
                InsertRequest(request, new ReindexProgress());
            }
            catch (Exception ex)
            {
                Exception = ex;
                Platform.Log(LogLevel.Error, ex, Common.SR.MessageFailedToStartReindex);
                throw;
            }
        }
Beispiel #2
0
        public void Reindex()
        {
            var request = new ReindexRequest();

            try
            {
                InsertRequest(request, new ReindexProgress());
            }
            catch (Exception ex)
            {
                Exception = ex;
                Platform.Log(LogLevel.Error, ex, Common.SR.MessageFailedToStartReindex);
                throw;
            }
        }