Created indexing/search default implementation with Lucene

IIndexManager to handle the available IIndexProvider instances
ISearchBuilder created from the used IIndexProvider to create search queries
Indexing background task records
Background service to execute indexing tasks
Unit tests for indexing and searching

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-06-02 15:56:54 -07:00
parent 3064a5fcb7
commit 015a0503bb
37 changed files with 28863 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ namespace Orchard.Setup.Services {
"HomePage",
"Navigation",
"Scheduling",
"Indexing",
"Settings",
"XmlRpc",
"Orchard.Users",