-
Notifications
You must be signed in to change notification settings - Fork 775
SOLR-17319 : Combined Query Feature for Multi Query Execution #3418
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
Open
ercsonusharma
wants to merge
56
commits into
apache:main
Choose a base branch
from
ercsonusharma:feat_combined_query
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
bf3cd5d
Combined Query Feature for Multi Query Execution
182bec9
Tests: Combined Query Feature for Multi Query Execution
b884f0e
Tests: Combined Query Feature for Multi Query Execution
29e8aea
Tests: Combined Query Feature for Multi Query Execution
c113799
Improve: Fix typo
ercsonusharma 3600ed3
Tests: Fix errors
ercsonusharma 9b0c76e
Review comments: implementation
ercsonusharma a841bc7
Code review changes
ercsonusharma 91f8e09
Code review changes
ercsonusharma cace1f7
Code review changes
ercsonusharma 299db43
Code review changes
ercsonusharma 840070e
Code review changes
ercsonusharma d2feefc
Improvement and fixes
ercsonusharma 89f63a9
Review comments impl
ercsonusharma d821abb
Build fix
ercsonusharma 8041d66
Added documentation
ercsonusharma 397dbb3
Fix for lucene upgrade
ercsonusharma d8b5588
Doc improv for cursors
ercsonusharma ec0b9cb
review comment implementation
ercsonusharma d6fd190
review comment implementation
ercsonusharma 86933bc
review comment implementation
ercsonusharma b164979
doc update
ercsonusharma 85f2cf9
added more test
ercsonusharma a4a26aa
abstract QueryComponent.mergeIds' ShardDoc processing
cpoerschke 7fe997c
add missing @Override annotations
cpoerschke bcd1c3b
make DefaultShardDocQueue an anonymous class
cpoerschke 787a016
Merge branch 'apache:main' into QueryComponent-mergeIds
cpoerschke 7e0727c
Merge remote-tracking branch 'github_cpoerschke/QueryComponent-mergeI…
cpoerschke 4dcbb57
dev increment: add uniqueDoc map-and-logic to ShardDocQueue
cpoerschke 8a65023
review comment fix
ercsonusharma 006b8c2
micro dev increment: replace unnecessary local resultSize use in Quer…
cpoerschke 771089b
dev increment: factor out ShardDocQueue.resultIds method
cpoerschke 460e8cd
dev increment: remove no-longer-used ShardDocQueue.(pop,size) methods
cpoerschke ac85d2f
review comment fix
ercsonusharma 7b0593c
review comment fix
ercsonusharma c03c0f7
review comment enhancement
ercsonusharma a52dd22
simplification/consolidation: protected QueryComponent.newShardDocQue…
cpoerschke 195f3f1
factor out protected QueryComponent.setResultIdsAndResponseDocs method
cpoerschke c1f5501
review comment enhancement
ercsonusharma 3649d3e
Merge branch 'feat_combined_query' of https://github.com/ercsonusharm…
ercsonusharma 4eedbed
refactor to reduce cyclometric complexity
ercsonusharma 0990e7f
review comment fixes
ercsonusharma 14ff5e1
debug params fix and rrf shard sort order
ercsonusharma bd637b7
test cases fix and rrf shard sort order
ercsonusharma 2958599
introducing combiner methods as pre and post
ercsonusharma c3e44c3
distrib forced and doc update
ercsonusharma e2dfcef
distrib forced fix
ercsonusharma d4b34fc
distrib forced fix
ercsonusharma 3fe93b8
test fix
ercsonusharma f23cceb
removing combiner.method and test fix
ercsonusharma 6419a07
test fix
ercsonusharma a560899
test fix
ercsonusharma ae84ef3
bug fix
ercsonusharma 1083fdd
review comment
ercsonusharma be428f0
added test case for solrcloud combined query
ercsonusharma 5b487c2
added test case for solrcloud combined query
ercsonusharma 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
Some comments aren't visible on the classic Files Changed page.
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
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
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.