Skip to content

feat!: rename bm25 APIs to paradedb and always use the paradedb access method - #91

Open
rebasedming wants to merge 1 commit into
mainfrom
paradedb-am
Open

feat!: rename bm25 APIs to paradedb and always use the paradedb access method#91
rebasedming wants to merge 1 commit into
mainfrom
paradedb-am

Conversation

@rebasedming

@rebasedming rebasedming commented Jul 27, 2026

Copy link
Copy Markdown

What

Implements paradedb/paradedb#5706 as a breaking rename — no configurability, no fallbacks:

  • HasBm25IndexHasParadeDbIndex, Bm25IndexBuilder<TEntity>ParadeDbIndexBuilder<TEntity> (old names removed)
  • Migrations always emit USING paradedb — no HasMethod, no method annotation, no pg_am probing anywhere

Requires pg_search 0.25.0+; released images fail at index creation as expected.

Tests

net8.0/net9.0/net10.0: 109/109 each against a pg_search 0.25.0 dev server. csharpier/api-coverage/markdownlint/codespell clean.

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.37%. Comparing base (8badd9a) to head (7d88764).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   91.99%   92.37%   +0.38%     
==========================================
  Files          26       26              
  Lines         837      879      +42     
  Branches      102      105       +3     
==========================================
+ Hits          770      812      +42     
  Misses         27       27              
  Partials       40       40              
Flag Coverage Δ
net10.0 92.37% <100.00%> (+0.38%) ⬆️
net8.0 92.37% <100.00%> (+0.38%) ⬆️
net9.0 92.37% <100.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/Extensions/ParadeDbIndexBuilderExtensions.cs 98.14% <100.00%> (+0.77%) ⬆️
...rc/Internal/Metadata/ParadeDbAnnotationProvider.cs 86.41% <100.00%> (+0.89%) ⬆️
...ernal/Migrations/ParadeDbMigrationsSqlGenerator.cs 95.23% <100.00%> (+0.64%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rebasedming rebasedming changed the title feat: support the paradedb index access method feat!: rename bm25 APIs to paradedb and always use the paradedb access method Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant