Index dynamic content fields

- Create a new index field named {part}-{field}
- Had to remove "protected" qualifier on Storage accessor

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-07-20 14:34:01 -07:00
parent e5d3357923
commit f97351ee59
3 changed files with 32 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="DataMigrations\IndexingDataMigration.cs" />
<Compile Include="Handlers\CreateIndexingTaskHandler.cs" />
<Compile Include="Handlers\InfosetFieldIndexingHandler.cs" />
<Compile Include="Models\IndexingTask.cs" />
<Compile Include="Models\IndexingTaskRecord.cs" />
<Compile Include="Permissions.cs" />