-
Notifications
You must be signed in to change notification settings - Fork 817
SOLR-8127 Distributed Luke #4149
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
kotman12
wants to merge
48
commits into
apache:main
Choose a base branch
from
kotman12:distributed-luke
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 all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
2bfb8c0
add distributed support for /luke (WiP)
kotman12 e0da019
stylistic edits
kotman12 bfd8702
fix test
kotman12 974879a
simplify field info parsing
kotman12 3879273
revert backwards incompat changes
kotman12 df081d5
backtrack API expansion
kotman12 9fba72e
tidy up
kotman12 30ce01e
refactor
kotman12 bb3397f
refactor with MergedFieldData
kotman12 cac6d57
actually let's validate these
kotman12 a4410f3
actually let's validate these
kotman12 6fec56e
tidy
kotman12 1cd6ac6
remove unnecessary ternary
kotman12 06b9134
don't show nulled out fields with show=schema
kotman12 f0a9750
test degenerate mismatch schema validation
kotman12 89c64a1
test deferred index flags
kotman12 3a348cd
implement distributed show=doc
kotman12 0e78dae
clean up
kotman12 6d49773
clean up
kotman12 d8c38a1
named list to xpath validation
kotman12 195a73c
merge -> aggregate as verb
kotman12 5de8cd7
changelog
kotman12 09d0de4
Revert "changelog"
kotman12 46b20ec
whitespace
kotman12 4b10c1f
remove log
kotman12 552d910
Update solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-…
kotman12 4a6a1b6
comment and changelog reversion
kotman12 ef8a992
Merge branch 'distributed-luke' of https://github.com/kotman12/solr i…
kotman12 607627f
address some PR comments
kotman12 84e6620
checkpoint
kotman12 1372303
Merge branch 'main' of https://github.com/kotman12/solr into distribu…
kotman12 1c0c0f6
tidy
kotman12 80f2610
clean up
kotman12 dda4307
remove AsLong variants in LukeResponse
kotman12 5e932be
roll back to simpler getNumTerms logic
kotman12 2466d98
better comments and docs
kotman12 f6dc42a
don't add unnecessary incompatibilities
kotman12 e3058ee
narrow long to int when possible
kotman12 0eb0d58
use `merge`
dsmiley d0bf402
params tricks
dsmiley 53aaad4
address PR comments
kotman12 f051748
minor improvements
kotman12 2d4b262
fix flakiness due to ordering
kotman12 d6991e6
make distrib and local mode more similar
kotman12 bda836c
add extra param support for LukeRequest
kotman12 c734337
minor tweaks to LukeResponse
kotman12 e16b5b1
gate shards with shards.info
kotman12 76b263f
some refactor and update docs
kotman12 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,8 @@ | ||
| # See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc | ||
| title: Distributed Luke | ||
| type: added # added, changed, fixed, deprecated, removed, dependency_update, security, other | ||
| authors: | ||
| - name: Luke Kot-Zaniewski | ||
| links: | ||
| name: SOLR-8127 | ||
| url: https://issues.apache.org/jira/browse/SOLR-8127 |
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.