Merging per-type and per-field indexing things

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-06-30 12:58:52 -07:00
parent 908032d75c
commit 123d91abea
7 changed files with 50 additions and 59 deletions

View File

@@ -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>