-
Notifications
You must be signed in to change notification settings - Fork 25.8k
ESQL - Allow full text functions disjunctions for non-full text functions #120291
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
carlosdelest
merged 37 commits into
elastic:main
from
carlosdelest:non-issue/esql-full-text-functions-disjunctions
Jan 28, 2025
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
61a479b
First version - adding toQuery() to ShardContext
carlosdelest e2e996d
Remove the need to have toQuery() on ShardContext
carlosdelest e1ca189
Include shard contexts in ToEvaluator, so no need to differentiate in…
carlosdelest 9aa9d78
Check disjunctions for pushing down to source
carlosdelest ed62f9f
Spotless
carlosdelest 318b06e
Fix tests
carlosdelest b4221e4
Fix tests
carlosdelest 6d5b813
[CI] Auto commit changes from spotless
bb46fd8
Spotless
carlosdelest ad575b5
Merge remote-tracking branch 'carlosdelest/non-issue/esql-full-text-f…
carlosdelest 324f243
Don't allow disjunctions to be used with scoring
carlosdelest bce1934
Merge branch 'main' into non-issue/esql-full-text-functions-disjunctions
carlosdelest 4456c24
Update docs/changelog/120291.yaml
carlosdelest 92a3809
Add CSV tests
carlosdelest 023daea
Update generated docs
carlosdelest 51aa10e
Merge branch 'main' into non-issue/esql-full-text-functions-disjunctions
carlosdelest c97aeb7
Moves validation to Or class
carlosdelest 42a8007
Move some checks from Or to FullTextFunction
carlosdelest 31a7932
Merge remote-tracking branch 'carlosdelest/non-issue/esql-full-text-f…
carlosdelest ce30c76
Change method visibility
carlosdelest ee87d79
Merge branch 'main' into non-issue/esql-full-text-functions-disjunctions
carlosdelest f0eb7d8
Fix capabilities
carlosdelest 3513999
Fix docs
carlosdelest b5c94d3
Merge remote-tracking branch 'carlosdelest/non-issue/esql-full-text-f…
carlosdelest a1d3cb3
Fix docs for scoring examples
carlosdelest 6b1fc89
Merge branch 'main' into non-issue/esql-full-text-functions-disjunctions
carlosdelest d23998d
OR doesn't need to check for pushable full text functions
carlosdelest 6022dad
Merge branch 'main' into non-issue/esql-full-text-functions-disjunctions
carlosdelest 8e7a835
Add assertion to check correct type
carlosdelest 9fdd24f
Minor doc fix
carlosdelest 58677e4
Merge remote-tracking branch 'origin/main' into non-issue/esql-full-t…
carlosdelest 1035871
Merge remote-tracking branch 'carlosdelest/non-issue/esql-full-text-f…
carlosdelest 5df79d4
Added some comments to EvalMapper.toEvaluator
carlosdelest f55978a
Merge remote-tracking branch 'origin/main' into non-issue/esql-full-t…
carlosdelest 6503146
Merge branch 'main' into non-issue/esql-full-text-functions-disjunctions
carlosdelest 64b174e
Merge remote-tracking branch 'origin/main' into non-issue/esql-full-t…
carlosdelest 9235b47
Merge remote-tracking branch 'carlosdelest/non-issue/esql-full-text-f…
carlosdelest 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: 120291 | ||
| summary: ESQL - Allow full text functions disjunctions for non-full text functions | ||
| area: ES|QL | ||
| type: feature | ||
| 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
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.