Skip to content

Pinned retriever #126401

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
merged 100 commits into from
May 1, 2025
Merged
Changes from 1 commit
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
84b6ed7
Created PinnedQueryRetriever Builder
mridula-s109 Apr 7, 2025
4c6f284
Added retriever build test file
mridula-s109 Apr 7, 2025
18bf6e4
Changed the test to accept all the retrievers as its not licensed
mridula-s109 Apr 7, 2025
8bab3d2
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 7, 2025
2cfcdc1
Added integration test and fixed the code style issues
mridula-s109 Apr 7, 2025
760415d
Fixed merge issues
mridula-s109 Apr 7, 2025
9bc751a
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 7, 2025
63ac692
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 8, 2025
eec5f60
Added cluster test feature to the integration tests
mridula-s109 Apr 8, 2025
69e14cc
Update docs/changelog/126401.yaml
mridula-s109 Apr 8, 2025
626ebac
Registered retriever plugin
mridula-s109 Apr 8, 2025
c724b75
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 9, 2025
ef5f50f
Enhanced changelog description
mridula-s109 Apr 9, 2025
721b1d1
Added validation to the constructor creation
mridula-s109 Apr 9, 2025
a75926c
Introduced validations in the code and incorporated in tests - compil…
mridula-s109 Apr 10, 2025
c84028e
Included PinnedRankDoc to enhance the explain query, validations for …
mridula-s109 Apr 10, 2025
38e8d06
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 10, 2025
4476564
Working on improving integration test and introducing cluster features
mridula-s109 Apr 10, 2025
eaee938
Removed cluster test temporarily
mridula-s109 Apr 10, 2025
2aad145
Got pinnedretriever yaml to working state without cluster
mridula-s109 Apr 10, 2025
08e5add
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 10, 2025
daa528e
Resolved no source yaml error
mridula-s109 Apr 11, 2025
db1a149
Cluster loaded successfully
mridula-s109 Apr 11, 2025
e00c249
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 14, 2025
c659c1c
Fixed integration test
mridula-s109 Apr 14, 2025
7ab4b76
Made validate sort less strict
mridula-s109 Apr 14, 2025
e1a4362
Included shareddoc sorting in the validate sort
mridula-s109 Apr 14, 2025
3e40f6e
All yaml issues resolved
mridula-s109 Apr 14, 2025
1d4eb6f
Explanation yaml files added
mridula-s109 Apr 14, 2025
05a05a0
Trying to add clustering to the test
mridula-s109 Apr 14, 2025
e2fc29b
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 14, 2025
dc02f53
Removed explicit feature specification
mridula-s109 Apr 14, 2025
e2b8cb6
Deleted the empty file
mridula-s109 Apr 14, 2025
aefc0c6
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 14, 2025
f621af0
Put the node feature in the proper place
mridula-s109 Apr 15, 2025
a3de636
Added additional validation in ids and docs
mridula-s109 Apr 15, 2025
5626dd7
Cleaned the create pinned query validation
mridula-s109 Apr 15, 2025
f19b718
made unit tests robust
mridula-s109 Apr 16, 2025
7e90b88
Remove query.es from version control
mridula-s109 Apr 16, 2025
923e154
Remove result.json from version control
mridula-s109 Apr 16, 2025
583324b
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 16, 2025
aebe17a
Everything except explanation is fixed
mridula-s109 Apr 16, 2025
455db59
added duplicate doc test
mridula-s109 Apr 16, 2025
c5ff33d
Applied checkstyle fix, spotless and a failing yaml
mridula-s109 Apr 16, 2025
ba40533
Improvements based on PR comments
mridula-s109 Apr 16, 2025
4456504
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 16, 2025
3c86416
Modified the unit test to accomodate the change in createPinnedQuery
mridula-s109 Apr 16, 2025
f2035a6
Split the yaml to test for basic and trial, cleanedup and acted on al…
mridula-s109 Apr 16, 2025
516ed7c
Remove result.json and query.es from version control
mridula-s109 Apr 16, 2025
97c3376
Removed unnecessary comments
mridula-s109 Apr 16, 2025
ebbf1af
Removed redundant file
mridula-s109 Apr 16, 2025
dada60f
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 16, 2025
9b30e87
Fixing CI build error
mridula-s109 Apr 17, 2025
095eac1
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 17, 2025
374b37d
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 17, 2025
42dc070
Removed pinnedBy as it wasnt necessary
mridula-s109 Apr 23, 2025
d869c9e
Removed unnecessary ToXContent Information
mridula-s109 Apr 23, 2025
d67b291
Fixed transport version charges and cleaned up null checks:
mridula-s109 Apr 23, 2025
1c239d4
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 23, 2025
38c5dbf
Retriever status changed to 9.1 version
mridula-s109 Apr 23, 2025
40cd06b
cleaned up 2 yamltestsuite for different licenses
mridula-s109 Apr 23, 2025
8d3a36b
Trying to get the clustering works
mridula-s109 Apr 24, 2025
f63c78d
Cleaned up the yaml clustering and also reorganised the yaml tests
mridula-s109 Apr 24, 2025
e13f93e
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 24, 2025
2f1c377
Unnecessary file introduction removed
mridula-s109 Apr 24, 2025
c979859
Reverted the plugins to the previous state as the changes werent nece…
mridula-s109 Apr 24, 2025
527a9bf
Removed unnecessary transport versioning from pinnedrankdoc
mridula-s109 Apr 24, 2025
42e5973
reverted
mridula-s109 Apr 24, 2025
f9ed13a
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 24, 2025
1aa42f8
Edited the SearchBusinessRules to remove the class from getFeatures
mridula-s109 Apr 25, 2025
92993d0
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 25, 2025
018a525
Cleaned up Pinned retriever to allow only id or docs
mridula-s109 Apr 25, 2025
137cc0d
Added more test to the pinned retriever
mridula-s109 Apr 25, 2025
1525069
did spotless
mridula-s109 Apr 25, 2025
0449bc6
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 25, 2025
74f7a95
Introduced new transport versioning
mridula-s109 Apr 25, 2025
dea8d6c
Cleaning it up
mridula-s109 Apr 28, 2025
5d6575a
Resolved validate module error
mridula-s109 Apr 28, 2025
9bed922
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 28, 2025
63a16db
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 28, 2025
fae7a05
BWT issues
mridula-s109 Apr 28, 2025
4c4dee6
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 28, 2025
5b5ede4
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 28, 2025
215523d
fix NPE occuring in ci
mridula-s109 Apr 28, 2025
27a33a0
trying to fix duplicate feature issue
mridula-s109 Apr 29, 2025
4c8b701
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 29, 2025
4cfcbad
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 29, 2025
13f80fb
modified the tests
mridula-s109 Apr 29, 2025
2bfcb81
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 29, 2025
247c78d
Playing with pinned retriever CI (#127530)
kderusso Apr 30, 2025
e86c6e0
Merge branch 'main' into pinned-retriever
mridula-s109 Apr 30, 2025
cbb8ab1
top document no pinned
mridula-s109 Apr 30, 2025
9bfcb4b
Removing this to see if it works without this transport version check…
mridula-s109 Apr 30, 2025
227011b
Fixed the retriever builder comments and error message
mridula-s109 Apr 30, 2025
84608c0
removed the unnencessary explain
mridula-s109 Apr 30, 2025
1a68442
Fixed all the tests in the yaml file
mridula-s109 Apr 30, 2025
29d16a2
added extra test case
mridula-s109 Apr 30, 2025
71c3439
merged main
mridula-s109 Apr 30, 2025
819e279
[CI] Auto commit changes from spotless
elasticsearchmachine Apr 30, 2025
bd29ce8
Merge branch 'main' into pinned-retriever
mridula-s109 May 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pinned-retriever
  • Loading branch information
mridula-s109 committed Apr 25, 2025
commit 0449bc677e7bc5a0bf237c8e33948e1be4c31e5f

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.