-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Integrate weights into simplified RRF retriever syntax #132680
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
mridula-s109
merged 44 commits into
elastic:main
from
mridula-s109:SEARCH-1111-integrate-weights-into-simplified-rrf-retriever-syntax
Sep 18, 2025
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
5709d06
Made changes to include simplified weights to PR:
mridula-s109 a059f8b
Add basic changes to include the feature
mridula-s109 dcfa848
implemented changes
mridula-s109 2d4ef42
[CI] Auto commit changes from spotless
83c750b
Work in progress
mridula-s109 df92399
WIP
mridula-s109 5072234
WIP
mridula-s109 cd03882
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 7fb7346
Modified changes to include the simplified rrf
mridula-s109 5defd4a
Clean the mess
mridula-s109 9bfbed4
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 44780d3
Fixed the failing tests
mridula-s109 b4cf7ee
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 0867f80
Removed the it
mridula-s109 6df337f
refactored component
mridula-s109 fe24867
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 591d644
Fixed issues
mridula-s109 0d93fda
Improved the parsing tests
mridula-s109 2eeeb41
Modified code
mridula-s109 5704379
Refactored code'
mridula-s109 a25406c
Update and rename 133400.yaml to 132680.yaml
mridula-s109 5816e26
cleaned up code
mridula-s109 2be44f4
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 ea492e2
Merge conflicts
mridula-s109 d83b185
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 df9c84e
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 840378d
Update LinearRetrieverBuilderTests.java
mridula-s109 ffb2a6a
RRFBuilder checkstyle issue
mridula-s109 7e0b870
fix failing test
mridula-s109 1712987
[CI] Auto commit changes from spotless
ab376ce
Resolved merge conflict
mridula-s109 25033d8
[CI] Auto commit changes from spotless
4881a57
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 92ecca5
Parsing and yaml changes
mridula-s109 a442c95
Cleaned uo the builder
mridula-s109 f2585b8
cleanedup
mridula-s109 56b7752
Unnecessary comments
mridula-s109 0f83a3e
cleaned up
mridula-s109 1f6bec1
Cleanup
mridula-s109 00f6ba3
Cleanup
mridula-s109 394b94b
removed duplicate
mridula-s109 46f4715
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 0f92936
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 b8f30c7
Merge branch 'main' into SEARCH-1111-integrate-weights-into-simplifie…
mridula-s109 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 132680 | ||
summary: Add support for per-field weights in simplified RRF retriever syntax | ||
area: Search | ||
type: enhancement | ||
issues: [] |
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
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
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
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.