This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
92e4a14b7ea8622308129cfee511fa598cc7e40d
Umbraco-CMS
/
src
/
UmbracoExamine
History
Stephan
dfbdf99bbc
U4-7038 - IPublishedContentWithKey for medias
2015-09-01 15:00:31 +02:00
..
Config
Updates examine initialization of its IIndexCriteria to be lazy, this will save a few db calls on startup and ensure they are excuted at the very last possible time.
2015-07-09 14:32:50 +02:00
DataServices
Adds some extension methods, updates the PCR to not use the legacy access class... this actually also reduces a db lookup, made it not depenent on singletons.
2015-01-28 19:27:08 +11:00
LocalStorage
Adds DelegateExtensions + Tests which is used for retrying and is used with the Examine Index Sync
2015-08-13 15:19:04 +02:00
Properties
Fixes: U4-5789 Add native option to UmbracoExamine library to run the indexes locally
2014-11-13 14:01:13 +11:00
SearchCriteria
…
app.config
Update to MVC5
2015-07-30 17:08:39 +02:00
BaseUmbracoIndexer.cs
Makes the getter for InternalSearcher lazy, fixes up the LocalTempStorageDirectory so that it properly deals with both directories the same, including lock files. Fixes up the LocalTempStorageIndexer with a ton more error checks and retry attempts to acquire locks if it cannot do so during initialization. This has proven to work seamlessly with my load tests now including the functionality for Sync. Need to test LocalOnly with the tests now too. Also, this should work if an index gets corrupted in temp storage for some odd reason (shouldn't do now btw). More testing required but this so far is showing to be much more stable especially with the new changes in Examine core.
2015-08-07 00:06:56 +02:00
ContentExtensions.cs
Fixes: U4-5789 Add native option to UmbracoExamine library to run the indexes locally
2014-11-13 14:01:13 +11:00
DeletePolicyTracker.cs
Fixes remaining tests
2015-01-07 15:36:17 +11:00
ExamineHelper.cs
Updates to latest examine version which internally supports tokenized paths in config so we don't need to do this in the umbraco core.
2015-02-13 15:34:54 +11:00
IndexTypes.cs
WIP - updates to latest examine which exposes some methods needed to get this syncing done. This will not build until i put that examine version on nuget (soon). Ensures all readers/writers uses the same deletion policy, ensure segments file is copied across on sync restore. Changes the config to use an enum instead of a boolean which will give us some more flexibility.
2014-12-11 15:58:54 +11:00
LegacyLibrary.cs
…
LoggingLevel.cs
…
packages.config
updates to latest examine
2015-08-13 15:30:28 +02:00
StaticField.cs
…
UmbracoContentIndexer.cs
U4-7038 - IPublishedContentWithKey for medias
2015-09-01 15:00:31 +02:00
UmbracoExamine.csproj
updates to latest examine
2015-08-13 15:30:28 +02:00
UmbracoExamine.csproj.DotSettings
Makes sure that R# doesn't suggest C#6 features
2015-07-24 17:25:52 +02:00
UmbracoExamineSearcher.cs
Makes the getter for InternalSearcher lazy, fixes up the LocalTempStorageDirectory so that it properly deals with both directories the same, including lock files. Fixes up the LocalTempStorageIndexer with a ton more error checks and retry attempts to acquire locks if it cannot do so during initialization. This has proven to work seamlessly with my load tests now including the functionality for Sync. Need to test LocalOnly with the tests now too. Also, this should work if an index gets corrupted in temp storage for some odd reason (shouldn't do now btw). More testing required but this so far is showing to be much more stable especially with the new changes in Examine core.
2015-08-07 00:06:56 +02:00
UmbracoMemberIndexer.cs
removes unneeded class
2015-07-23 17:57:02 +02:00
XsltExtensions.cs
Fixes: U4-6484 Don't cast to specific Examine types - only interfaces like ISearcher/IIndexer
2015-05-06 13:25:24 +10:00