Commit Graph

16 Commits

Author SHA1 Message Date
Sebastien Ros
2015448c44 Managing multiple indexes
--HG--
branch : 1.x
extra : rebase_source : 930ebcb3cc0c50b45beac39a81658ace562c8e04
2013-03-04 16:00:55 -08:00
Sebastien Ros
d6d7946736 #18102: Fixing "index delete" command
--HG--
branch : 1.x
2011-09-21 12:53:08 -07:00
Sebastien Ros
657c762d84 #17752 Fixing indexing failure on content deletiong
Work Items: 17752

--HG--
branch : 1.x
2011-04-29 07:42:18 -07:00
Sebastien Ros
7e16aebada Using IProcessEngine to schedule batched indexing; Modifying
IIndexingTaskExecutor to handle index deletiong in order to prevent
concurrency issues.

--HG--
branch : indexing
2011-03-05 10:47:20 -08:00
Sebastien Ros
599d892f48 Removing unused methods and refactoring the batch loop
--HG--
branch : indexing
2011-03-04 16:21:19 -08:00
Sebastien Ros
6d3dffd77e Implementing revised indexing loop design
--HG--
branch : indexing
2011-03-04 11:05:19 -08:00
Sebastien Ros
32efbc19cc Using lock files instead of IndexSynLock
--HG--
branch : indexing
2011-03-03 14:19:02 -08:00
Sebastien Ros
94d5703816 Fixing an issue on indexing
- When Creating and Removing a content in the same transaction, previous tasks were not removed as Flush was not called on the repository
- Adding unit tests to IndexingTaskExecutor

--HG--
branch : dev
2011-02-24 16:58:18 -08:00
Sebastien Ros
787bf4e8bb Fixing missed documents in search index
--HG--
branch : 1.x
2011-01-07 18:57:39 -08:00
Sebastien Ros
e7aa93170b Fixing duplicated search results
Work Item: 17180

--HG--
branch : 1.x
2011-01-07 15:51:10 -08:00
Sebastien Ros
d2f86be59f Fixing search task discovery
If a background task was creating a content item, the index task might not see it if the creation was done in the same second.

--HG--
branch : 1.x
2011-01-05 17:32:35 -08:00
Renaud Paquay
1da429cd8c Deletion of content items from index was using wrong ID
We were using the deletion task ID instead of the content item ID.

--HG--
branch : dev
2010-07-30 19:19:53 -07:00
Sebastien Ros
8d9925a75b Corrected search index bug preventing dynamic items from being indexed if they didn't have a common aspect
- Added a lock on write operations
- Changed Indexing event handler to intercept all ContentPart instances

--HG--
branch : dev
2010-07-29 15:44:15 -07:00
Renaud Paquay
5a7724e2e1 Fix small bug in index provider
Also cleanup the API a bit
Also provide more detailled statistics about the search index on the
"Search Index Management" page.

--HG--
branch : dev
2010-07-11 12:11:38 -07:00
Louis DeJardin
2b1dd7d3b0 Per-content type indexing settings and debug-time performance
Added type definition template and settings to indexing project
Indexing task check setting per content type while working
WebFormViewEngine provider and cache components moved to dedicated namespace
Subclass of MVC2 wfve created to use a new asp.net 4 api (avoiding FileExists exception improves performance when debugger is attached)

--HG--
branch : dev
2010-06-30 12:38:21 -07:00
Sebastien Ros
40769d6f2a Complete refactoring on Indexing module
Changed Parse() to use lucene syntax
Moved everything to Orchard.Indexing
New filters for search

--HG--
branch : dev
2010-06-17 16:21:29 -07:00