示例#1
0
        public void OnFinishExtraction()
        {
            var rootNode = _categoryTreeBuilder.Build();

            IndexCategoryTree(rootNode);
            IndexAttributes();

            _indexingService.ApplyChanges();
        }