1. 25e381b Align float vectors on disk for optimal performance on ARM CPUs (#15341) by Kaival Parikh · 8 hours ago main
  2. 63fcc7d ci: pin unpinned actions ref (#15551) by Robert Muir · 2 days ago
  3. 662d6ec Use Google's maven central mirror on github runners (#15550) by Dawid Weiss · 2 days ago
  4. 26b1188 highlighter, fastvector: improve/fix merging of boosts to improve snippet ranking (#15434) by Luana Fragoso · 3 days ago
  5. f996e74 Allow AlreadyClosedException to be a possible outcome of injecting fake exceptions in TestIndexFileDeleter (#15545) by Dawid Weiss · 5 days ago
  6. c7c507f build(deps): bump basedpyright in /dev-tools/scripts (#15543) by dependabot[bot] · 6 days ago
  7. 178f74b Fix the 'beast' task (regression in gradle 9+). (#15544) by Dawid Weiss · 6 days ago
  8. 35ee1e3 Add maven mirror (#15542) by Prudhvi Godithi · 8 days ago
  9. 6cf6f9d build(deps): bump basedpyright in /dev-tools/scripts (#15527) by dependabot[bot] · 10 days ago
  10. 2412528 build(deps): bump ruff from 0.14.6 to 0.14.10 in /dev-tools/scripts (#15528) by dependabot[bot] · 10 days ago
  11. 2a6986e build(deps): bump holidays from 0.85 to 0.87 in /dev-tools/scripts (#15529) by dependabot[bot] · 10 days ago
  12. 5c73ceb ci: bump astral-sh/setup-uv from 7.1.4 to 7.1.6 (#15526) by dependabot[bot] · 10 days ago
  13. e7a5549 ci: bump actions/stale from 10.1.0 to 10.1.1 (#15530) by dependabot[bot] · 10 days ago
  14. 62daa3e ci: bump github/codeql-action from 3.30.5 to 4.31.9 (#15534) by dependabot[bot] · 10 days ago
  15. 8772ee1 ci: bump actions/upload-artifact from 5.0.0 to 6.0.0 (#15531) by dependabot[bot] · 10 days ago
  16. 8b860b2 ci: bump actions/checkout from 6.0.0 to 6.0.1 (#15532) by dependabot[bot] · 10 days ago
  17. a455266 ci: bump actions/setup-java from 5.0.0 to 5.1.0 (#15533) by dependabot[bot] · 10 days ago
  18. c71e81b ci: bump actions/setup-go from 5.5.0 to 6.1.0 in /.github/actions/eclint (#15535) by dependabot[bot] · 10 days ago
  19. 8ca449c ci: bump actions/cache from 4.2.3 to 5.0.1 in /.github/actions/eclint (#15536) by dependabot[bot] · 10 days ago
  20. 6cc7869 ci: bump actions/setup-java in /.github/actions/prepare-for-build (#15537) by dependabot[bot] · 10 days ago
  21. c98ea6c ci: bump gradle/actions in /.github/actions/prepare-for-build (#15538) by dependabot[bot] · 10 days ago
  22. ad1e1c7 ci: bump actions/cache in /.github/actions/prepare-for-build (#15539) by dependabot[bot] · 10 days ago
  23. 5b2dbf6 Add explicit action folders to dependabot configuration (#15525) by Dawid Weiss · 10 days ago
  24. 1e43c7c Fix writeChecksums to clean up any dangling sha1 files. (#15524) by Dawid Weiss · 11 days ago
  25. afcca4b deps(java): bump org.apache.opennlp:opennlp-tools from 2.5.6.1 to 2.5.7 (#15521) by dependabot[bot] · 11 days ago
  26. ed879f2 deps(java): bump org.eclipse.jgit:org.eclipse.jgit (#15522) by dependabot[bot] · 11 days ago
  27. 309d4a7 Updating createMultiSegmentIndex to utilize an explicit NoMergePolicy (#15523) by Bryce Kane · 11 days ago
  28. 2ad2530 Dynamic pruning for SORTED(_SET) fields with doc values skipper (#15511) by panguixin · 13 days ago
  29. 3842bbe Refactor DocValuesSkipper stat methods to accept IndexReader instead of IndexSearcher (#15514) by panguixin · 13 days ago
  30. 02c40ba Use HashMap#newHashMap and HashSet#newHashSet instead of CollectionUtil#newHashMap and CollectionUtil#newHashSet. (#15517) by zhouhui · 2 weeks ago
  31. 247b96e7 Fix map size in CustomAnalyzer#paramsToMap. (#14770) by zhouhui · 2 weeks ago
  32. a55be5c Correct documentation in DefaultBloomFilterFactory to reflect changes in GH#11900 (#15513) by Greg Miller · 3 weeks ago
  33. f6d27db Upgrade ecj to version 3.44.0. (#15512) by Dawid Weiss · 3 weeks ago
  34. b26f767 Upgrade snowball to 2d2e312df56f2ede014a4ffb3e91e6dea43c24be (#15505) by Justas Sakalauskas · 3 weeks ago
  35. cfff8fb Revert required SegmentInfos min version in header check in readCommit to continue binary compatibility with 8.x indexes (#15454) by Rahul Goswami · 3 weeks ago
  36. dc57204 ExitableDirectoryReader should not cover-up singletons (#15498) by Houston Putman · 3 weeks ago
  37. c412db0 deps(java): bump com.google.googlejavaformat:google-java-format (#15506) by dependabot[bot] · 3 weeks ago
  38. f551fe4 eclipse: disable new "member of deprecated type not deprecated" diag (#15503) by Robert Muir · 3 weeks ago
  39. 8c1461e Use vector bulk scoring in entry-point and filter hnsw search (#15500) by Benjamin Trent · 3 weeks ago
  40. 3675510 Introduce optional access to backing vector values from the scorer (#15501) by Chris Hegarty · 4 weeks ago
  41. bc7deed MatchAllDocs and MatchNoDocs should be singletons (#15499) by Dawid Weiss · 4 weeks ago
  42. f7c5140 Corrects the VectorScorer.Bulk interface to be iterator friendly (#15496) by Benjamin Trent · 4 weeks ago
  43. dea98ef Removed PriorityQueue.remove. #15309 (#15493) by Dawid Weiss · 4 weeks ago
  44. b840347 Use shallowSizeOfInstance instead of shallowSizeOf (#15048) by Guo Feng · 4 weeks ago
  45. af6cbe8 deps(java): bump com.google.errorprone:error_prone_core from 2.44.0 to 2.45.0 (#15491) by dependabot[bot] · 4 weeks ago
  46. 525c2a4 add .envrc to the gitignore (#15404) by Varun Thacker · 4 weeks ago
  47. c47f40b fix code style (simpler loop) (#15447) by tang donghai · 4 weeks ago
  48. 6ce7cf3 deps(java): bump org.apache.groovy:groovy-all from 5.0.2 to 5.0.3 (#15492) by dependabot[bot] · 4 weeks ago
  49. b7c213c Support `@SuppressAssertingFormats` (#15490) by Prudhvi Godithi · 4 weeks ago
  50. ec029dd Correctly read missingValue from index sort metadata by Alan Woodward · 4 weeks ago
  51. 682dabd Remove unused bytesComparator field from SortField (#15488) by Alan Woodward · 4 weeks ago
  52. f4f6d70 Remove deprecated SortField.setMissingValue method (#15486) by Alan Woodward · 4 weeks ago
  53. a931b8a Revert "Add `@SuppressAssertingFormats` annotation for fine-grained control over `AssertingCodec` formats (#15468)" by Dawid Weiss · 4 weeks ago
  54. 31366b0 Add `@SuppressAssertingFormats` annotation for fine-grained control over `AssertingCodec` formats (#15468) by Prudhvi Godithi · 4 weeks ago
  55. 683f59f Use bulk scoring new osq (#15474) by Benjamin Trent · 4 weeks ago
  56. 94312d0 Fix testGraphMergeWithDeletes test case to have atleast one vector (#15487) by Pulkit Gupta · 4 weeks ago
  57. 75108f4 Deprecate SortField.setMissingValue() (#15483) by Alan Woodward · 4 weeks ago
  58. 5cc90dd Check node existence before making reverse link in HNSW graph indexing (#15478) by Pulkit Gupta · 4 weeks ago
  59. 2a17a54 Add a public NumericDocValuesRangeQuery class (#15479) by Alan Woodward · 4 weeks ago
  60. f5a9407 Speed up TestNumericComparator (#15484) by Alan Woodward · 4 weeks ago
  61. a3547bd Make field, type and reverse fields on SortField immutable (#15481) by Alan Woodward · 4 weeks ago
  62. fe761a0 Avoid unnecessary sorting and instantiations in readMapOfStrings (#15457) by Benjamin Lerer · 4 weeks ago
  63. a080213 Add new committers to the list (reporting). by Dawid Weiss · 4 weeks ago
  64. 9ed912a Skip heavy TreeSet opts for the first group in FirstPassGroupingCollector (#15128) by gaobinlong · 4 weeks ago
  65. 76ea205 Enabling wrapped collectors in MultiCollector to collectRange (#15475) by Ankit Jain · 5 weeks ago
  66. d4c6319 Fix TestIndexWriterWithThreads exceeding max file handles. (#15437) by Dawid Weiss · 5 weeks ago
  67. e2687ad deps(java): bump com.google.errorprone:error_prone_core from 2.43.0 to 2.44.0 (#15432) by dependabot[bot] · 5 weeks ago
  68. ba277ac Improve round trip conversion of ValueSource <-> DoublesValueSource (#15406) by Chris Hostetter · 5 weeks ago
  69. 3ea2aa75 build(deps): bump ruff from 0.14.2 to 0.14.6 in /dev-tools/scripts (#15460) by dependabot[bot] · 5 weeks ago
  70. fb5c369 build(deps): bump holidays from 0.83 to 0.85 in /dev-tools/scripts (#15461) by dependabot[bot] · 5 weeks ago
  71. 1f4e6fb ci: bump actions/checkout from 5.0.0 to 6.0.0 (#15465) by dependabot[bot] · 5 weeks ago
  72. dbbf94d ci: bump actions/setup-java from 4.7.1 to 5.0.0 (#15464) by dependabot[bot] · 5 weeks ago
  73. 65e8d5c ci: bump astral-sh/setup-uv from 6.8.0 to 7.1.4 (#15463) by dependabot[bot] · 5 weeks ago
  74. cf5a9e0 ci: bump actions/setup-python from 6.0.0 to 6.1.0 (#15462) by dependabot[bot] · 5 weeks ago
  75. 1b2a4d7 build(deps): bump basedpyright in /dev-tools/scripts (#15459) by dependabot[bot] · 5 weeks ago
  76. ef10476 Avoid reconstructing HNSW graphs during segment merging. (#15003) by Pulkit Gupta · 5 weeks ago
  77. fb3cc56 Disable bypassing graph creation for HnswGraphTestCase#testReadWrite (#15419) by Shubham Chaudhary · 5 weeks ago
  78. ca9b680 Update some asserts in search tests (#15251) by Simon Cooper · 5 weeks ago
  79. 311c0a8 TestVectorUtilSupport increase delta for larger vector sizes (#15443) by Tommaso Teofili · 6 weeks ago
  80. c6856c8 Revert "Speed up slow LegacyBaseDocValuesFormatTestCase tests (fixes #1544) (#15448)" by Michael Sokolov · 6 weeks ago
  81. dc7bdd1 deps(java): bump com.diffplug.spotless from 8.0.0 to 8.1.0 (#15455) by dependabot[bot] · 6 weeks ago
  82. a7270d5 Speed up slow LegacyBaseDocValuesFormatTestCase tests (fixes #1544) (#15448) by Michael Sokolov · 6 weeks ago
  83. cb9f297 fix: Typo in the error message (#15451) by jaypengfei · 6 weeks ago
  84. 0117034 Implement sparse LiveDocs to reduce memory by up to 8x (#15413) by Salvatore Campagna · 6 weeks ago
  85. 7d4e224 Adding support for passing an ExecutorService into DirectoryReader.open() to enable concurrent segment reader initialization (#15428) by Bryce Kane · 7 weeks ago
  86. 55dc3bb Make MergingHnswGraphBuilder stable; fixes #15438 (#15439) by Michael Sokolov · 7 weeks ago
  87. 6c5d329 Add method in DirectWriter to compute how many bytes are written for encoding a number of values using a number of bits per value. (#15422) by Ignacio Vera · 7 weeks ago
  88. 3e8c879 Fix flaky TestParentsChildrenBlockJoinQuery (#15435) by Michael Froh · 7 weeks ago
  89. dd70ed5 #14607: Index open performs version check on each segment, ignores indexCreatedVersionMajor by Rahul Goswami · 7 weeks ago
  90. 3bc67d6 Add back-compat indices for 10.3.2 by Simon Cooper · 7 weeks ago
  91. ab362f4 Add bugfix version 10.3.2 by Simon Cooper · 7 weeks ago
  92. 0c8802f DOAP changes for release 10.3.2 by Simon Cooper · 7 weeks ago
  93. d3bd7c7 Speed up NumericUtils#{subtract,add} (#15303) by Kaival Parikh · 8 weeks ago
  94. 08538bb Fix silly inefficiencies in HnswGraph.NodesIterator implementation (#15425) by Michael Sokolov · 8 weeks ago
  95. ba455f2 Add fallback support to Lucene104ScalarQuantizedVectorsFormat getFloatVectorValues when there are no full-precision vectors present (#15415) by Pulkit Gupta · 8 weeks ago
  96. e02bdb4 deps(java): bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#15418) by dependabot[bot] · 8 weeks ago
  97. fe5a123 deps(java): bump com.ibm.icu:icu4j from 77.1 to 78.1 (#15417) by dependabot[bot] · 8 weeks ago
  98. d086036 deps(java): bump com.google.googlejavaformat:google-java-format (#15416) by dependabot[bot] · 8 weeks ago
  99. 2bae327 Failing workflow instead of comment on missing changelog entry (#15409) by Ankit Jain · 8 weeks ago
  100. 7ceee5d Put sensible bounds on quantized scores (#15411) by Trevor McCulloch · 9 weeks ago