1. 53f020b Fix integer overflow in IndexInputStream.Read(), #1158 (#1173) by Paul Irwin · 17 hours ago master
  2. f38de47 Add async PerformAsync and FlushAsync methods with CancellationToken support (#1170) by Nehan Khan Pathan · 4 days ago
  3. 0a8d39c Fix dictionary access in MultiFieldQueryParser, #1157 (#1167) by Paul Irwin · 11 days ago
  4. 0521bba UnicodeUtil updates: TryUTF8toUTF16, ReadOnlySpan methods, #1024 (#1057) by Paul Irwin · 11 days ago
  5. c4d6fe3 Fix .asf.yaml syntax error for Apache Infrastructure (#1166) by Paul Irwin · 2 weeks ago
  6. 0e63339 Added EditorConfig Style Enforcement via GitHub Actions (#1164) by Shad Storhaug · 2 weeks ago
  7. 0f4e398 misc: fix typos (#1163) by John Bampton · 9 weeks ago
  8. 3ec461d misc: fix typos (#1162) by John Bampton · 2 months ago
  9. 5a9516c ThaiTokenizer + ICUTokenizer: Fixed ICU4N BreakIterator issues to address concurrency problems (Fixes #1035, #1135, and #1159) (#1161) by Shad Storhaug · 3 months ago
  10. a0578d6 BREAKING: De-nest AttributeSource.AttributeFactory, #1145 (#1147) by Paul Irwin · 6 months ago
  11. 52ee6bb Remove adjust logic in MMapDirectory, #1090 (#1138) by Paul Irwin · 6 months ago
  12. 3729d32 BREAKING: Move CrankyTokenFilter to Lucene.Net.Analysis namespace (#1149) by Nehan Khan Pathan · 6 months ago
  13. 2f20ae1 Overhaul TokenStream ICloseable/IDisposable Patterns, #271 (#1058) by Paul Irwin · 6 months ago
  14. a96e768 Remove unused private members, #669 (#1139) by Paul Irwin · 6 months ago
  15. 54505e8 Remove unnecessary use of NoInlining and add traceability for valid uses, #931 (#1134) by Paul Irwin · 6 months ago
  16. 690b175 Fix failing tests when local time zone has DST, #1133 (#1137) by Paul Irwin · 6 months ago
  17. 4c19e5d Reduce Powershell build output noise (#1136) by Paul Irwin · 6 months ago
  18. 4d17819 Fix LimitedConcurrencyLevelTaskScheduler timing-dependent tests, #1123 (#1131) by Paul Irwin · 7 months ago
  19. 77a661d Add Support unit tests for ConcurrentSet (#1129) by Paul Irwin · 7 months ago
  20. 6b161d9 Add support unit tests for ConcurrentHashSet, #1117 (#1128) by Paul Irwin · 7 months ago
  21. 7401968 Add Support unit tests for CollectionExtensions, #1115 (#1122) by Paul Irwin · 7 months ago
  22. fa630da Added RepeatAttribute that is aware of RandomizedContext (#1125) by Shad Storhaug · 7 months ago
  23. b1d309f Add unit tests for LimitedConcurrencyLevelTaskScheduler, #1110 (#1119) by Paul Irwin · 8 months ago
  24. 5007427 Add unit tests for ExceptionExtensions, #1112 (#1120) by Paul Irwin · 8 months ago
  25. 6af9708 Add unit tests for StreamExtensions, #1105 (#1109) by Paul Irwin · 8 months ago
  26. ab73b08 BREAKING: Remove SystemConsole class, #920, #936 (#1113) by Paul Irwin · 8 months ago
  27. 4acbde3 Lucene.Net.Util.Events.TestPubSubEvent::CanAddSubscriptionWhileEventIsFiringNonGeneric(): Added [Ignore] attribute, as this only applies prior to .NET Standard 2.1 and was an inherited problem from Prism.Core. (#1107) by Shad Storhaug · 8 months ago
  28. 2a0c974 PERFORMANCE: Lucene.Net.Replicator.LocalReplicator.ReplicationSession: Use J2N.Collections.Dictionary<TKey, TValue> to allow deleting while iterating forward prior to .NET Core (fixes #1070). (#1108) by Shad Storhaug · 8 months ago
  29. 013f962 Fix TestBufferedCharFilter.Test_Ready failing test, #1102 (#1104) by Paul Irwin · 8 months ago
  30. 728d555 SWEEP: Make private/internal fields readonly where possible, #661 (#1103) by Paul Irwin · 8 months ago
  31. 5374caa SWEEP: PrintStackTrace cleanup, #932 (#1101) by Paul Irwin · 8 months ago
  32. dcfa0e2 Added DisposeAfterSuite/DisposeAfterTest feature to test framework (#1096) by Shad Storhaug · 8 months ago
  33. 84b7c60 Remove unnecessary NoInlining, #931 (#1099) by Paul Irwin · 8 months ago
  34. ad5d70a IDisposable Pattern Cleanup and fix TestDictionary.TestResourceCleanup, #265 (#1095) by Paul Irwin · 8 months ago
  35. 4bf492c Use DecoderFallback.ExceptionFallback to match Java's CodingErrorAction.REPORT, #1076 (#1089) by Paul Irwin · 8 months ago
  36. 24fb64b Add some Support unit tests, #920 (#1093) by Paul Irwin · 8 months ago
  37. c3b6896 Finish [SuppressTempFileChecks] attribute functionality, #898 (#1084) by Paul Irwin · 8 months ago
  38. a9f7d30 Lucene.Net.TestFramework: Improved error handling and test reporting (#1092) by Shad Storhaug · 8 months ago
  39. c2583f0 Replace typeof(X).Name with nameof(X) #1077 (#1091) by manognyab · 8 months ago
  40. 705a288 Fix failing QueryParser Flexible tests due to zh-Hant-TW culture bug, #846 (#1078) by Paul Irwin · 8 months ago
  41. 12b8941 BREAKING: Use BOM-less UTF-8 encoding for writes, #1027 (#1075) by Paul Irwin · 8 months ago
  42. 8f5f421 Use full test name in NUnit tests, #923 (#1086) by Paul Irwin · 8 months ago
  43. dbc602c SWEEP: Replace IndexOutOfRangeException with ArgumentOutOfRangeException except for indexer use, #1023 (#1083) by Paul Irwin · 8 months ago
  44. d95a40b SWEEP: Use pattern matching, #667 (#1082) by Paul Irwin · 8 months ago
  45. 47adc07 Simplify IndexReader constructor, #919 (#1081) by Paul Irwin · 8 months ago
  46. d96dc9e Dispose of some disposables, #265, #615 (#1074) by Paul Irwin · 8 months ago
  47. 85c0141 Port Packed Producing Python Programs, #1008 (#1067) by Paul Irwin · 9 months ago
  48. e40a520 Replace SetOnce Get/Set with Value, #1069 (#1071) by Paul Irwin · 9 months ago
  49. a739a80 SWEEP: Add unchecked to GetHashCode, #1065 (#1068) by Paul Irwin · 9 months ago
  50. 7cfc4c3 Convert Lucene volatile long/double values to Atomic counterparts, #1063 (#1064) by Paul Irwin · 9 months ago
  51. f7038ba SWEEP: Make anonymous class members default to private instead of internal, #715 (#1061) by Paul Irwin · 9 months ago
  52. 3d489a6 Add operator overrides for public IComparable types, #683 (#1056) by Paul Irwin · 9 months ago
  53. 9c88340 Run tests on .NET 9, #1019 (#1052) by Paul Irwin · 9 months ago
  54. d597a5f Fix overflow in ByteBlockPool, #1003 (#1055) by Paul Irwin · 9 months ago
  55. 5b7d0ac IAttribute and ICharTermAttribute method changes, #1038 (#1049) by Paul Irwin · 9 months ago
  56. d1386d5 Fix intermittent failed TestMaxClauseLimitations tests, #1050 (#1054) by Paul Irwin · 9 months ago
  57. abe75de SWEEP: Rename BeforeClass/AfterClass to OneTimeSetUp/OneTimeTearDown, #1016 (#1051) by Paul Irwin · 9 months ago
  58. e9c865c Expressions.JS: Bitwise left shift bugfixes, #1034 (#1048) by Paul Irwin · 9 months ago
  59. 6d62a57 Use upload-artifacts@4 GitHub action task, #1046 (#1047) by Paul Irwin · 9 months ago
  60. 72123b0 Enable TestICUFoldingFilterFactory.Test (#1045) by Paul Irwin · 9 months ago
  61. ccff6dd Fix csharpsquid:S1117 SonarCloud warnings about shadowing fields with variable names (#1042) by Paul Irwin · 10 months ago
  62. 63f6d5e Drop net6.0 target and use net6.0 to run netstandard2.1 tests, #1020 (#1039) by Paul Irwin · 10 months ago
  63. 0e54d66 Implement ISpanAppendable in CharBlockArray and CharTermAttributeImpl (#1028) by Paul Irwin · 10 months ago
  64. 2d4d332 Fixed encoding provider loading on .NET Framework (for .NET Standard 2.0 target) (#1036) by Shad Storhaug · 10 months ago
  65. 3989c5a Replace lucene.testSettings.config references with lucene.testsettings.json, #997 (#1035) by Paul Irwin · 10 months ago
  66. b88e53e Fix incorrect usage of argument exceptions for Sonar csharpsquid:S3928, #682 (#1033) by Paul Irwin · 10 months ago
  67. 3c14b14 Add comments to empty blocks to address csharpsquid:S108, #672 (#1032) by Paul Irwin · 10 months ago
  68. 18bd8bf BREAKING: Make ReusableStringReader internal (#1030) by Paul Irwin · 10 months ago
  69. c4ab72c Test review A-D, #259 (#1018) by Paul Irwin · 10 months ago
  70. b28fa34 Improve message for unit test failures for lucene.testsettings.json, #999 (#1021) by Paul Irwin · 10 months ago
  71. 92029e8 Upgrade NUnit to 3.14 and update test adapter and VS test SDK packages (#1000) by Paul Irwin · 10 months ago
  72. 3adb958 Test review E-I, #259 (#1014) by Paul Irwin · 10 months ago
  73. de280b0 Respect ignoreCase flag in CommonGramsFilterFactory (#781) by H.H.Chen · 10 months ago
  74. e05e0ff Migrate to ANTLR v4 in Lucene.Net.Expressions, #977 (#996) by Paul Irwin · 10 months ago
  75. c1d2d66 .github/release.yml: Added "Improvements" category and updated docs (#1015) by Shad Storhaug · 10 months ago
  76. 974db69 Moved .msbuildproj files into a new /proj folder so the distribution can exclude /websites and /.github without Lucene.Net.sln missing dependencies (#1012) by Shad Storhaug · 10 months ago
  77. fcd7684 websites/site/lucenetemplate/.htaccess: Fixed regex so it doesn't capture the -latest or Latest part of the URL by Shad Storhaug · 10 months ago
  78. cbc3df2 website: make-release.md: Fixed broken anchor link by Shad Storhaug · 10 months ago
  79. 37df092 Added GitHub Automation for Release Notes (#1011) by Shad Storhaug · 10 months ago
  80. ec575e3 Updated .htaccess copy and release procedure (#1010) by Shad Storhaug · 10 months ago
  81. 46f1292 SWEEP: Normalized all TODOs to LUCENENET TODO and LUCENENET UPGRADE TODO (#1009) by Shad Storhaug · 10 months ago
  82. 0d25d8f Fix SegmentInfos replace doesn't update userData (#948) by tohidemyname · 10 months ago
  83. 98af2bb FuzzyQuery produces a wrong result when prefix is equal to the term length (#1002) by Paul Irwin · 10 months ago
  84. ca3bdac ShingleFilter produces invalid queries (#946) by tohidemyname · 10 months ago
  85. 4b491f1 SWEEP: Replace J2N's TripleShift call with C# 11's unsigned right shift operator (#1007) by Paul Irwin · 10 months ago
  86. fca5ccf website/site/.htaccess - bug fix by removing BOM and update for beta00017 redirection by rclabo · 10 months ago
  87. 8c015e0 docfx.global.json, docs.ps1: Removed _gitContribute section by Shad Storhaug · 10 months ago
  88. d01b463 websites/apidocs/docfx.global.json: Disable contribution by Shad Storhaug · 10 months ago
  89. 0976f4e websites/apidocs/docfx.global.json: Restored _gitContribute section by Shad Storhaug · 10 months ago
  90. 761e306 revert docfx.json by Shad Storhaug · 10 months ago
  91. f2a4d1b websites/apidocs/docs.ps1: Restored script to update _gitContribute.branch by Shad Storhaug · 10 months ago
  92. 85dc7e5 websites/apidocs/docfx.json: Restored _gitContrbute section by Shad Storhaug · 10 months ago
  93. 7c36802 Updated website for 4.8.0 beta00017 post-release (#995) by Shad Storhaug · 10 months ago
  94. c185123 Update README.md for .NET support (#992) by Paul Irwin · 10 months ago
  95. aea7677 website: make-release.md: Added link to the Apache Release Policy for the PMC to review when voting by Shad Storhaug · 10 months ago
  96. 1e6d122 website: make-release.md: Added step to check the packages in NuGet Package Explorer to ensure Source Link settings are valid. by Shad Storhaug · 11 months ago
  97. f74969b website/docs: Updated copyright date in footer to 2024 by Shad Storhaug · 11 months ago
  98. e94c4b4 website: Updated 4.8.0-beta00017 release notes by Shad Storhaug · 11 months ago
  99. d1d9e7e Added check to ensure the _site directory exists before copying to it by Shad Storhaug · 11 months ago
  100. 5784b18 Prep 4.8.0 beta00017 (#795) by Laimonas Simutis · 11 months ago Lucene.Net_4_8_0_beta00017