Sign in
apache
/
lucene
/
HEAD
20fd85d
Revert "deps(java): bump gradle-wrapper from 9.4.1 to 9.5.0 (#16036)" (#16038)
by Dawid Weiss
· 10 hours ago
main
875286e
deps(java): bump org.apache.opennlp:opennlp-tools from 2.5.8 to 2.5.9 (#16037)
by dependabot[bot]
· 16 hours ago
1bc3e6e
deps(java): bump gradle-wrapper from 9.4.1 to 9.5.0 (#16036)
by dependabot[bot]
· 16 hours ago
43f310f
deps(java): bump commons-codec:commons-codec from 1.21.0 to 1.22.0 (#16035)
by dependabot[bot]
· 17 hours ago
b03bd1f
Optimize QueryVisitor.EMPTY_VISITOR (#16003)
by David Smiley
· 19 hours ago
038e167
Optimize IndexSearcher.count() to rewrite the query once (#16001)
by David Smiley
· 20 hours ago
288a65f
Remove leftover from #15995
by Luca Cavanna
· 3 days ago
dc190df
Fix TopGroupsCollectorManager ignoring withinGroupOffset (#15995)
by gaobinlong
· 3 days ago
7691b7e
ci: bump gradle/actions from 6.0.1 to 6.1.0 (#16009)
by dependabot[bot]
· 3 days ago
e6b4d98
build(deps): bump ast-grep-cli from 0.42.0 to 0.42.1 in /dev-tools (#16011)
by dependabot[bot]
· 3 days ago
10429b9
build(deps): bump actionlint-py in /dev-tools (#16015)
by dependabot[bot]
· 3 days ago
0d932df
build(deps): bump prek from 0.3.8 to 0.3.10 in /dev-tools (#16012)
by dependabot[bot]
· 3 days ago
539d9db
Remove junit4 repeat annotations. #16028
by Dawid Weiss
· 4 days ago
bfa16d5
Misc junit4 test cleanups (#16028)
by Dawid Weiss
· 4 days ago
41ebd23
build(deps): bump rumdl from 0.1.60 to 0.1.81 in /dev-tools (#16018)
by dependabot[bot]
· 5 days ago
dd1d111
build(deps): bump zizmor from 1.23.1 to 1.24.1 in /dev-tools (#16022)
by dependabot[bot]
· 5 days ago
ed91297
ci: bump gradle/actions in /.github/actions/prepare-for-build (#16025)
by dependabot[bot]
· 5 days ago
27edbe8
build(deps): bump pygithub from 2.9.0 to 2.9.1 in /dev-tools/scripts (#16008)
by dependabot[bot]
· 5 days ago
4ad9878
build(deps): bump ics from 0.7.2 to 0.7.3 in /dev-tools (#16016)
by dependabot[bot]
· 5 days ago
eb19817
build(deps): bump holidays from 0.93 to 0.95 in /dev-tools (#16017)
by dependabot[bot]
· 5 days ago
a3db735
ci: bump actions/cache in /.github/actions/prepare-for-build (#16026)
by dependabot[bot]
· 5 days ago
2202b1e
ci: bump github/codeql-action from 4.32.4 to 4.35.2 (#16019)
by dependabot[bot]
· 5 days ago
55f2bf7
ci: bump actions/upload-artifact from 7.0.0 to 7.0.1 (#16020)
by dependabot[bot]
· 5 days ago
6135ce4
build(deps): bump ruff from 0.15.7 to 0.15.12 in /dev-tools (#16021)
by dependabot[bot]
· 5 days ago
5c3d952
ci: bump astral-sh/setup-uv from 7.3.0 to 8.1.0 (#16023)
by dependabot[bot]
· 5 days ago
672baea
ci: bump actions/cache from 5.0.4 to 5.0.5 in /.github/actions/eclint (#16024)
by dependabot[bot]
· 5 days ago
b0900bd
#15926: move CHANGES entry to end of Build section
by Mike McCandless
· 6 days ago
282b4d2
Change TopGroups.merge() to accept a list of TopGroups (#15897)
by gaobinlong
· 6 days ago
6b86bfe
Fix JFR profile summary skip check (#15997)
by Prithvi
· 6 days ago
4492860
Introduce AllGroupsCollectorManager (#15557)
by gaobinlong
· 7 days ago
23d400c
Fix TopGroupsCollector#getTopGroups() returning NaN maxScore when a group has no hits (#15873)
by gaobinlong
· 7 days ago
49f5889
Skip heavy TreeSet opts for the first group in SearchGroup#merge (#15896)
by gaobinlong
· 7 days ago
dd94a52
Support jdk.CPUTimeSample event in ProfileResults for Java 25+ (JEP 509) (#15983)
by Prithvi
· 7 days ago
ec6fc33
deps(java): bump com.github.ben-manes.versions from 0.53.0 to 0.54.0 (#15994)
by dependabot[bot]
· 8 days ago
9582ee9
DocValuesRangeIterator uses SkipBlockRangeIterator as its approximation (#15989)
by Alan Woodward
· 8 days ago
733141e
Prevent writing vectors twice during merging HNSW graphs (#15732)
by Ignacio Vera
· 9 days ago
56fa833
Skip max score computation when sorting by relevance in BlockGroupingCollector (#15942)
by gaobinlong
· 9 days ago
7f5cb8c
Move change entry of #15868 from 11.0 to 10.5.
by Adrien Grand
· 9 days ago
5d135e7
Optimize DisjunctionMaxBulkScorer: reuse inner collector and inline score reset (#15868)
by Prithvi
· 9 days ago
8036074
Restore (inadvertently disabled) random testing of term vectors
by Michael Sokolov
· 9 days ago
b3e1663
Optimize GroupFacetCollector.getFacetEntries() (#15947)
by gaobinlong
· 10 days ago
cbb770f
remove test/dev code marked nocommit that somehow slipped by and got committed!
by Michael Sokolov
· 12 days ago
5158a52
Added DOCS_AND_CUSTOM_FREQS whose 'length' is docFreq (#15584)
by Michael Sokolov
· 12 days ago
d8677f6
Move changes entry for #15603 to reflect backport
by Luca Cavanna
· 13 days ago
db3222d
Correct off-by-one maxDocID in SimpleText doc values skipper.
by Dawid Weiss
· 14 days ago
6b3a452
Use explicit version check in Lucene90BlockTreeTermsWriter (#15975)
by Alan Woodward
· 2 weeks ago
d16e255
Correctly handle errors when opening DocValuesSkipper file
by Alan Woodward
· 2 weeks ago
37b6d65
Store DocValuesSkippers in a separate file (#15976)
by Alan Woodward
· 2 weeks ago
198cc93
Move save-time state off TrieBuilder.Node (#15970)
by Alan Woodward
· 2 weeks ago
a7eacbd
deps(java): bump com.gradle.common-custom-user-data-gradle-plugin (#15972)
by dependabot[bot]
· 2 weeks ago
fda69ff
deps(java): bump org.barfuin.gradle.jacocolog from 4.0.1 to 4.0.2 (#15973)
by dependabot[bot]
· 2 weeks ago
34c9495
Move parent field from DWPT to IndexingChain (#15960)
by Tim Brooks
· 2 weeks ago
7b61978
Optimise phrasescorer matches (#15861)
by Prithvi
· 2 weeks ago
86593e5
Remove implicit determinization from WildcardQuery (#15961)
by Dimitris Rempapis
· 2 weeks ago
fa0e704
Rename CollectionStatistics to FieldStats and TermStatistics to TermStats. (#15929)
by Zhou Hui
· 3 weeks ago
ac19f0a
Use binary search partitioning in ReaderUtil#partitionByLeaf (#15938)
by Greg Miller
· 3 weeks ago
cb87f1f
Use SkipBlockRangeIterator as approximation in SortedNumericDocValuesRangeQuery (#15954)
by Sagar Upadhyaya
· 3 weeks ago
181c3ad
Fix WindowsFS onClose race condition (#15951)
by Szymon Bialkowski
· 3 weeks ago
294f5c4
Fix more of isLoaded conditions. Just ignore NRT entirely since it may or may not return a buffered slice. (#15966)
by Dawid Weiss
· 3 weeks ago
335cce8
Fix TestLRUCache after changes to the implementation (#15965)
by Dawid Weiss
· 3 weeks ago
b823724
deps(java): bump com.google.errorprone:error_prone_core from 2.48.0 to 2.49.0 (#15959)
by dependabot[bot]
· 3 weeks ago
e06f188
Use maven central in addition to google proxy, not as a replacement. (#15963)
by Dawid Weiss
· 3 weeks ago
5e5209d
Use maven central in addition to google proxy, not as a replacement. (#15963)
by Dawid Weiss
· 3 weeks ago
04f38d3
Fix testIsLoaded; NRTCachingDirectory may return buffered index inputs. (#15956)
by Dawid Weiss
· 3 weeks ago
a36d275
Fix an assertion in TestExitableDirectoryReader to only trigger if the source doc values a SingletonSortedSetDocValues or SingletonSortedNumericDocValues. (#15955)
by Dawid Weiss
· 3 weeks ago
2c19181
Use synchronized list in TestInfoStream. (#15957)
by Dawid Weiss
· 3 weeks ago
20727a0
Bump gradle opts to 0.2.2 (fixes dynamic opt values changing when read multiple times).
by Dawid Weiss
· 3 weeks ago
ffe6ac6
Correct message when tests fail.
by Dawid Weiss
· 3 weeks ago
d50fb36
Refactor QueryCache to improve performance (#15558)
by Sagar Upadhyaya
· 3 weeks ago
55b4574
Refactor: Extract shared SHOULD/MUST dedup into a common function (#15893)
by Sagar Upadhyaya
· 3 weeks ago
81d1a17
Add api/runtime Usage attribute to modular configurations. (#15953)
by Dawid Weiss
· 3 weeks ago
920e824
DiversifyingChildren speedup (#15902)
by Alessandro Benedetti
· 3 weeks ago
650684e
remove implicit determinization from RegexpQuery (#15939)
by Robert Muir
· 3 weeks ago
42c5ceb
Optimize Accountables.namedAccountables() (#15945)
by gaobinlong
· 4 weeks ago
49d8b37
Dodge an internal ordering/ race condition somewhere in gradle, when version catalog is null (it shouldn't be). ##15949
by Dawid Weiss
· 4 weeks ago
9d26dab
Enable updating PR from head branch via button (#15909)
by Uwe Schindler
· 4 weeks ago
e5aad7e
Fix test bug in TestTopDocsCollector and TestTopFieldCollector (#15495)
by gaobinlong
· 4 weeks ago
5d7f8bd
Use junit5 engine vintage runner to run junit4 tests (#15949)
by Dawid Weiss
· 4 weeks ago
7ca782c
Add forceMerge to TestIndexOptions#testFrozenFieldTypeCacheRestabilizes (#15946)
by Alan Woodward
· 4 weeks ago
f3cc239
Fix possible lost signal in `ControlledRealTimeReopenThread` (#15830)
by Viliam Durina
· 4 weeks ago
70db568
deps(java): bump org.apache.opennlp:opennlp-tools from 2.5.7 to 2.5.8 (#15941)
by dependabot[bot]
· 4 weeks ago
57ccef1
deps(java): bump org.apache.groovy:groovy-all from 5.0.4 to 5.0.5 (#15940)
by dependabot[bot]
· 4 weeks ago
c6ebc7d
remove stray print
by Michael Sokolov
· 4 weeks ago
f6def0b
Synchronize TestInfoStream message capture to avoid losing messages
by Michael Sokolov
· 4 weeks ago
9e1c6a37
Cache frozen FieldType to skip schema validation (#15886)
by Tim Brooks
· 4 weeks ago
86ba05a
Improve TruncateTokenFilter to truncate on codepoints (and no longer produce half surrogates) or legacy utf-16 chars (#15900)
by Michael Sokolov
· 4 weeks ago
e6d3b52
build: allow java 26 (#15932)
by Robert Muir
· 5 weeks ago
4e74385
ci: pin zizmor nightly online run (#15876)
by Robert Muir
· 5 weeks ago
a646e17
build(deps): bump pygithub from 2.8.1 to 2.9.0 in /dev-tools (#15916)
by dependabot[bot]
· 5 weeks ago
6538d68
Use List#copyOf instead of Collections#unmodifiableList in Explanation. (#15928)
by Zhou Hui
· 5 weeks ago
79c028e
Use DEFAULT_MAX_PERMITS constant in getSharedArenaMaxPermitsSysprop (#15908)
by Huaixinww
· 5 weeks ago
be2af1e
Adaptive HNSW graph traversal in similarity-based vector searches (#15784)
by Kaival Parikh
· 5 weeks ago
dc233ff
Remove todo in TestPriorityQueue#assertHeap. (#15927)
by Zhou Hui
· 5 weeks ago
38015bd
build(deps): bump holidays from 0.92 to 0.93 in /dev-tools/scripts (#15913)
by dependabot[bot]
· 5 weeks ago
2dd3f47
build(deps): bump rumdl from 0.1.47 to 0.1.60 in /dev-tools (#15914)
by dependabot[bot]
· 5 weeks ago
fe15b17
build(deps): bump basedpyright from 1.38.2 to 1.38.4 in /dev-tools (#15912)
by dependabot[bot]
· 5 weeks ago
e33724c
build(deps): bump prek from 0.3.5 to 0.3.8 in /dev-tools (#15919)
by dependabot[bot]
· 5 weeks ago
408e9ac
ci: bump gradle/actions from 5.0.2 to 6.0.1 (#15917)
by dependabot[bot]
· 5 weeks ago
d4c304b
build(deps): bump ruff from 0.15.6 to 0.15.7 in /dev-tools (#15918)
by dependabot[bot]
· 5 weeks ago
8d5e08b
ci: bump actions/cache from 5.0.3 to 5.0.4 in /.github/actions/eclint (#15923)
by dependabot[bot]
· 5 weeks ago
Next »