You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: align multitarget branch with marker-based catch-up provider contract
Adopt the marker-interface catch-up provider shape in lucene9 editor wiring and remove obsolete tests tied to the old createCatchUpEditor API.
Made-with: Cursor
Copy file name to clipboardExpand all lines: oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/index/CompositeIndexEditorProviderCatchUpTest.java
Copy file name to clipboardExpand all lines: oak-search-luceneNg/src/main/java/org/apache/jackrabbit/oak/plugins/index/luceneNg/LuceneNgIndexEditorProvider.java
+9-34Lines changed: 9 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,15 @@ public Editor getIndexEditor(@NotNull String type,
64
64
returnnull;
65
65
}
66
66
67
-
// Guard: skip this target while a catch-up is in progress for it
68
-
if (definition.getChildNode(CatchUpCapable.CATCH_UP_TRACKING_NODE)
0 commit comments