mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Merging per-type and per-field indexing things
--HG-- branch : dev
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
<ItemGroup>
|
||||
<Content Include="Module.txt" />
|
||||
<Content Include="Views\Admin\Index.ascx" />
|
||||
<Content Include="Views\DefinitionTemplates\IndexingSettings.ascx" />
|
||||
<Content Include="Views\DefinitionTemplates\FieldIndexing.ascx" />
|
||||
<Content Include="Views\DefinitionTemplates\TypeIndexing.ascx" />
|
||||
<Content Include="Web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -79,7 +80,8 @@
|
||||
<Compile Include="Models\LuceneSearchHit.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Services\IndexService.cs" />
|
||||
<Compile Include="Settings\IndexingSettings.cs" />
|
||||
<Compile Include="Settings\EditorEvents.cs" />
|
||||
<Compile Include="Settings\FieldIndexing.cs" />
|
||||
<Compile Include="Settings\TypeIndexing.cs" />
|
||||
<Compile Include="ViewModels\IndexViewModel.cs" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user