1. 567cec6 Remove outdated System.Text.Json pinned reference (#1436) by Paul Irwin · 4 days ago master
  2. 89f5f07 Bump Microsoft.Extensions parent version to 10.0.10 (#1435) by Paul Irwin · 4 days ago
  3. ede6202 fix(docs): keep right menu below sticky header (#1425) by w3lld1 · 9 days ago
  4. 29f50d6 Reduce lock scope in `FSDirectory.DeleteFile`, #1428 (#1429) by Mario Noack · 12 days ago
  5. 60d9864 docs: explain omitted Sandbox query types (#1430) by tomatotomata · 12 days ago
  6. 13c5105 Add client-side async API for replication (IAsyncReplicator) (#1182) by Nehan Khan Pathan · 3 weeks ago
  7. 034c009 fix(ReplicatorTestCase): Replace deprecated WebHostBuilder with HostBuilder (#1411) (#1416) by Shashwat Sinha · 5 weeks ago
  8. 69431e7 Fix website build job to only run if it is executing on the main upstream repository (#1418) by John Bampton · 5 weeks ago
  9. 8a51154 Remove duplicate entry from .gitignore (#1417) by John Bampton · 5 weeks ago
  10. 9c6f8cb Clean up and fix Python and Shell shebang lines (#1415) by John Bampton · 5 weeks ago
  11. f7678bd misc: fix typos (#1404) by John Bampton · 5 weeks ago
  12. af9c814 Enable markdownlint rule MD047; Auto fix end of files with prek (#1412) by John Bampton · 5 weeks ago
  13. b1e88ae [CI] Add prek hook `yamllint`; Minor YAML formatting (#1403) by John Bampton · 5 weeks ago
  14. 046bca9 [CI] Add prek hook `end-of-file-fixer`; Auto fix C# files (#1405) by John Bampton · 5 weeks ago
  15. 1cfe965 Enable markdownlint rule MD038/no-space-in-code Spaces inside code sp… (#1406) by John Bampton · 5 weeks ago
  16. 04f7506 Add docs on the `prek` hook system; Configure `doctoc` hook (#1410) by John Bampton · 5 weeks ago
  17. 736554e Fix for `DebugAssertException` detection during testing + `VIntUtils` length assertions (#1400) by Shad Storhaug · 6 weeks ago
  18. 2cde8b5 Fix random TestRandomChains failures by excluding broken-offsets producers, #1072 (#1348) by Paul Irwin · 7 weeks ago
  19. cd6dfef Website: 4.8.0 beta00018 release updates (#1395) by Shad Storhaug · 7 weeks ago
  20. 08730de `.asf.yaml`: Enable rebase and merge option for PRs. (#1393) by Shad Storhaug · 7 weeks ago
  21. 53a994c `Lucene-Net-Website.yml`: Don't persist checkout credentials on PR branch (#1392) by Shad Storhaug · 7 weeks ago
  22. 3606afd ci(performance): add prek hook priorities for parallel execution (#1379) by John Bampton · 7 weeks ago
  23. 3fe4c42 Implement IsTestThread to fix flaky TestFlushExceptions (#1382) by Paul Irwin · 7 weeks ago
  24. c5c7942 [CI] Add pre-commit hook `markdownlint` with basic config (#1391) by John Bampton · 7 weeks ago
  25. 03d58e3 misc: fix typos (#1388) by John Bampton · 7 weeks ago
  26. d7af24e Added `SpanTools.ValueStringBuilder.Generator` Reference (#1390) by Shad Storhaug · 7 weeks ago
  27. 33c44be Updated Docs and Website Automation Trigger + Procedures (#1386) by Shad Storhaug · 7 weeks ago
  28. fd7ed5c misc: fix typos (#1385) by John Bampton · 7 weeks ago
  29. 0bd234d misc: fix typos (#1384) by John Bampton · 7 weeks ago
  30. 9566bec .asf.yaml: Added docs/* to Maintenance Branch Protection rules, since… (#1383) by Shad Storhaug · 7 weeks ago
  31. b135f05 Remove unnecessary `string.AsSpan()` calls as of C# 14, #1340 (#1374) by Paul Irwin · 7 weeks ago
  32. 3602621 Implement IBufferWriter<char> in OpenStringBuilder and CharTermAttribute, #1315 (#1339) by Paul Irwin · 7 weeks ago
  33. ff37677 Bumped J2N to 2.2.0-alpha-0048 (#1378) by Shad Storhaug · 7 weeks ago
  34. 2e3cf85 Clean up and regenerate codespell.txt ignored words list (#1377) by John Bampton · 7 weeks ago
  35. 3dbdaef Fix FSDirectory fsync race on output close (#1292) by Victor Wilson · 7 weeks ago
  36. e6dd61a misc: fix spelling (#1365) by John Bampton · 7 weeks ago
  37. cba1a56 Add pre-commit hook `doctoc` to auto generate README table of contents (#1366) by John Bampton · 7 weeks ago
  38. f7f8c23 [CI] Add Python bandit security linter as a pre-commit hook (#1370) by John Bampton · 7 weeks ago
  39. 6074850 website: add missing `_appName` docfx config entries (#1372) by John Bampton · 7 weeks ago
  40. ba1b050 Fix GroupingSearch.TotalGroupCount null when groupOffset exceeds group count, #1362 (#1363) by Paul Irwin · 8 weeks ago
  41. 0a16c76 Fix debug asserts and docs for VIntUtils, #1279 (#1360) by Paul Irwin · 8 weeks ago
  42. a6f4657 Validate PatternParser DTDs against expected name (#1358) by Paul Irwin · 8 weeks ago
  43. 7b73146 Validate file paths for FSDirectory and Replicator (#1357) by Paul Irwin · 8 weeks ago
  44. b64bc65 Update .asf.yaml for release branch PRs (#1356) by Paul Irwin · 8 weeks ago
  45. 8367552 Update .asf.yaml for release branch rules (#1355) by Paul Irwin · 8 weeks ago
  46. ba8f049 Finish port of Lucene.Net.Collation functionality, #1343 (#1347) by Paul Irwin · 8 weeks ago
  47. e67da5b Performance improvements for DataInput/DataOutput and bit-shifting logic, #1279 (#1345) by Paul Irwin · 8 weeks ago
  48. 3428473 Reduce Azure DevOps Windows parallelism from 8 to 2, #1350 (#1354) by Paul Irwin · 8 weeks ago
  49. 7bceef4 Bumped ICU4N to 60.1.0-alpha.440 (#1353) by Shad Storhaug · 8 weeks ago
  50. cada5e7 Use C# 14 and fix field warnings/errors, #1340 (#1352) by Paul Irwin · 8 weeks ago
  51. e9ade1f Add required_pull_request_reviews section to .asf.yaml, #1321 (#1349) by Paul Irwin · 8 weeks ago
  52. e2e5d97 Add FileShare.Delete to SimpleFSDirectory and FSIndexOutput, #1283 (#1344) by Paul Irwin · 9 weeks ago
  53. 53cf888 Scan TestFramework assembly in analysis discovery tests, #1126 (#1333) by Paul Irwin · 9 weeks ago
  54. 80b2a66 [CI] Pin all pre-commit hooks to sha for supply chain security (#1332) by John Bampton · 9 weeks ago
  55. 27ee39c misc: fix grammar and spelling (#1335) by John Bampton · 9 weeks ago
  56. b38edb7 Add CITATION file to help users correctly cite the Lucene.NET software (#1330) by John Bampton · 9 weeks ago
  57. 7b7cbb0 website: fix grammar and spelling in Markdown files (#1334) by John Bampton · 9 weeks ago
  58. 04395f4 [CI] Add official pre-commit hook `detect-aws-credentials` (#1328) by John Bampton · 9 weeks ago
  59. 4c9efd7 [CI] Add pre-commit hook gitleaks secret scanner (#1320) by John Bampton · 9 weeks ago
  60. ff956ee misc: fix typos (#1329) by John Bampton · 9 weeks ago
  61. bfa05f8 [CI] Switch pre-commit to use ASF approved prek-action (#1318) by John Bampton · 9 weeks ago
  62. f7b3913 [CI] Pin all actions to latest sha (#1326) by John Bampton · 9 weeks ago
  63. fd356f7 Update copyright year in NOTICE.txt (#1317) by John Bampton · 9 weeks ago
  64. ab18998 Updated copyright year to 2026 in LICENSE.txt (#1323) by Shad Storhaug · 9 weeks ago
  65. a27bda4 Upgrade .NET SDK in Azure DevOps to 10.0.301, #1322 (#1327) by Paul Irwin · 9 weeks ago
  66. dc57c2e CI: Upgraded `DownloadPipelineArtifact` to version 2 (#1324) by Shad Storhaug · 9 weeks ago
  67. 0c15e6d misc: fix typos (#1325) by John Bampton · 9 weeks ago
  68. 34812b5 `.asf.yaml`: use a better repository description (#1319) by John Bampton · 9 weeks ago
  69. 7e749cc Fix typos (#1316) by John Bampton · 9 weeks ago
  70. 90fbe04 Guard Commit() in TestTransactions to handle injected I/O failures, #1298 (#1312) by Paul Irwin · 9 weeks ago
  71. c00eabb Replace LinkedHashSet<T> with OrderedHashSet<T>, #1272 (#1313) by Martin Lindqvist · 9 weeks ago
  72. 8c57a0f Throw on invalid offset 0 in LZ4 decompression, #1276 (#1310) by Paul Irwin · 3 months ago
  73. 640564b Configure merge buttons to attempt fix to .asf.yaml (#1304) by Paul Irwin · 3 months ago
  74. ff37ad2 misc: fix typos (#1308) by John Bampton · 3 months ago
  75. 774bd81 Update dev analyzers; fix some findings (#1168, #924, #1211, #1097) (#1294) by Paul Irwin · 3 months ago
  76. ffbfb36 Add Lucene1001 / Lucene1002 analyzers for TokenStream contract, #1146 (#1288) by Paul Irwin · 3 months ago
  77. 03c5fa6 Exclude binary fonts and test corpora from editorconfig-checker (#1309) by Paul Irwin · 3 months ago
  78. 3f058e2 Fix case of Apache License text in ACKNOWLEDGEMENTS.txt (#1307) by John Bampton · 3 months ago
  79. 7177c8b [CI] Add 3 more pre-commit hooks (#1306) by John Bampton · 3 months ago
  80. 4fbf2e1 Bump https://github.com/oxipng/oxipng in the pre-commit-hooks group (#1305) by dependabot[bot] · 3 months ago
  81. a7ff29a Add Dependabot and configure pre-commit ecosystem (#1249) by John Bampton · 3 months ago
  82. 8d801fb Improve performance and correctness of NumericUtils methods, #1280 (#1282) by Paul Irwin · 3 months ago
  83. 93285b8 fix: Render ASF policy links in static HTML footer (#1303) by Rich Bowen · 3 months ago
  84. 1c95ddc Add Infra-recommended branch protection rules (#1299) by Paul Irwin · 3 months ago
  85. 5976abd Cancellation support for LimitedConcurrencyLevelTaskScheduler, #1253 (#1275) by Paul Irwin · 3 months ago
  86. 5381fdb SWEEP: Replace BCL Dictionary<TKey,TValue> with JCG.Dictionary<TKey,TValue> (#1273) (#1287) by Victor Wilson · 3 months ago
  87. d4e2707 Clean up and order `.rat-excludes` (#1291) by John Bampton · 3 months ago
  88. fa6b6cf [CI] Add ASF Allow list workflow (#1289) by John Bampton · 3 months ago
  89. be94cfd Fix ArgumentOutOfRangeException in IrishLowerCaseFilter span slicing, #1150 (#1286) by Paul Irwin · 3 months ago
  90. b905052 Disable MyGet preview feeds (#1285) by Paul Irwin · 3 months ago
  91. 237aa84 misc: fix typos (#1281) by John Bampton · 4 months ago
  92. 9a1bf2e Fix vulnerable System.Security.Cryptography.Xml via updating Microsoft.Extensions to 10.0.7 (#1260) by Paul Irwin · 4 months ago
  93. 29ddb24 SWEEP: Upgraded to the navigable APIs on `SortedSet<T>` and `SortedDictionary<TKey, TValue>` (#1268) by Shad Storhaug · 4 months ago
  94. dff28e7 misc: fix typos (#1270) by John Bampton · 4 months ago
  95. 679dfac misc: fix spelling and clean up (#1269) by John Bampton · 4 months ago
  96. fa77f63 More BytesRef/UnicodeUtil UTF-8-to-string fixes, #1024 (#1171) by Paul Irwin · 4 months ago
  97. 1a1103d Fix concurrent-extension race in MMapDirectory.Map, #1090 (#1263) by Paul Irwin · 4 months ago
  98. 36b57d5 misc: fix typos (#1266) by John Bampton · 4 months ago
  99. 84cc755 Remove lib folder; add Apache RAT script (#1256) (#1258) by Paul Irwin · 4 months ago
  100. b05b879 dependencies.props: Bumped J2N to 2.2.0-alpha-0042 (#1265) by Shad Storhaug · 4 months ago