-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing partial reindexes (BC Break) #460
Merged
alexander-schranz
merged 13 commits into
PHP-CMSIG:0.6
from
Toflar:feature/partial-reindex
Dec 18, 2024
Merged
Introducing partial reindexes (BC Break) #460
alexander-schranz
merged 13 commits into
PHP-CMSIG:0.6
from
Toflar:feature/partial-reindex
Dec 18, 2024
Conversation
This file contains 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
alexander-schranz
added
features
New feature or request
SEAL Core
Seal Core related issue
Integration: Symfony
Symfony related issue
Integration: Laravel
Laravel related issue
Integration: Spiral
Spiral related issue
Integration: Mezzio
Mezzio related issue
labels
Nov 21, 2024
alexander-schranz
approved these changes
Dec 18, 2024
Still unsure about the ReindexConfig but I think we can currently go with it. |
leofeyer
pushed a commit
to contao/contao
that referenced
this pull request
Dec 19, 2024
Description ----------- This PR brings two changes. It refactors to the new re-index framework in SEAL that was merged yesterday (PHP-CMSIG/search#460) and uses the new `bulk()` endpoints. Indexing will now be way faster 😊 Also, now that we are on the SEAL framework, the temporary `contao:backend-search:index` has been dropped and we are now fully on the SEAL framework, meaning you have to run `cmsig:seal:reindex` instead 😎 Commits ------- ccf7dd5 Refactor to PHP CMS-IG SEAL 933ce35 Adjust depcheck d8209d9 Adjust depcheck 8573b7f Adjust depcheck f2c1b75 WIP 733dc7b Switch to new SEAL ReindexProvider framework a153665 Missing test and CS
leofeyer
pushed a commit
to contao/core-bundle
that referenced
this pull request
Dec 19, 2024
Description ----------- This PR brings two changes. It refactors to the new re-index framework in SEAL that was merged yesterday (PHP-CMSIG/search#460) and uses the new `bulk()` endpoints. Indexing will now be way faster 😊 Also, now that we are on the SEAL framework, the temporary `contao:backend-search:index` has been dropped and we are now fully on the SEAL framework, meaning you have to run `cmsig:seal:reindex` instead 😎 Commits ------- ccf7dd54 Refactor to PHP CMS-IG SEAL 933ce355 Adjust depcheck d8209d9d Adjust depcheck 8573b7fa Adjust depcheck f2c1b75f WIP 733dc7b7 Switch to new SEAL ReindexProvider framework a1536658 Missing test and CS
alexander-schranz
pushed a commit
that referenced
this pull request
Dec 27, 2024
Fix and add missing parts of #460
alexander-schranz
pushed a commit
to PHP-CMSIG/seal-symfony-bundle
that referenced
this pull request
Dec 27, 2024
Fix and add missing parts of PHP-CMSIG/search#460
alexander-schranz
pushed a commit
to PHP-CMSIG/seal-spiral-bridge
that referenced
this pull request
Dec 27, 2024
Fix and add missing parts of PHP-CMSIG/search#460
alexander-schranz
pushed a commit
to PHP-CMSIG/seal-laravel-package
that referenced
this pull request
Dec 27, 2024
Fix and add missing parts of PHP-CMSIG/search#460
alexander-schranz
pushed a commit
to PHP-CMSIG/seal-mezzio-module
that referenced
this pull request
Dec 27, 2024
Fix and add missing parts of PHP-CMSIG/search#460
alexander-schranz
pushed a commit
to PHP-CMSIG/seal-yii-module
that referenced
this pull request
Dec 27, 2024
Fix and add missing parts of PHP-CMSIG/search#460
alexander-schranz
changed the title
Introducing partial reindexes
Introducing partial reindexes (BC Breaks)
Dec 27, 2024
alexander-schranz
changed the title
Introducing partial reindexes (BC Breaks)
Introducing partial reindexes (BC Break)
Dec 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
features
New feature or request
Integration: Laravel
Laravel related issue
Integration: Mezzio
Mezzio related issue
Integration: Spiral
Spiral related issue
Integration: Symfony
Symfony related issue
SEAL Core
Seal Core related issue
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.
BC Breaks
To upgrade add the new ReindexConfig parameter to the your ReindexProvider: