Skip to content
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

Move bulk method from own Interface to IndexerInterface #435

Conversation

alexander-schranz
Copy link
Member

This moves the bulk method from own interface to indexer interface. So without any checks we can use bulk everywhere as supported by all adapters currently.

None BC Break as old BulkableIndexerInterface was not part of any release yet.

@alexander-schranz alexander-schranz added Adapter: Elasticsearch Elasticsearch Adapter releated issue Adapter: Opensearch Opensearch Adapter related issue Adapter: Memory Memory Adapter related issue Adapter: ReadWrite ReadWrite Adapter related issue Adapter: Multi Multi Adapter related issue Adapter: Meilisearch Meilisearch Adapter related issue SEAL Core Seal Core related issue Adapter: Algolia Algolia Adapter related issue Adapter: Solr Solr Adapter related issue Adapter: Typesense Typesense Adapter related issue Adapter: RediSearch RediSearch Adapter related issue Adapter: Loupe Loupe Adapter related issue DX Improves the developer experience labels Oct 8, 2024
@alexander-schranz alexander-schranz merged commit e7b0854 into PHP-CMSIG:0.6 Oct 8, 2024
30 of 32 checks passed
@alexander-schranz alexander-schranz deleted the feature/make-bulk-requirement branch October 8, 2024 16:53
@alexander-schranz
Copy link
Member Author

@tacman FYI the BulkableIndexerInterface got removed as not required as we could support bulk operations for all adapters we could safely add it to the IndexerInterface.

alexander-schranz added a commit that referenced this pull request Oct 8, 2024
Was forgotten to be adopted in
#435.
alexander-schranz added a commit to PHP-CMSIG/seal that referenced this pull request Oct 8, 2024
Was forgotten to be adopted in
PHP-CMSIG/search#435.
alexander-schranz added a commit to PHP-CMSIG/seal-symfony-bundle that referenced this pull request Oct 8, 2024
Was forgotten to be adopted in
PHP-CMSIG/search#435.
alexander-schranz added a commit to PHP-CMSIG/seal-mezzio-module that referenced this pull request Oct 8, 2024
Was forgotten to be adopted in
PHP-CMSIG/search#435.
alexander-schranz added a commit to PHP-CMSIG/seal-yii-module that referenced this pull request Oct 8, 2024
Was forgotten to be adopted in
PHP-CMSIG/search#435.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Adapter: Algolia Algolia Adapter related issue Adapter: Elasticsearch Elasticsearch Adapter releated issue Adapter: Loupe Loupe Adapter related issue Adapter: Meilisearch Meilisearch Adapter related issue Adapter: Memory Memory Adapter related issue Adapter: Multi Multi Adapter related issue Adapter: Opensearch Opensearch Adapter related issue Adapter: ReadWrite ReadWrite Adapter related issue Adapter: RediSearch RediSearch Adapter related issue Adapter: Solr Solr Adapter related issue Adapter: Typesense Typesense Adapter related issue DX Improves the developer experience SEAL Core Seal Core related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant