1. 06973f5 Harden BaseDocValuesFormatTestCase (#13346) by Nhat Nguyen · 2 days ago main
  2. 30da7da gh-13340: Allow adding a parent field to an index with no fields (#13341) by Michael Sokolov · 2 days ago
  3. 40cae08 Move lazy init facets from 10.0 to 9.11 by Stefan Vodita · 6 days ago
  4. c3b0e05 Make segment/field attribute updates thread-safe. (#13331) by Adrien Grand · 6 days ago
  5. 07b37ee Add test case to ensure scalar quantization adheres to known ranges (#13336) by Benjamin Trent · 7 days ago
  6. 7d87a77 Fix TestHnswBitVectorsFormat.testIndexAndSearchBitVectors flakiness (#13333) by Benjamin Trent · 7 days ago
  7. e40e108 Improve int4 compressed comparisons performance (#13321) by Benjamin Trent · 8 days ago
  8. e6dac34 Improve MissingDoclet linter to check records correctly (#13332) by Uwe Schindler · 9 days ago
  9. 9af3ef8 IndexWriter: Treat java.lang.Error as tragedy (#13277) by Robert Muir · 2 weeks ago
  10. fb12e09 Narrow MASKS and UTF8Byte.value's type, assign MASKS by left shift in UTF32ToUTF8 (#13310) by zhouhui · 2 weeks ago
  11. 3c8467d Remove unnecessary assert, fix comment. (#13279) by zhouhui · 2 weeks ago
  12. d57267a Fix TestLucene90FieldInfosFormat.testRandom (#13135) by Shubham Chaudhary · 2 weeks ago
  13. 3024e66 Use Arrays.compareUnsigned instead of iterating compare. (#13252) by zhouhui · 3 weeks ago
  14. 1f1181a Do not use mock merge policy for TestSimilarity (#13314) by Zhang Chao · 3 weeks ago
  15. f665bd1 Fix test failure TestKnnByteVectorQuery#testTimeLimitingKnnCollectorManager (#13312) by Zhang Chao · 3 weeks ago
  16. 3d86ff2 Add BitVectors format and make flat vectors format easier to extend (#13288) by Benjamin Trent · 3 weeks ago
  17. bc678ac Use jdk11 primitives in test to allow backport to branch_9x (#13311) by Vigya Sharma · 3 weeks ago
  18. 3ba7ebb Add more backwards compability tests for Scalar quantization (#13298) by Benjamin Trent · 3 weeks ago
  19. dcb5122 Convert FieldEntry to record (#13296) by Sanjay Dutt · 3 weeks ago
  20. dca8723 Fix test failure TestDocumentsImpl.testGetDocumentFields (#13303) by Zhang Chao · 3 weeks ago
  21. 1c3c094 Use Float.compare/Double.compare instead of '==' in geo classes (#13301) by Tim Grein · 3 weeks ago
  22. 0345fca UnifiedHighlighter highlight on multiple fields (#13268) by Mayya Sharipova · 4 weeks ago
  23. e19238a Increase the default number of merge threads. (#13294) by Adrien Grand · 4 weeks ago
  24. fbea47b Tidy by Adrien Grand · 4 weeks ago
  25. 927f081 Disable ConcurrentMergeScheduler's auto I/O throttling by default. (#13293) by Adrien Grand · 4 weeks ago
  26. 0016c79 Remove unnecessary calculating for termLen. (#13291) by zhouhui · 4 weeks ago
  27. f44ded0 fix s/Long/Fixed in FixedBitSet javadocs (#13290) by Christine Poerschke · 4 weeks ago
  28. c22c913 Move MIGRATE entry to the correct section. by Adrien Grand · 4 weeks ago
  29. 66b121f Remove deprecated code (#13286) by Sanjay Dutt · 4 weeks ago
  30. 13cf882 Fix failing BaseKnnVectorQueryTestCase#testTimeout (#13283) by Kaival Parikh · 4 weeks ago
  31. 203cf7b Simplify bytes arrays in NumericLeafComparator to long (#13246) by gf2121 · 4 weeks ago
  32. 26fe2c4 Move per-field vector and doc-values readers from TreeMap to HashMap. (#13284) by Adrien Grand · 4 weeks ago
  33. afe982b Schedule compileJava after the internal task if it affects source files (#13282) by Dawid Weiss · 4 weeks ago
  34. df0384c Remove Accountable interface in KnnVectorsReader (#13255) by Pulkit Gupta · 4 weeks ago
  35. 4c843fc Update CHANGES after #13267. by Adrien Grand · 5 weeks ago
  36. 1b98db5 Propagate the flush IOContext to stored fields / term vectors writers when index sorting is enabled. (#13265) by Adrien Grand · 5 weeks ago
  37. 767bd3a Revert version files to not include unreleased version (#13274) by Benjamin Trent · 5 weeks ago
  38. 9ba4af7 Reduce duplication in taxonomy facets; always do counts (#12966) by Stefan Vodita · 5 weeks ago
  39. 02bc51a move TestBugInSomething to analysis.tests by Robert Muir · 5 weeks ago
  40. 88c0909 Test mute for issue #13272 (#13273) by Benjamin Trent · 5 weeks ago
  41. 5b5a02d GITHUB-13218: Add migrate entry for Collector to CollectorManager migration (#13238) by Zach Chen · 5 weeks ago
  42. f7db975 Make the default ReadAdvice configurable by sysprop (#13264) by Uwe Schindler · 5 weeks ago
  43. 4ea2bae Use `ReadAdvice#RANDOM` when appropriate. (#13222) by Adrien Grand · 5 weeks ago
  44. 6104c86 Correct quantized HNSW validation to be in-line with HNSW (#13263) by Benjamin Trent · 5 weeks ago
  45. 2ee537c Convert BooleanClause class to record class (#13261) by Pulkit Gupta · 5 weeks ago
  46. a2676b1 Use ReadAdvice.RANDOM by default. (#13244) by Adrien Grand · 5 weeks ago
  47. 54a2e11 upgrade icu4j to 74.2 (#13239) by Robert Muir · 5 weeks ago
  48. 342c814 BaseVectorSimilarityQueryTestCase assumes connected hnsw graph (#13260) by Michael Sokolov · 5 weeks ago
  49. df154cd Add timeout support to AbstractKnnVectorQuery (#13202) by Kaival Parikh · 5 weeks ago
  50. 45c4f8c Adds bwc indices for 9.10.1 (#13258) by Benjamin Trent · 5 weeks ago
  51. 9c9f934 Simplify PackedInts#longCount (#13256) by Zhang Chao · 5 weeks ago
  52. 07d3be5 Expand scalar quantization with adding half-byte (int4) quantization (#13197) by Benjamin Trent · 5 weeks ago
  53. bf193a7 #13149: move CHANGES entry under 9.11.0 by Mike McCandless · 5 weeks ago
  54. 4eeb3a7 Made DocIdsWriter use DISI when reading documents with an IntersectVisitor (#13149) by Anton Hägerstrand · 5 weeks ago
  55. 7c3ee79 Fix container inefficiencies in FieldInfos.java (#13254) by cinsttool · 5 weeks ago
  56. baecaf5 Fix PR number reference (#11722 -> #11888) by Mike McCandless · 5 weeks ago
  57. 7eec0a4 #11722: add CHANGES.txt entry by Mike McCandless · 5 weeks ago
  58. bf07450 [Fix] Binary search the BlockTree term entries when all suffixes have the same length in a leaf block. (#11888) by zhouhui · 5 weeks ago
  59. 42f2da5 Fix ram estimate and its test for PackedInts.NullReader singleton (#13250) by Armin Braun · 5 weeks ago
  60. e2110e0 Add regeneration workaround to the docs by Robert Muir · 6 weeks ago
  61. c0d8193 Fix vector type check for diversified knn search (#13235) by Benjamin Trent · 6 weeks ago
  62. 6d120c4 Add missing 9.10.1 in the Version file (#13248) by Benjamin Trent · 6 weeks ago
  63. d6eb126 Delete TimeLimitingCollector after deprecation (#13243) by Kaival Parikh · 6 weeks ago
  64. ce978d7 Cleanup Javadocs of IOContext and use simpler ctor for DEFAULT (#13247) by Uwe Schindler · 6 weeks ago
  65. 11eb0cc Optimization: Use precalculated IOContexts for withReadAdvice() to not create new instances all the time (#13245) by Uwe Schindler · 6 weeks ago
  66. 69172b1 Use FieldInfo vector similarity in knn readers (#13237) by Benjamin Trent · 6 weeks ago
  67. c41eb22 Introduce singleton for PackedInts.NullReader of size 256 (#13232) by Armin Braun · 6 weeks ago
  68. 32d6920 Replace (IO)Context#READ with (IO)Context.DEFAULT. (#13242) by Adrien Grand · 6 weeks ago
  69. 4a3f4cf Make `OneMerge#reorder` preserve blocks. (#13128) by Adrien Grand · 6 weeks ago
  70. a807772 More consistently use a SEQUENTIAL ReadAdvice for merging. (#13229) by Adrien Grand · 6 weeks ago
  71. 878d233 Mark TimeLimitingCollector as deprecated (#13220) by Kaival Parikh · 6 weeks ago
  72. 42a5ff6 Test KNN query works seamlessly regardless of underlying format (#13225) by Tommaso Teofili · 6 weeks ago
  73. 6cba773 Use singleton for all-zeros DirectMonotonicReader.Meta (#13224) by Armin Braun · 6 weeks ago
  74. 8f4e449 Add RomanianNormalizationFilter (#13233) by Robert Muir · 6 weeks ago
  75. a7e9162 remove unnecessary chmod+x, file is marked executable in snowball git by Robert Muir · 6 weeks ago
  76. 3553769 remove now-unnecessary snowball mojibake hack (#13231) by Robert Muir · 6 weeks ago
  77. 11712a3 remove unsupported snowball algorithms (#13230) by Robert Muir · 6 weeks ago
  78. 69d846f Add Romanian stopwords with s&t with comma (#12172) by Trey Jones · 6 weeks ago
  79. f6d0834 fix typo in older changes entry by Uwe Schindler · 6 weeks ago
  80. 376ec27 #13206: Move changes entry to 9.11 by Uwe Schindler · 6 weeks ago
  81. 3917d22 Subtract deleted file size from the cache size of NRTCachingDirectory. (#13206) by Jean-François BOEUF · 6 weeks ago
  82. ad85451 upgrade snowball to 34f3612e5e8c (round two) (#13227) by Robert Muir · 6 weeks ago
  83. 96c0c30 Clean up variable-gaps terms format. (#13216) by Adrien Grand · 6 weeks ago
  84. d54663a upgrade snowball to 26db1ab9adbf437f37a6facd3ee2aad1da9eba03 (#13209) by Robert Muir · 6 weeks ago
  85. 8558934 Replace boolean flags on `IOContext` with an enum. (#13219) by Adrien Grand · 6 weeks ago
  86. 1f909ba Speed up writeGroupVInts (#13203) by Zhang Chao · 6 weeks ago
  87. 26f5065 Add support for Github issue numbers in Markdown converter (e.g., MIGRATE.md file) (#13215) by Uwe Schindler · 6 weeks ago
  88. 99b9636 Break point estimation when threshold exceeded (#13199) by gf2121 · 6 weeks ago
  89. 8c4ec1d Convert IOContext, MergeInfo, and FlushInfo to record classes (#13205) by Uwe Schindler · 6 weeks ago
  90. 209aa05 Avoid creating large buffer in TestMMapDirectory.testWithRandom (#13214) by Chris Hegarty · 6 weeks ago
  91. 9fffc6e #13196, #13213: Remove logging relic from main branch by Uwe Schindler · 6 weeks ago
  92. 61e5da3 #13196, #13213: Fix test on windows to close file so it can be deleted after test run by Uwe Schindler · 6 weeks ago
  93. a4055da Add support for posix_madvise to Java 21 MMapDirectory (#13196) by Uwe Schindler · 6 weeks ago
  94. f4db67f Avoid modify merge state in per field mergers (#13208) by Nhat Nguyen · 6 weeks ago
  95. d5ef6ed Only check the knn specific options, if a vector dictionary source was provided. (#13163) by Tim Grein · 6 weeks ago
  96. 04f335a Upgrade forbiddenapis to version 3.7 and ASM for APIJAR extraction to 9.7 by Uwe Schindler · 7 weeks ago
  97. 00073c4 Fix equals/hashcode of IOContext (#13204) by Uwe Schindler · 7 weeks ago
  98. 75e1ebc Add new parallel merge task executor for parallel actions within a single merge action (#13190) by Benjamin Trent · 7 weeks ago
  99. d5f8853 Fix NPE for when fields are missing in `searchNearestVectors` (#13195) by Benjamin Trent · 7 weeks ago
  100. c78533c Support getMaxScore of DisjunctionSumScorer for non top level scoring clause (#13066) by Shintaro Murakami · 7 weeks ago