OAK-12089: add multi-target routing and per-target catch-up lifecycle - #2818
Draft
bhabegger wants to merge 2 commits into
Draft
OAK-12089: add multi-target routing and per-target catch-up lifecycle#2818bhabegger wants to merge 2 commits into
bhabegger wants to merge 2 commits into
Conversation
8 tasks
bhabegger
force-pushed
the
oak-12089-multitarget
branch
from
March 26, 2026 15:11
7096523 to
f891100
Compare
bhabegger
marked this pull request as draft
March 26, 2026 15:13
Contributor
Author
6 tasks
bhabegger
force-pushed
the
oak-12089-multitarget
branch
3 times, most recently
from
March 31, 2026 07:30
d9c9208 to
6eaf573
Compare
bhabegger
force-pushed
the
oak-12089-multitarget
branch
from
June 5, 2026 07:59
6eaf573 to
32a2018
Compare
Introduces oak-search-luceneNg, a new Oak module providing a Lucene 9 based index engine under type=lucene9, with full parity to the legacy lucene implementation for property queries, fulltext, sorting, excerpts, and facets (insecure, statistical, and secure ACL modes). Key changes: - New oak-search-luceneNg module: index editor, query index, tracker, index node, storage, and OSGi wiring - Facet parity: LuceneNgSecure/StatisticalSortedSetDocValuesFacetCounts ported to Lucene 9 APIs with null-safe MatchingDocs.bits handling - LuceneNgFacetCommonTest extends FacetCommonTest for JCR-level coverage - AbstractIndexComparisonTest inlined into oak-search test-jar; oak-search-test module removed - getRootBuilder removed from ContextAwareCallback and IndexUpdate - leaf OSGi property removed from LuceneIndexProviderService - README documents feature parity vs legacy Lucene and Elastic Made-with: Cursor
- Add multi-target routing helpers and active-target resolution - Add per-target catch-up indexing lifecycle - Simplify catch-up execution and scope graduation to owning lane - Align with marker-based catch-up provider contract Made-with: Cursor
bhabegger
force-pushed
the
oak-12089-multitarget
branch
from
August 10, 2026 09:30
32a2018 to
8a10224
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
storeTargets/activeTarget) and integrate write/query target selectionTest plan
mvn -pl oak-core -Dtest=\"IndexDefinitionHelperTest,AsyncIndexUpdateCatchUpTest,CatchUpRunnerTest\" testNotes
This branch is functionally split from lucene9 core work, but because GitHub cross-repo PRs require a base branch present in the target repository, this PR currently targets
OAK-12089directly.Depends on #2817 and should be reviewed/merged after it.
Made with Cursor