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
72b3a430e338f06a588a767bc5cccca927efce55
Umbraco-CMS
/
src
/
UmbracoExamine
History
Shannon
e5bb35b335
Updates to latest Examine
2015-08-10 18:06:23 +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
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
Properties
…
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
…
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-10 18:06:23 +02:00
StaticField.cs
…
UmbracoContentIndexer.cs
Lazily serializes the member data when required instead of all at once, this will save memory since the xml will only be created when it's required.
2015-07-23 17:56:29 +02:00
UmbracoExamine.csproj
Updates to latest Examine
2015-08-10 18:06:23 +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