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

Add option to disable FullText indexing even if HS is enabled #6426

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

jamesagnew
Copy link
Collaborator

It is not currently possible to enable Hibernate Search but not enable fulltext indexing of all resources. This means that you can't use HS only for terminology indexing. This PR adds a fix for that. It also disables fulltext searching on the public HAPI FHIR server in an effort to stabilize it.

Copy link

github-actions bot commented Nov 1, 2024

Formatting check succeeded!

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.55%. Comparing base (406db33) to head (42fd4da).
Report is 89 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6426      +/-   ##
============================================
+ Coverage     83.54%   83.55%   +0.01%     
- Complexity    27432    27792     +360     
============================================
  Files          1707     1740      +33     
  Lines        106185   107504    +1319     
  Branches      13397    13491      +94     
============================================
+ Hits          88710    89828    +1118     
- Misses        11750    11886     +136     
- Partials       5725     5790      +65     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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