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

Adds Multi Match search without doing Full Text Search #39

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

WilliamDaniel
Copy link
Contributor

Problem:

Currently, in Elastic Util, it is only possible to perform searches using Full Text Search, however these searches are more expensive. We need a way to perform Multi Match searches without need to do Full Text Search.

Solution:

Implements Multi Match search without doing Full Text Search

@WilliamDaniel WilliamDaniel force-pushed the feat/add-multimatch-search branch 2 times, most recently from ebe9898 to b3d965f Compare December 19, 2023 16:32
Problem:

Currently, in Elastic Util, it is only possible to perform multi match searches using
Full Text Search, however these searches are more expensive. We need a way to perform
Multi Match searches without need to do Full Text Search.

Solution:

Implements Multi Match search without doing Full Text Search
@WilliamDaniel WilliamDaniel force-pushed the feat/add-multimatch-search branch from b3d965f to 29d4af4 Compare December 19, 2023 16:49
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@WilliamDaniel WilliamDaniel merged commit a51ef9e into main Dec 19, 2023
3 checks passed
@WilliamDaniel WilliamDaniel deleted the feat/add-multimatch-search branch December 19, 2023 17:53
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.

2 participants