-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add Sparse Vector Index Options Settings to Semantic Text Field #131058
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
markjhoy
merged 59 commits into
elastic:main
from
markjhoy:markjhoy/add-sparse_vector_index_options-support_semantic_text
Aug 1, 2025
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
d6d2900
add sparse vector index options to semantic text
markjhoy f20bd23
[CI] Auto commit changes from spotless
c3e7bbf
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 5ed517d
current tests - not 100% working yet
markjhoy 78cd8f2
sparse_vector index options/createEmbeddingsField
markjhoy a95aaf6
set default index options if we don't have any
markjhoy e0e819c
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 6cdd56c
[CI] Auto commit changes from spotless
556b28d
remove redundant code; set defaults
markjhoy 6ab12dd
fix tests
markjhoy 78138da
add validation test
markjhoy f254f05
[CI] Auto commit changes from spotless
0f4579f
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy e6f3d76
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 0c43ccc
add additional tests
markjhoy c209159
[CI] Auto commit changes from spotless
a16b687
fix tests
markjhoy 6d9cecc
[CI] Auto commit changes from spotless
3260326
... and fix tests...
markjhoy b434f8b
[CI] Auto commit changes from spotless
b50831a
fill in test specific sparse vector index options
markjhoy 5d4803f
remove unused node feature
markjhoy 9deddc0
[CI] Auto commit changes from spotless
99c3410
Update docs/changelog/131058.yaml
markjhoy a687eb8
update changelog
markjhoy 6a8bc77
some cleanups; still needs a few more tests
markjhoy 1ec72ae
[CI] Auto commit changes from spotless
e3bbccc
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy c0a9732
fix additional tests
markjhoy 420914e
[CI] Auto commit changes from spotless
4a70860
and fix more tests
markjhoy 570b2e4
... annnnd... fix more tests
markjhoy eb9bbee
[CI] Auto commit changes from spotless
cd26f2d
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy a1f177b
clean tests; add YAML Rest tests
markjhoy 03e1b42
[CI] Auto commit changes from spotless
a89f014
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 10eb3bb
fix failing tests
markjhoy 479bffa
[CI] Auto commit changes from spotless
46157d8
fix tests due to multiple random index versioning
markjhoy 28ba8e1
[CI] Auto commit changes from spotless
6ea41e2
fix tests; fix yaml tests;
markjhoy 59d5833
[CI] Auto commit changes from spotless
8032b48
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 0504b2e
fix more tests due to random index versioning
markjhoy 29fba01
[CI] Auto commit changes from spotless
a3ef0e3
... and more test cleeaning
markjhoy ec2bcaf
[CI] Auto commit changes from spotless
4d0b220
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy c329891
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 6cdca2e
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy a024298
add link to sparse_vector index_options for docs
markjhoy 8887d20
fix docs
markjhoy d822bab
fix tests; remove old code
markjhoy 885a469
correct tests; simplify mocking/spy ModelRegistry
markjhoy 03ad8a3
add test for dense vector w/ sparse index options
markjhoy dff8220
[CI] Auto commit changes from spotless
ca4e533
Merge branch 'main' into markjhoy/add-sparse_vector_index_options-sup…
markjhoy 3e11409
collapse multiple "@before" methods
markjhoy 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: 131058 | ||
summary: Adds sparse vector index options settings to semantic_text field | ||
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
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.
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.