Bjarke Berg
8004c8dfd3
Merge pull request #9441 from umbraco/v8/bugfix/explicit-scope-examine
...
Ensure there's explicit scopes used for all service access in the Examine indexing logic
(cherry picked from commit 3e7f912fcd )
2021-03-01 15:55:36 +01:00
Shannon Deminick
657f1fcdc7
Fixes regression issue with property values being updated in content repositories ( #9146 )
2020-10-21 20:30:35 +02:00
Claus
8fddb52f9a
Merge remote-tracking branch 'origin/v8/bugfix/examine-reindex' into v8/8.6
2020-09-22 11:42:44 +02:00
Shannon
1ab77adc8a
Ensure event handlers are unsubscribed in Core Components
2020-09-04 13:25:56 +10:00
Shannon
6e08a0396e
Umbraco to re-index data on background thread
...
Fixes issue with scopes being disposed or referenced incorrectly due to yield returns as this can capture a scope in the enumerator which will get passed to a background thread in Examine and cause some issues. We saw this issue in netcore but the issue must still exist in v8 but we don't visibly see it for some reason. The other issue is that the ValueSet lookup for content was done 3x when an IContent is saved and it should only be done 2x, one for published, one for unpublished. The other issue is that the data lookups to build a ValueSet are intended to be done on a background thread. This is the case in v7 because the IEnumerable is lazy and passed all the way down to Examine's background thread but this doesn't occur in v8 because we need to iterate/split that value set before it's sent to Examine so the ValueSet is eagerly built within the request. We can easily resolve this by using the background task manager and just pushing a task when IContent/IMedia/IMember is saved. This will return the execution to the UI quicker.
2020-08-31 23:41:19 +10:00
Shannon
348afd3d0a
updates logic for cache refreshers for languages to deal with updating nucache and examine
2019-10-14 15:21:00 +11:00
Shannon
db6714d3b8
Merge remote-tracking branch 'origin/v8/8.1' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web/Search/ExamineComponent.cs
2019-08-14 10:39:15 +10:00
Linus Elander
0517f29134
Adjusts conditions for which indexes should be affected when a node is unpublished
...
(cherry picked from commit 7557c584d8 )
2019-08-07 16:38:13 +02:00
Shannon
be4536cf16
Refactors ugly statics and nested classes
2019-08-05 17:14:29 +10:00
Shannon
366058581a
Adds LuceneIndexDiagnostics to make it easier for devs and custom indexes
2019-08-02 01:15:08 +10:00
Shannon
9f6a7dec2e
Fixes how examine starts up to make it easier for custom index developers
2019-08-02 00:28:48 +10:00
Shannon
a4749f201d
Ensures luceneIndexer.WaitForIndexQueueOnShutdown is called even when not in MainDom
2019-07-08 23:03:20 +10:00
Linus Elander
7557c584d8
Adjusts conditions for which indexes should be affected when a node is unpublished
2019-06-19 21:41:47 +02:00
Stephan
7660e9fb25
Reorganize composition code
2019-02-14 09:15:47 +01:00
Chris Houston
193e24afd2
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
Chris Houston
0b6ba5aa52
Temp8 - Fixing spelling / typos etc in Umbraco.Web ( #4148 )
2019-01-26 16:52:19 +01:00
Stephan
c840895f90
Deal with more fixme
2019-01-22 09:49:35 +01:00
Shannon
db2a003444
change how the install status works, fixes infinite loop
2019-01-16 00:54:25 +11:00
Shannon
f6fdc9ae2d
Updates test, fixes some other issues during testing
2019-01-15 23:46:58 +11:00
Stephan
84f6239c98
Components Initialize and Terminate
2019-01-07 09:46:11 +01:00
Stephan
1bd4cba9ac
Fix component constructors
2019-01-04 08:36:38 +01:00
Stephan
816ed84a2f
Refactor components
2019-01-03 21:00:28 +01:00
Stephan
a60fd1b7be
Merge branch origin/temp8 into temp8-di2690
2018-12-21 15:47:08 +01:00
Stephan
90ab90d6b9
Fix ExamineComponent crashing on shutdown
2018-12-21 13:42:04 +01:00
Stephan
bb9846a6ca
Merge branch origin/temp8 into temp8-di2690
2018-12-21 10:58:38 +01:00
Stephan
115b0cd2aa
Merge branch temp8 into temp8-di2690
2018-12-18 15:42:45 +01:00
Shannon
4976782247
Updates search published content search extensions to correspond with new examine api changes, updates examine api changes
2018-12-17 12:17:03 +11:00
Shannon
4a23a6d3d0
Merge branch 'temp8-backoffice-search-with-variants' into temp8-examine-extensibility-3535
2018-12-14 13:17:51 +11:00
Shannon
9cc729d90b
Merge branch 'temp8' into temp8-backoffice-search-with-variants
...
# Conflicts:
# src/Umbraco.Examine/ExamineExtensions.cs
2018-12-14 13:06:54 +11:00
Stephan
7cad591b86
Fixes
2018-12-13 11:12:48 +01:00
Shannon
5e6320730d
Updates nuspec to latest examine
2018-12-13 18:18:04 +11:00
Shannon
c8b3f11498
latest examine, tweaks to UmbracoFieldDefinitionCollection, adds some test code for testing
2018-12-13 15:04:18 +11:00
Shannon
eb3841fc0a
Searches on variant nodeName, orders ISearchableTree results by the corresponding tree SortOrder, fixes assembly scanning ISearchableTree
2018-12-11 17:51:47 +11:00
Shannon
db1a535af4
Fixes published media tests with Examine and un-ignores them... more tests are better than less even if we aren't using Examine for real media cache
2018-12-10 14:06:25 +11:00
Stephan
ed222510f0
Fixes
2018-12-07 13:24:25 +01:00
Stephan
710ec704b3
Merge branch temp8 into temp8-di2690
2018-12-07 09:52:46 +01:00
Shannon
62d74f07bf
fixes boolean change mistake to make sure that the Internal/external index has the correct PublishedOnlyFlag, latest examine update, fixes issue with queuing deletions before updates
2018-12-07 15:06:07 +11:00
Stephan
c74fc7a8f9
Misc cleanup and renaming
2018-12-05 12:57:23 +01:00
Shannon
b48a7fa4a9
Gets search tools working for explicitly defined searchers, have tested with a multi index searcher, refactors SupportsUnpublished vs SupportSoftDelete vs OnlyPublishedContent booleans and made some sense out of the reindexing items in ExamineComponent which didn't really work, cleans up IPublishedContentQuery implementation
2018-12-05 16:53:25 +11:00
Shannon
f8d203abff
Updates latest examine + api updates + fixes tests, gets different validation working (valid, failed, filtered)
2018-12-03 22:10:56 +11:00
Shannon
6103832b8a
Gets index rebuilding working
2018-11-30 12:22:23 +11:00
Shannon
340b8e6cef
Latest examine, updates for dashboard, adds UmbracoExamineIndexDiagnostics
2018-11-29 13:55:51 +11:00
Shannon
dd571060b9
Starts integrating changes into the Examine mgmt dashboard
2018-11-28 21:02:45 +11:00
Shannon
6ab5d6ec9f
More cleanup, removes options since it was irrelevant
2018-11-28 18:39:03 +11:00
Shannon
a7f6985b38
Cleans up the BaseValueSetBuilder
2018-11-28 14:46:45 +11:00
Shannon
e3548efed4
Uses IIndexPopulator to populate/rebuild indexes
2018-11-28 14:17:11 +11:00
Shannon
3fd0aef18e
decouples data lookup from indexers and rebuilding logic
2018-11-28 01:23:02 +11:00
Stephan
c23c7749b4
Composition fixes
2018-11-27 14:04:08 +01:00
Shannon
985572690f
IValueSetBuilder implementations
2018-11-26 14:27:44 +11:00
Shannon
9a9fcab0e9
New IValueIndexer and implements it for grid, new UmbracoValueSetBuilder to create the value sets, no more event handling for grid index data
2018-11-26 13:33:15 +11:00