-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Fix minscore propagation in text similarity reranker #129223
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 65 commits into
elastic:main
from
mridula-s109:SEARCH-1006-text-similarity-reranker-does-not-propagate-min-score-correctly
Jun 12, 2025
Merged
Changes from 60 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
12fb2fa
propgating retrievers to inner retrievers
mridula-s109 81e99b6
test feature taken care of
mridula-s109 05fb0ab
Merge branch 'elastic:main' into main
mridula-s109 605c035
Small changes in concurrent multipart upload interfaces (#128977)
tlrx 2dca633
Unmute FollowingEngineTests#testProcessOnceOnPrimary() test (#129054)
martijnvg 4c0e3c9
[Build] Add support for publishing to maven central (#128659)
breskeby e2189e6
ESQL: Check for errors while loading blocks (#129016)
nik9000 aec1688
Make `PhaseCacheManagementTests` project-aware (#129047)
nielsbauman 8c423ce
Vector test tools (#128934)
benwtrent df3ef0d
ES|QL: refactor generative tests (#129028)
luigidellaquila 0eebc8c
Add a test of LOOKUP JOIN against a time series index (#129007)
bpintea b1e15f0
Make ILM `ClusterStateWaitStep` project-aware (#129042)
nielsbauman 846b09a
Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT tes…
elasticsearchmachine a97d582
Remove `ClusterState` param from ILM `AsyncBranchingStep` (#129076)
nielsbauman 763b502
Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT tes…
elasticsearchmachine 8a660c8
Mute org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT t…
elasticsearchmachine aa16175
Mute org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT t…
elasticsearchmachine 6e58b1e
Mute org.elasticsearch.packaging.test.DockerTests test081SymlinksAreF…
elasticsearchmachine 05f70f0
Threadpool merge executor is aware of available disk space (#127613)
albertzaharovits 713ab42
Add option to include or exclude vectors from _source retrieval (#128…
jimczi 0776562
Remove direct minScore propagation to inner retrievers
mridula-s109 f145d26
cleaned up skip
mridula-s109 d8b6897
Mute org.elasticsearch.index.engine.ThreadPoolMergeExecutorServiceDis…
elasticsearchmachine 82c7ab1
Add transport version for ML inference Mistral chat completion (#129033)
Jan-Kazlouski-elastic eca383d
Correct index path validation (#129144)
benwtrent fb6ec9a
Mute org.elasticsearch.index.engine.ThreadPoolMergeExecutorServiceDis…
elasticsearchmachine 6806b24
Implemented completion task for Google VertexAI (#128694)
leo-hoet 0ef36a1
Merge remote-tracking branch 'upstream/main'
mridula-s109 ece13d9
Merge remote-tracking branch 'upstream/main'
mridula-s109 2a7fb18
Fixing minscore filtering in the text similarity reranker
mridula-s109 36cd91e
Merge remote-tracking branch 'upstream/main'
mridula-s109 74b431d
ES|QL - kNN function initial support (#127322)
carlosdelest c678ebd
Remove optional seed from ES|QL SAMPLE (#128887)
jan-elastic 7d37afa
[Inference API] Add "rerank" task type to "elastic" provider (#126022)
timgrein eed00f4
Rename target destination for microbenchmarks (#128878)
idegtiarenko f768664
Include direct memory and non-heap memory in ML memory calculations (…
jan-elastic 2d605ee
Throw better exception for unsupported aggregations over shape fields…
iverase b68ddd1
Update Test Framework To Handle Query Rewrites That Rely on Non-Null …
Mikep86 f1bf18e
Update ReproduceInfoPrinter to correctly print a reproduction line fo…
mosche 9abfe1d
Increment inference stats counter for shard bulk inference calls (#12…
jimczi 2fa185a
Synthetic source: avoid storing multi fields of type text and match_o…
martijnvg ac213d5
Adding `scheduled_report_id` field to kibana reporting template (#127…
ymao1 01de61e
ES|QL: Add FORK generative tests (#129135)
ioanatia f48c383
ES|QL Completion command syntax change (#129189)
afoucret ecb9ac1
Merge remote-tracking branch 'origin/main' into SEARCH-1006-text-simi…
mridula-s109 e865ca7
Merge remote-tracking branch 'upstream/main' into SEARCH-1006-text-si…
mridula-s109 920c402
propagated minscore to rankdsocsretrieverbuilder
mridula-s109 18066d8
Merge remote-tracking branch 'upstream' into SEARCH-1006-text-similar…
mridula-s109 e5f30a2
Modified the file to include minscore and the test case to verify it
mridula-s109 e425094
Merge branch 'main' into SEARCH-1006-text-similarity-reranker-does-no…
mridula-s109 76e9165
Revert "Use IndexOrDocValuesQuery in NumberFieldType#termQuery implem…
iverase fbfe2c4
Merge branch 'main' into SEARCH-1006-text-similarity-reranker-does-no…
mridula-s109 14c7709
Fixed the rankdocsretriever builder
mridula-s109 5aded65
Merge branch 'main' into SEARCH-1006-text-similarity-reranker-does-no…
mridula-s109 ed743e5
Update docs/changelog/129223.yaml
mridula-s109 d189cbf
Update 129223.yaml
mridula-s109 db97b02
trying to introduce cluster featureS
mridula-s109 1928f7e
included cluster features in the test
mridula-s109 2eafa67
Fixed the merge issue
mridula-s109 2c02e80
Merge branch 'main' into SEARCH-1006-text-similarity-reranker-does-no…
mridula-s109 4bbf087
[CI] Auto commit changes from spotless
elasticsearchmachine 0ff2bed
Removed local variable from RankDocsRetrieverBuilder
mridula-s109 ff01899
Merge branch 'main' into SEARCH-1006-text-similarity-reranker-does-no…
mridula-s109 8acd715
Update RankDocsRetrieverBuilder.java
mridula-s109 acd676e
Merge branch 'main' into SEARCH-1006-text-similarity-reranker-does-no…
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: 129223 | ||
summary: Fix text similarity reranker does not propagate min score correctly | ||
area: Search | ||
type: bug | ||
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
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.