-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Add multi_match function #121525 #125062
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
Merged
svilen-mihaylov-elastic
merged 96 commits into
elastic:main
from
svilen-mihaylov-elastic:svilen/121525
Apr 15, 2025
Merged
Add multi_match function #121525 #125062
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
d392b17
Initial
svilen-mihaylov-elastic 18559d0
Apply Ioana's changes
svilen-mihaylov-elastic dd28440
incremental work
svilen-mihaylov-elastic 4e67cb2
Fix tests
svilen-mihaylov-elastic e871d38
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 6ab6baa
Fix
svilen-mihaylov-elastic a2a5fde
Fix field names
svilen-mihaylov-elastic bb57f52
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 257caf9
One more function
svilen-mihaylov-elastic 28ca7e7
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic 78f6c52
cr feedback
svilen-mihaylov-elastic 07d6230
Merge branch 'svilen/121525' of https://github.com/svilen-mihaylov-el…
svilen-mihaylov-elastic d280906
Fix serialization/deserialization
svilen-mihaylov-elastic 9a72c76
Remove TODO
svilen-mihaylov-elastic 27d4138
Add analyzer test
svilen-mihaylov-elastic 099a555
Add verifier test
svilen-mihaylov-elastic 9d48454
More tests
svilen-mihaylov-elastic 651c28f
Add test
svilen-mihaylov-elastic 7e06f77
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic fb53d2b
lint
svilen-mihaylov-elastic 422e4dd
Add test and updates
svilen-mihaylov-elastic c56cab6
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic b0cac5c
Fix test
svilen-mihaylov-elastic cfb2f23
Fix test
svilen-mihaylov-elastic eeed847
Fix .toString()
svilen-mihaylov-elastic e3d4f60
optional arg
svilen-mihaylov-elastic 3a10b44
Add initial csv test
svilen-mihaylov-elastic f9649da
Fix CsvTests
carlosdelest 322e5ae
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 3884437
Add generated files
svilen-mihaylov-elastic ae8c7cd
Add initial version of scoring test
svilen-mihaylov-elastic c308b1c
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic fbbb7eb
Fix type of fields
svilen-mihaylov-elastic 6f75f30
Tweak test
svilen-mihaylov-elastic 8d72e21
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 463938d
Documentation annotations
svilen-mihaylov-elastic 83cb95d
Updates
svilen-mihaylov-elastic 4c83974
Fix test and add assert
svilen-mihaylov-elastic a3aa40f
Change type of "type"
svilen-mihaylov-elastic 89ae411
[CI] Auto commit changes from spotless
elasticsearchmachine d0138d9
Make MultiMatchQuery scorable, fixes ScoringIt test
svilen-mihaylov-elastic a9bca4c
Merge branch 'svilen/121525' of https://github.com/svilen-mihaylov-el…
svilen-mihaylov-elastic 0979299
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 2a673b3
Fix merge
svilen-mihaylov-elastic b0bfecc
Fix test
svilen-mihaylov-elastic d06f161
Fix score
svilen-mihaylov-elastic dc04490
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic c3a091c
Update docs/changelog/125062.yaml
svilen-mihaylov-elastic 38029fb
Update docs/changelog/125062.yaml
svilen-mihaylov-elastic 20ad6c8
Update x-pack/plugin/esql/qa/testFixtures/src/main/resources/multi-ma…
svilen-mihaylov-elastic c8f4bfb
remove description
svilen-mihaylov-elastic a35b390
Exercise 'type'
svilen-mihaylov-elastic 44912dc
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic 282f8a2
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic 0c7d352
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic 262db09
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic f420b52
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic b8f5c21
[CI] Auto commit changes from spotless
elasticsearchmachine b08c8ea
Update descriptions
svilen-mihaylov-elastic e603145
Descriptions
svilen-mihaylov-elastic 70ffeac
Merge branch 'svilen/121525' of https://github.com/svilen-mihaylov-el…
svilen-mihaylov-elastic c1d4157
Add fuzzy_rewrite field
svilen-mihaylov-elastic bfb5fa9
Add lenient as default
svilen-mihaylov-elastic bfbaa13
Breakup long line
svilen-mihaylov-elastic 876c1ce
Extend test
svilen-mihaylov-elastic 890c3a9
Apply fix from Carlos
svilen-mihaylov-elastic 8cf0343
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 33fba44
Update scores
svilen-mihaylov-elastic f67c607
Implement postAnalysisPlanVerification
svilen-mihaylov-elastic 101c4b2
More fixes
svilen-mihaylov-elastic 98ad8b0
Fix
svilen-mihaylov-elastic ff95fe7
More verifier tests
svilen-mihaylov-elastic c574a1b
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 6713caf
[CI] Auto commit changes from spotless
elasticsearchmachine 4c2eaa2
Enabled only in snapshot
svilen-mihaylov-elastic 51a7e6b
Merge branch 'svilen/121525' of https://github.com/svilen-mihaylov-el…
svilen-mihaylov-elastic fa3d50a
Share options code between match and multi_match
svilen-mihaylov-elastic 050f086
Update x-pack/plugin/esql/qa/testFixtures/src/main/resources/multi-ma…
svilen-mihaylov-elastic 665c32e
Update x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/…
svilen-mihaylov-elastic 56888af
Add boost field
svilen-mihaylov-elastic 02e2b75
Move static function
svilen-mihaylov-elastic 4774dbe
Update test
svilen-mihaylov-elastic 999b820
Uses populateOptionsMap from QueryString
svilen-mihaylov-elastic 8a74c79
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 937963b
Extend test
svilen-mihaylov-elastic 6703882
add test
svilen-mihaylov-elastic 44d6721
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 1cdf7ed
+1
svilen-mihaylov-elastic 58d37f8
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 9b90726
Add required capability
svilen-mihaylov-elastic 9c6b73d
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic b5d6edb
Indicate multimatch is behind a snapshot
svilen-mihaylov-elastic 0b928d1
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic 3ea5092
Update count
svilen-mihaylov-elastic b526b81
revert
svilen-mihaylov-elastic 9c37690
Merge branch 'main' into svilen/121525
svilen-mihaylov-elastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Extend test
- Loading branch information
commit 937963b8afa187d93688ac47dac10c42f58100e6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.