BExIS.Ddm.Providers.LuceneProvider.SearchProvider.UpdateIndex C# (CSharp) Method

UpdateIndex() public method

public UpdateIndex ( IndexingAction>.Dictionary datasetsToIndex ) : void
datasetsToIndex IndexingAction>.Dictionary
return void
        public void UpdateIndex(Dictionary<long, IndexingAction> datasetsToIndex)
        {
            BexisIndexer bexisIndexer = new BexisIndexer();
            bexisIndexer.updateIndex(datasetsToIndex);

            Reload();
        }