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

Elasticsearch search indice update #1796

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

Conversation

jphilou
Copy link
Contributor

@jphilou jphilou commented May 9, 2024

Hi

Please find a PR for Search improvement.
Content :

  • search update in the API code
  • mappings update
  • script to install ElasticSeach plugin (analysis-icu) & mappings files to update ElasticSearch Index live (./scipts/esUpdateMapSettings.sh) Avoid to refresh ES from scratch and synchronized from ages. Script has to be adapt if ES server is not dockerized or not following the docker-compose.yml
  • CI script update to integrate the ES plugin in the test env. installation

do not hesitate to send me your feedback or question.
I stay tuned.

best.
jphilippe

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% 93.10%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (24e010e) 19853 18407 92.72%
Head commit (68b8522) 19866 (+13) 18418 (+11) 92.71% (-0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1796) 29 27 93.10%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

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.

Weird results when searching on title with elasticsearch
1 participant