Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2bfb8c0
add distributed support for /luke (WiP)
kotman12 Feb 17, 2026
e0da019
stylistic edits
kotman12 Feb 18, 2026
bfd8702
fix test
kotman12 Feb 18, 2026
974879a
simplify field info parsing
kotman12 Feb 18, 2026
3879273
revert backwards incompat changes
kotman12 Feb 19, 2026
df081d5
backtrack API expansion
kotman12 Feb 19, 2026
9fba72e
tidy up
kotman12 Feb 19, 2026
30ce01e
refactor
kotman12 Feb 19, 2026
bb3397f
refactor with MergedFieldData
kotman12 Feb 19, 2026
cac6d57
actually let's validate these
kotman12 Feb 20, 2026
a4410f3
actually let's validate these
kotman12 Feb 20, 2026
6fec56e
tidy
kotman12 Feb 20, 2026
1cd6ac6
remove unnecessary ternary
kotman12 Feb 20, 2026
06b9134
don't show nulled out fields with show=schema
kotman12 Feb 20, 2026
f0a9750
test degenerate mismatch schema validation
kotman12 Feb 21, 2026
89c64a1
test deferred index flags
kotman12 Feb 23, 2026
3a348cd
implement distributed show=doc
kotman12 Feb 23, 2026
0e78dae
clean up
kotman12 Feb 23, 2026
6d49773
clean up
kotman12 Feb 23, 2026
d8c38a1
named list to xpath validation
kotman12 Feb 23, 2026
195a73c
merge -> aggregate as verb
kotman12 Feb 25, 2026
5de8cd7
changelog
kotman12 Feb 25, 2026
09d0de4
Revert "changelog"
kotman12 Feb 25, 2026
46b20ec
whitespace
kotman12 Feb 25, 2026
4b10c1f
remove log
kotman12 Feb 26, 2026
552d910
Update solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-…
kotman12 Mar 20, 2026
4a6a1b6
comment and changelog reversion
kotman12 Mar 20, 2026
ef8a992
Merge branch 'distributed-luke' of https://github.com/kotman12/solr i…
kotman12 Mar 20, 2026
607627f
address some PR comments
kotman12 Mar 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog/unreleased/PR#4149-distributed-luke
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: PR#4149
url: https://github.com/apache/solr/pull/4149
Loading
Loading