All Lucene based logic is part of Umbraco.Examine.Lucene, no other part of Umbraco now knows about Lucene at all.

This commit is contained in:
Shannon
2020-01-29 12:24:57 +11:00
parent 4183514b52
commit 5b5aa4c499
29 changed files with 602 additions and 375 deletions

View File

@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Examine;
using Examine.LuceneEngine.Providers;
using Umbraco.Core;
using Umbraco.Core.Mapping;
using Umbraco.Core.Models;