-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Update sparse_vector field mapping to include default setting for token pruning #126739
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
Closed
markjhoy
wants to merge
129
commits into
elastic:main
from
markjhoy:markjhoy/default_token_pruning_sparse_vector
Closed
Changes from 1 commit
Commits
Show all changes
129 commits
Select commit
Hold shift + click to select a range
e02cd3a
Initial checkin - needs tests
markjhoy e24ab76
Missing s in IndexVersions
markjhoy f39b78a
add changelog and docs for index_options
markjhoy eeebfd8
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 51aab0c
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 983ddf1
correct index version
markjhoy 9545a0c
update tests
markjhoy 19fe72d
Complete tests for SparseVectorFieldMapper
markjhoy 58f9909
[CI] Auto commit changes from spotless
elasticsearchmachine 5f8e7b9
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy d7d27ba
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy d342656
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 96096ba
fix docs
markjhoy eed88c6
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 6a6052a
fix lint
markjhoy f977ea8
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy f38a6f1
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 436183b
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 24438e3
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 501099d
cleanups + refactoring; fix tests; refine docs;
markjhoy 21323e4
[CI] Auto commit changes from spotless
elasticsearchmachine a282e27
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 9d5df84
delete changelog - let it autocreate
markjhoy 846fcff
cleanups
markjhoy 2b3299e
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 832fe45
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy e593f17
don't explicitly set the config if not present
markjhoy 3086a4b
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 7a24703
use default prune config if prune=true and not set
markjhoy 7ceb12a
fix test
markjhoy f9d44e5
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy af006d4
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 5dd4728
really fix test :/
markjhoy f3b4a98
[CI] Auto commit changes from spotless
elasticsearchmachine 7ddb77a
rename index to test3 / previous not cleaned up
markjhoy 02868b1
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 3625a37
fix lint
markjhoy 92db1c6
[CI] Auto commit changes from spotless
elasticsearchmachine a022b5c
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 6a7f46c
fix the current yaml tests/ensure cleanup
markjhoy e95033c
light cleanups
markjhoy 99c3700
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy bdfc9b8
clean docs
markjhoy 20bcf20
refactor/move TokenPruningConfig into server
markjhoy 1f0718d
[CI] Auto commit changes from spotless
elasticsearchmachine e30a141
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 404e645
cleanup existing Yaml tests via teardown
markjhoy bdfcf5e
fix lint
markjhoy f27dfb8
add node feature and simple yml test
markjhoy 283b563
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 65c5147
remove checked-in test - moving it / add elsewhere
markjhoy fc78b0f
cleanups; start of yamlRestTests
markjhoy 15c5eb3
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 0b17c16
ensure query index version; add test index options
markjhoy 4b46300
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 08d51c9
[CI] Auto commit changes from spotless
elasticsearchmachine ae34841
add yaml tests for ml multi/remote clusters
markjhoy 74b19ca
fix yaml test
markjhoy a341322
finally fix yaml tests?
markjhoy a47b915
update docs
markjhoy 4e681bd
add 8.x tx version; fix yaml tests; optimizations
markjhoy 6e50539
[CI] Auto commit changes from spotless
elasticsearchmachine fcf682f
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 095bb28
explicitly set # of shards for indices for test
markjhoy 0c8c095
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 5bb6561
fix docs; add backport 8.x index version
markjhoy e4d547a
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 6c5e253
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 29dae8a
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 31f9e6d
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 0b1c1d2
cleanups/optimizations
markjhoy b48deea
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 7f60eca
Update docs/changelog/126739.yaml
markjhoy d8f3c63
refactor equals for IndexOptions
markjhoy be78331
some cleanups; refactoring
markjhoy d76323d
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy a0cc202
[CI] Auto commit changes from spotless
elasticsearchmachine 223a794
fix yaml tests
markjhoy dd4a218
fix missing }
markjhoy d60e2df
[CI] Auto commit changes from spotless
elasticsearchmachine a3bb904
more cleanups; need to complete tests
markjhoy 4a23c9c
[CI] Auto commit changes from spotless
elasticsearchmachine e2e65db
additional tests and refactoring
markjhoy cf7a302
[CI] Auto commit changes from spotless
elasticsearchmachine 7a12676
fix lint
markjhoy b43b19e
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 28b5b74
[CI] Auto commit changes from spotless
elasticsearchmachine 515cf9e
additional cleanups and refactoring
markjhoy 1a692fc
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 4320315
fix tests
markjhoy 1cd6f5e
[CI] Auto commit changes from spotless
elasticsearchmachine c5b9def
refactor and cleanups
markjhoy fd07f1c
additional cleanups for clarity
markjhoy 42bc77d
[CI] Auto commit changes from spotless
elasticsearchmachine 8f6672f
YAML test cleanups
markjhoy a6bdc90
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy f499269
fix semantic highligter rtest
markjhoy 5e9fee1
fix semantictexthighliter tests
markjhoy 6209919
(correctly) fix SemanticTextHighlighterTests tests
markjhoy 5fefadb
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy a4bb87c
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 1192271
no pruning if we do not have an indexreader
markjhoy d7f1351
check for searcher existence instead of IndxReader
markjhoy 94e21df
update docs with applies_to
markjhoy 212c850
failing simple test
markjhoy c8fcd94
[CI] Auto commit changes from spotless
elasticsearchmachine fa1737d
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 7d2f361
move test to core package
markjhoy 0f9bd65
move test to _actual_ proper place
markjhoy 2afeb2b
[CI] Auto commit changes from spotless
elasticsearchmachine 60a6b3e
add integration tests for index_options / defaults
markjhoy 9fd5e72
cleanup IT
markjhoy fe2e267
[CI] Auto commit changes from spotless
elasticsearchmachine 9953513
cleanups; add query pruning override random test
markjhoy 925173c
[CI] Auto commit changes from spotless
elasticsearchmachine d7b064b
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 04a597e
check for supported index version index_options
markjhoy bbcd309
[CI] Auto commit changes from spotless
elasticsearchmachine 8ba9aef
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy c4c65b9
cleanups and refactoring
markjhoy 9b7327b
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 88fc1f4
[CI] Auto commit changes from spotless
elasticsearchmachine c0704df
clean SparseVectorQueryBuilderTests
markjhoy 368f8be
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy a43d2e3
fix failing test
markjhoy c755cc0
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
markjhoy 7a41e0f
clean fix integration / rest tests
markjhoy c02a647
fix yaml default pruning tests
markjhoy 811ca1a
Merge branch 'main' into markjhoy/default_token_pruning_sparse_vector
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
fix yaml test
- Loading branch information
commit 74b19caee9127713b7ea247daac46992c36d2528
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same feedback for this test