- a0578d6 BREAKING: De-nest AttributeSource.AttributeFactory, #1145 (#1147) by Paul Irwin · 8 weeks ago master
- 52ee6bb Remove adjust logic in MMapDirectory, #1090 (#1138) by Paul Irwin · 8 weeks ago
- 3729d32 BREAKING: Move CrankyTokenFilter to Lucene.Net.Analysis namespace (#1149) by Nehan Khan Pathan · 8 weeks ago
- 2f20ae1 Overhaul TokenStream ICloseable/IDisposable Patterns, #271 (#1058) by Paul Irwin · 9 weeks ago
- a96e768 Remove unused private members, #669 (#1139) by Paul Irwin · 10 weeks ago
- 54505e8 Remove unnecessary use of NoInlining and add traceability for valid uses, #931 (#1134) by Paul Irwin · 10 weeks ago
- 690b175 Fix failing tests when local time zone has DST, #1133 (#1137) by Paul Irwin · 10 weeks ago
- 4c19e5d Reduce Powershell build output noise (#1136) by Paul Irwin · 10 weeks ago
- 4d17819 Fix LimitedConcurrencyLevelTaskScheduler timing-dependent tests, #1123 (#1131) by Paul Irwin · 3 months ago
- 77a661d Add Support unit tests for ConcurrentSet (#1129) by Paul Irwin · 3 months ago
- 6b161d9 Add support unit tests for ConcurrentHashSet, #1117 (#1128) by Paul Irwin · 3 months ago
- 7401968 Add Support unit tests for CollectionExtensions, #1115 (#1122) by Paul Irwin · 4 months ago
- fa630da Added RepeatAttribute that is aware of RandomizedContext (#1125) by Shad Storhaug · 4 months ago
- b1d309f Add unit tests for LimitedConcurrencyLevelTaskScheduler, #1110 (#1119) by Paul Irwin · 4 months ago
- 5007427 Add unit tests for ExceptionExtensions, #1112 (#1120) by Paul Irwin · 4 months ago
- 6af9708 Add unit tests for StreamExtensions, #1105 (#1109) by Paul Irwin · 4 months ago
- ab73b08 BREAKING: Remove SystemConsole class, #920, #936 (#1113) by Paul Irwin · 4 months ago
- 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 · 4 months ago
- 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 · 4 months ago
- 013f962 Fix TestBufferedCharFilter.Test_Ready failing test, #1102 (#1104) by Paul Irwin · 4 months ago
- 728d555 SWEEP: Make private/internal fields readonly where possible, #661 (#1103) by Paul Irwin · 4 months ago
- 5374caa SWEEP: PrintStackTrace cleanup, #932 (#1101) by Paul Irwin · 4 months ago
- dcfa0e2 Added DisposeAfterSuite/DisposeAfterTest feature to test framework (#1096) by Shad Storhaug · 4 months ago
- 84b7c60 Remove unnecessary NoInlining, #931 (#1099) by Paul Irwin · 4 months ago
- ad5d70a IDisposable Pattern Cleanup and fix TestDictionary.TestResourceCleanup, #265 (#1095) by Paul Irwin · 4 months ago
- 4bf492c Use DecoderFallback.ExceptionFallback to match Java's CodingErrorAction.REPORT, #1076 (#1089) by Paul Irwin · 4 months ago
- 24fb64b Add some Support unit tests, #920 (#1093) by Paul Irwin · 4 months ago
- c3b6896 Finish [SuppressTempFileChecks] attribute functionality, #898 (#1084) by Paul Irwin · 4 months ago
- a9f7d30 Lucene.Net.TestFramework: Improved error handling and test reporting (#1092) by Shad Storhaug · 4 months ago
- c2583f0 Replace typeof(X).Name with nameof(X) #1077 (#1091) by manognyab · 4 months ago
- 705a288 Fix failing QueryParser Flexible tests due to zh-Hant-TW culture bug, #846 (#1078) by Paul Irwin · 4 months ago
- 12b8941 BREAKING: Use BOM-less UTF-8 encoding for writes, #1027 (#1075) by Paul Irwin · 4 months ago
- 8f5f421 Use full test name in NUnit tests, #923 (#1086) by Paul Irwin · 4 months ago
- dbc602c SWEEP: Replace IndexOutOfRangeException with ArgumentOutOfRangeException except for indexer use, #1023 (#1083) by Paul Irwin · 5 months ago
- d95a40b SWEEP: Use pattern matching, #667 (#1082) by Paul Irwin · 5 months ago
- 47adc07 Simplify IndexReader constructor, #919 (#1081) by Paul Irwin · 5 months ago
- d96dc9e Dispose of some disposables, #265, #615 (#1074) by Paul Irwin · 5 months ago
- 85c0141 Port Packed Producing Python Programs, #1008 (#1067) by Paul Irwin · 5 months ago
- e40a520 Replace SetOnce Get/Set with Value, #1069 (#1071) by Paul Irwin · 5 months ago
- a739a80 SWEEP: Add unchecked to GetHashCode, #1065 (#1068) by Paul Irwin · 5 months ago
- 7cfc4c3 Convert Lucene volatile long/double values to Atomic counterparts, #1063 (#1064) by Paul Irwin · 5 months ago
- f7038ba SWEEP: Make anonymous class members default to private instead of internal, #715 (#1061) by Paul Irwin · 5 months ago
- 3d489a6 Add operator overrides for public IComparable types, #683 (#1056) by Paul Irwin · 5 months ago
- 9c88340 Run tests on .NET 9, #1019 (#1052) by Paul Irwin · 5 months ago
- d597a5f Fix overflow in ByteBlockPool, #1003 (#1055) by Paul Irwin · 5 months ago
- 5b7d0ac IAttribute and ICharTermAttribute method changes, #1038 (#1049) by Paul Irwin · 5 months ago
- d1386d5 Fix intermittent failed TestMaxClauseLimitations tests, #1050 (#1054) by Paul Irwin · 5 months ago
- abe75de SWEEP: Rename BeforeClass/AfterClass to OneTimeSetUp/OneTimeTearDown, #1016 (#1051) by Paul Irwin · 6 months ago
- e9c865c Expressions.JS: Bitwise left shift bugfixes, #1034 (#1048) by Paul Irwin · 6 months ago
- 6d62a57 Use upload-artifacts@4 GitHub action task, #1046 (#1047) by Paul Irwin · 6 months ago
- 72123b0 Enable TestICUFoldingFilterFactory.Test (#1045) by Paul Irwin · 6 months ago
- ccff6dd Fix csharpsquid:S1117 SonarCloud warnings about shadowing fields with variable names (#1042) by Paul Irwin · 6 months ago
- 63f6d5e Drop net6.0 target and use net6.0 to run netstandard2.1 tests, #1020 (#1039) by Paul Irwin · 6 months ago
- 0e54d66 Implement ISpanAppendable in CharBlockArray and CharTermAttributeImpl (#1028) by Paul Irwin · 6 months ago
- 2d4d332 Fixed encoding provider loading on .NET Framework (for .NET Standard 2.0 target) (#1036) by Shad Storhaug · 6 months ago
- 3989c5a Replace lucene.testSettings.config references with lucene.testsettings.json, #997 (#1035) by Paul Irwin · 6 months ago
- b88e53e Fix incorrect usage of argument exceptions for Sonar csharpsquid:S3928, #682 (#1033) by Paul Irwin · 6 months ago
- 3c14b14 Add comments to empty blocks to address csharpsquid:S108, #672 (#1032) by Paul Irwin · 6 months ago
- 18bd8bf BREAKING: Make ReusableStringReader internal (#1030) by Paul Irwin · 6 months ago
- c4ab72c Test review A-D, #259 (#1018) by Paul Irwin · 6 months ago
- b28fa34 Improve message for unit test failures for lucene.testsettings.json, #999 (#1021) by Paul Irwin · 6 months ago
- 92029e8 Upgrade NUnit to 3.14 and update test adapter and VS test SDK packages (#1000) by Paul Irwin · 6 months ago
- 3adb958 Test review E-I, #259 (#1014) by Paul Irwin · 6 months ago
- de280b0 Respect ignoreCase flag in CommonGramsFilterFactory (#781) by H.H.Chen · 6 months ago
- e05e0ff Migrate to ANTLR v4 in Lucene.Net.Expressions, #977 (#996) by Paul Irwin · 6 months ago
- c1d2d66 .github/release.yml: Added "Improvements" category and updated docs (#1015) by Shad Storhaug · 6 months ago
- 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 · 6 months ago
- fcd7684 websites/site/lucenetemplate/.htaccess: Fixed regex so it doesn't capture the -latest or Latest part of the URL by Shad Storhaug · 6 months ago
- cbc3df2 website: make-release.md: Fixed broken anchor link by Shad Storhaug · 6 months ago
- 37df092 Added GitHub Automation for Release Notes (#1011) by Shad Storhaug · 6 months ago
- ec575e3 Updated .htaccess copy and release procedure (#1010) by Shad Storhaug · 6 months ago
- 46f1292 SWEEP: Normalized all TODOs to LUCENENET TODO and LUCENENET UPGRADE TODO (#1009) by Shad Storhaug · 6 months ago
- 0d25d8f Fix SegmentInfos replace doesn't update userData (#948) by tohidemyname · 6 months ago
- 98af2bb FuzzyQuery produces a wrong result when prefix is equal to the term length (#1002) by Paul Irwin · 6 months ago
- ca3bdac ShingleFilter produces invalid queries (#946) by tohidemyname · 6 months ago
- 4b491f1 SWEEP: Replace J2N's TripleShift call with C# 11's unsigned right shift operator (#1007) by Paul Irwin · 6 months ago
- fca5ccf website/site/.htaccess - bug fix by removing BOM and update for beta00017 redirection by rclabo · 7 months ago
- 8c015e0 docfx.global.json, docs.ps1: Removed _gitContribute section by Shad Storhaug · 7 months ago
- d01b463 websites/apidocs/docfx.global.json: Disable contribution by Shad Storhaug · 7 months ago
- 0976f4e websites/apidocs/docfx.global.json: Restored _gitContribute section by Shad Storhaug · 7 months ago
- 761e306 revert docfx.json by Shad Storhaug · 7 months ago
- f2a4d1b websites/apidocs/docs.ps1: Restored script to update _gitContribute.branch by Shad Storhaug · 7 months ago
- 85dc7e5 websites/apidocs/docfx.json: Restored _gitContrbute section by Shad Storhaug · 7 months ago
- 7c36802 Updated website for 4.8.0 beta00017 post-release (#995) by Shad Storhaug · 7 months ago
- c185123 Update README.md for .NET support (#992) by Paul Irwin · 7 months ago
- aea7677 website: make-release.md: Added link to the Apache Release Policy for the PMC to review when voting by Shad Storhaug · 7 months ago
- 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 · 7 months ago
- f74969b website/docs: Updated copyright date in footer to 2024 by Shad Storhaug · 7 months ago
- e94c4b4 website: Updated 4.8.0-beta00017 release notes by Shad Storhaug · 7 months ago
- d1d9e7e Added check to ensure the _site directory exists before copying to it by Shad Storhaug · 7 months ago
- 5784b18 Prep 4.8.0 beta00017 (#795) by Laimonas Simutis · 7 months ago Lucene.Net_4_8_0_beta00017
- 9d9c549 .build/dependencies.props: Changed ICU4N from fixed version constraint to a range of [60.1.0-alpha.436,60.1.0-alpha.446). This will give us a chance to fix some ICU4N bugs without blocking users from being able to upgrade to them, but will prevent them from upgrading so far that they will run into planned breaking API changes. by Shad Storhaug · 7 months ago
- c15658a .github/ISSUE_TEMPLATE/config.yml: corrected user mailing list email addresses by Shad Storhaug · 7 months ago
- 6631b94 LICENSE.txt, NOTICE.txt: Updated copyright dates by Shad Storhaug · 7 months ago
- 89b96d2 Lucene.Net.Util.SeedUtils: Added missing license header by Shad Storhaug · 7 months ago
- c8b826d Lucene.Net.Analysis.OpenNLP/overview.md: Corrected errors (transitive instead of transient) in the docs (#994) by Shad Storhaug · 7 months ago
- 8242383 Use .NET 8 target for docs generation, #928 (#989) by Paul Irwin · 7 months ago
- d970d58 Restored binary serialization on net8.0 and deprecated it to match the BCL (fixes #983) (#993) by Shad Storhaug · 7 months ago
- 2054f5f Rename IndexWriter.NextMerge() to GetNextMerge(), #986 (#990) by Paul Irwin · 7 months ago
- 31ba5d1 .build/runbuild.ps1: Changed to edit the global.json file instead of overwriting it to account for any future changes to it. (#991) by Shad Storhaug · 7 months ago