You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch NightOwl888-patch-1 created (now 0e3518b1b) - posted by ni...@apache.org on 2022/11/01 13:18:55 UTC, 0 replies.
- [lucenenet] 01/01: Force a test run - posted by ni...@apache.org on 2022/11/01 13:18:56 UTC, 0 replies.
- [lucenenet] branch NightOwl888-patch-1 deleted (was 0e3518b1b) - posted by ni...@apache.org on 2022/11/01 13:21:20 UTC, 0 replies.
- [lucenenet] branch master updated: Removed .NET Core 3.1 tests and lucene-cli support for it. (#735) - posted by ni...@apache.org on 2022/11/01 20:56:24 UTC, 0 replies.
- [lucenenet] branch master updated (ada899027 -> c076e40b1) - posted by ni...@apache.org on 2022/11/01 20:57:01 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Support.IO.FileSupport::GetFileIOExceptionHResult(): Avoid Path.GetTempFileName() because it is not secure. https://rules.sonarsource.com/csharp/RSPEC-5445 - posted by ni...@apache.org on 2022/11/01 20:57:02 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Search.Suggest.Fst.ExternalRefSorter: Changed temp path generation to use FileSupport.CreateTempFile() with named prefix and extension because it more closely matches Lucene and makes the files more easily identifiable. - posted by ni...@apache.org on 2022/11/01 20:57:03 UTC, 0 replies.
- [lucenenet] branch ci/sonarcloud created (now 15d417e80) - posted by ni...@apache.org on 2022/11/04 09:06:07 UTC, 0 replies.
- [lucenenet] 01/05: Force a scan - posted by ni...@apache.org on 2022/11/04 09:06:08 UTC, 0 replies.
- [lucenenet] 02/05: Updated sonar.yml to use Apache SONARCLOUD_TOKEN - posted by ni...@apache.org on 2022/11/04 09:06:09 UTC, 0 replies.
- [lucenenet] 03/05: Force a scan - posted by ni...@apache.org on 2022/11/04 09:06:10 UTC, 0 replies.
- [lucenenet] 04/05: sonar.yml: Use SONARCLOUD_TOKEN secret directly - posted by ni...@apache.org on 2022/11/04 09:06:11 UTC, 0 replies.
- [lucenenet] 05/05: sonar.yml: Corrected SonarCloud key - posted by ni...@apache.org on 2022/11/04 09:06:12 UTC, 0 replies.
- [lucenenet] branch ci/sonarcloud updated (15d417e80 -> 97169c74e) - posted by ni...@apache.org on 2022/11/04 13:38:58 UTC, 0 replies.
- [lucenenet] branch ci/sonarcloud updated (97169c74e -> 3c2a7d170) - posted by ni...@apache.org on 2022/11/04 15:44:40 UTC, 0 replies.
- [lucenenet] branch ci/sonarcloud updated (3c2a7d170 -> 275946c41) - posted by ni...@apache.org on 2022/11/05 07:29:00 UTC, 0 replies.
- [lucenenet] branch master updated: ci: Added sonar workflow (#709) - posted by ni...@apache.org on 2022/11/05 12:18:16 UTC, 0 replies.
- [lucenenet] branch master updated: Deleted src/Lucene.Net.Spatial.Overview.html (legacy doc) - posted by ni...@apache.org on 2022/11/05 18:35:02 UTC, 0 replies.
- [lucenenet] branch master updated (fdf6f34f0 -> dfae964ce) - posted by ni...@apache.org on 2022/11/05 18:54:47 UTC, 0 replies.
- [lucenenet] 01/04: BREAKING: Lucene.Net.Search.FieldCacheRangeFilter: Changed accessibility from protected internal to private protected. This class was not intended to be subclassed by users. (see #677) - posted by ni...@apache.org on 2022/11/05 18:54:48 UTC, 0 replies.
- [lucenenet] 02/04: SWEEP: Changed all public constructors of abstract classes to protected, except where it would be a problem for Reflection calls. (fixes #677) - posted by ni...@apache.org on 2022/11/05 18:54:49 UTC, 0 replies.
- [lucenenet] 03/04: SWEEP: Changed all protected internal constructors of abstract classes to protected. (fixes #677) - posted by ni...@apache.org on 2022/11/05 18:54:50 UTC, 0 replies.
- [lucenenet] 04/04: SWEEP: Changed all internal constructors of abstract classes to private protected. (fixes #677) - posted by ni...@apache.org on 2022/11/05 18:54:51 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Index.IndexWriter: Fixed Dispose() overloads so there is no method signature conflict between the public Dispose(waitForMerges) method and the protected Dispose(disposing) method that can be overridden and called from a finalizer. See #265. - posted by ni...@apache.org on 2022/11/07 12:12:30 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Index.IndexReader: De-nested IReaderClosedListener and renamed to IReaderDisposedListener. - posted by ni...@apache.org on 2022/11/07 13:07:01 UTC, 0 replies.
- [lucenenet] branch master updated (3a1ced448 -> e27faab50) - posted by ni...@apache.org on 2022/11/09 17:35:35 UTC, 0 replies.
- [lucenenet] 01/06: PERFORMANCE: Lucene.Net.Analysis.Sinks.DateRecognizerSinkFilter: Prefer ReadOnlySpan overloads of DateTime.TryParse() and DateTime.TryParseExact(), when available. - posted by ni...@apache.org on 2022/11/09 17:35:36 UTC, 0 replies.
- [lucenenet] 02/06: BUG: Changed TokenAttribute usage from concrete implementation type to interface type to align with Lucene 4.8.0. We were using the concrete type in several places where it shouldn't have been. - posted by ni...@apache.org on 2022/11/09 17:35:37 UTC, 0 replies.
- [lucenenet] 03/06: SWEEP: Renamed concrete TokenAttribute type file names to be suffixed with "Impl" so the file it was ported from is clear. - posted by ni...@apache.org on 2022/11/09 17:35:38 UTC, 0 replies.
- [lucenenet] 04/06: SWEEP: Renamed interface TokenAttribute type file names removing the prefix "I" so the file it was ported from is clear. - posted by ni...@apache.org on 2022/11/09 17:35:39 UTC, 0 replies.
- [lucenenet] 05/06: SWEEP: Added guard clauses for all TokenAttribute members - posted by ni...@apache.org on 2022/11/09 17:35:40 UTC, 0 replies.
- [lucenenet] 06/06: BREAKING: Lucene.Net.Analysis.Kuromoji.Token: Renamed IsKnown() > IsKnown, IsUnknown() > IsUnknown, IsUser() > IsUser. - posted by ni...@apache.org on 2022/11/09 17:35:41 UTC, 0 replies.
- [lucenenet] branch master updated (e27faab50 -> c460883f2) - posted by ni...@apache.org on 2022/11/09 17:58:59 UTC, 0 replies.
- [lucenenet] 01/02: Use null propagation - posted by ni...@apache.org on 2022/11/09 17:59:00 UTC, 0 replies.
- [lucenenet] 02/02: Remove unused using statements - posted by ni...@apache.org on 2022/11/09 17:59:01 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Queries.Mlt.MoreLikeThis: Use 'StringBuilder.Append(char)' instead of 'StringBuilder.Append(string)' when the input is a constant unit string (see #674) - posted by ni...@apache.org on 2022/11/09 18:41:39 UTC, 0 replies.
- [lucenenet] branch master updated: fix: Aligned disposable patterns (#746) - posted by ni...@apache.org on 2022/11/12 11:12:17 UTC, 0 replies.
- [lucenenet] branch master updated (cf259c918 -> dc2955699) - posted by ni...@apache.org on 2022/11/12 11:13:20 UTC, 0 replies.
- [lucenenet] 01/03: Lucene.Net.Analysis.Util.BufferedCharFilter: Use UninterruptableMonitor for consistency (missed a couple) - posted by ni...@apache.org on 2022/11/12 11:13:21 UTC, 0 replies.
- [lucenenet] 02/03: Lucene.Net.Analysis.Util.BufferedCharFilter: Check for CharFilter type inline - posted by ni...@apache.org on 2022/11/12 11:13:22 UTC, 0 replies.
- [lucenenet] 03/03: Lucene.Net.Analysis.Util.BufferedCharFilter: Implemented Peek() method. Added overrides for Span and Memory based methods to throw NotSupportedException. Added doc comments. - posted by ni...@apache.org on 2022/11/12 11:13:23 UTC, 0 replies.
- [lucenenet] branch master updated: TestTargetFramework.props: Disabled EoL warnings in test projects so we don't get false flags for testing with net5.0. We use net5.0 to test the netstandard2.1 target framework. - posted by ni...@apache.org on 2022/11/17 15:47:27 UTC, 0 replies.
- [lucenenet] branch master updated: sonar.yml: Don't run on forks, only run on the main repository - posted by ni...@apache.org on 2022/11/17 17:22:34 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Refactored CharArraySet and CharArrayMap (now CharArrayDictionary) (#762) - posted by ni...@apache.org on 2022/11/17 19:53:33 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Support.DictionaryExtensions: Reduced dependency on the Put() method and added documentation to indicate that it doesn't work with non-nullable value types. Also documented the PutAll() method and added guard clause. - posted by ni...@apache.org on 2022/11/19 06:16:08 UTC, 0 replies.
- [lucenenet] branch benchmarkdotnet updated (9cd340871 -> 549070d7a) - posted by ni...@apache.org on 2022/11/21 01:41:04 UTC, 0 replies.
- [lucenenet] 01/13: Adds simple benchmark between nuget versions - posted by ni...@apache.org on 2022/11/21 01:41:05 UTC, 0 replies.
- [lucenenet] 02/13: Lucene.Net.Tests.BenchmarkDotNet: Updated HomePageScripBenchmarks to include beta 5, beta 6, and beta 10 - posted by ni...@apache.org on 2022/11/21 01:41:06 UTC, 0 replies.
- [lucenenet] 03/13: Lucene.Net.Tests.BenchmarkDotNet: Added benchmarks for IndexFiles and SearchFiles - posted by ni...@apache.org on 2022/11/21 01:41:07 UTC, 0 replies.
- [lucenenet] 04/13: Lucene.Net.Tests.BenchmarkDotNet: Added jobs for 4.8.0-beta00011 - posted by ni...@apache.org on 2022/11/21 01:41:08 UTC, 0 replies.
- [lucenenet] 05/13: Added benchmarks for facet operations using Lucene.Net.Demo.Facet classes as a basis - posted by ni...@apache.org on 2022/11/21 01:41:09 UTC, 0 replies.
- [lucenenet] 06/13: Lucene.Net.Tests.BenchmarkDotNet: Added benchmarks for 4.8.0-beta00012 - posted by ni...@apache.org on 2022/11/21 01:41:10 UTC, 0 replies.
- [lucenenet] 07/13: Lucene.Net.Tests.BenchmarkDotNet.SearchFilesBenchmarks: Increased number of iterations from 1000 to 2000 for better accuracy - posted by ni...@apache.org on 2022/11/21 01:41:11 UTC, 0 replies.
- [lucenenet] 08/13: Added benchmarks for 4.8.0-beta00013 - posted by ni...@apache.org on 2022/11/21 01:41:12 UTC, 0 replies.
- [lucenenet] 09/13: Added benchmarks for 4.8.0-beta00014 - posted by ni...@apache.org on 2022/11/21 01:41:13 UTC, 0 replies.
- [lucenenet] 10/13: BenchmarkDotNet: Centralized build configuration logic so we can add a new version in just one place. Also, include a LocalBuild in the benchmarks so we can compare to the current source code. - posted by ni...@apache.org on 2022/11/21 01:41:14 UTC, 0 replies.
- [lucenenet] 11/13: BenchmarkDotNet: added NamespacePatch.cs file to define namespaces that didn't exist in old versions of Lucene.NET - posted by ni...@apache.org on 2022/11/21 01:41:15 UTC, 0 replies.
- [lucenenet] 12/13: Lucene.Net.Tests.BenchmarkDotNet: Updated to net6.0 - posted by ni...@apache.org on 2022/11/21 01:41:16 UTC, 0 replies.
- [lucenenet] 13/13: Lucene.Net.Tests.BenchmarkDotNet.BuildConfigurations: Updated list of active build configurations to include beta00014, beta-00015, and beta00016 - posted by ni...@apache.org on 2022/11/21 01:41:17 UTC, 0 replies.
- [lucenenet] branch master updated (b460a7a8f -> 1a05007ed) - posted by ni...@apache.org on 2022/11/21 05:03:01 UTC, 0 replies.
- [lucenenet] 01/05: PERFORMANCE: Lucene.Net.Support.Arrays: Added Copy() overloads that use the most efficient (known) copy method for the platform and data type based on benchmarks. Replaced all occurrences of Array.Copy() and Buffer.BlockCopy() with Arrays.Copy(). - posted by ni...@apache.org on 2022/11/21 05:03:02 UTC, 0 replies.
- [lucenenet] 02/05: PERFORMANCE: Lucene.Net.Support.Arrays::Fill(): Replaced for loop implementation with Array.Fill() or Span.Fill() depending on platform. - posted by ni...@apache.org on 2022/11/21 05:03:03 UTC, 0 replies.
- [lucenenet] 03/05: PERFORMANCE: Lucene.Net.Support.Arrays::CopyOf(): Use the Copy() method rather than a for loop for a ~10x improvement in performance. - posted by ni...@apache.org on 2022/11/21 05:03:04 UTC, 0 replies.
- [lucenenet] 04/05: PERFORMANCE: Lucene.Net.Support.Arrays::CopyOfRange(): Use the Copy() method rather than a for loop for a ~10x improvement in performance. - posted by ni...@apache.org on 2022/11/21 05:03:05 UTC, 0 replies.
- [lucenenet] 05/05: SWEEP: Reviewed to ensure we are consistently using Arrays.Fill() instead of the (slower) Array.Clear() method or a for loop (ouch). - posted by ni...@apache.org on 2022/11/21 05:03:06 UTC, 0 replies.
- [lucenenet] branch master updated (1a05007ed -> 73aa0fbda) - posted by ni...@apache.org on 2022/11/21 08:53:20 UTC, 0 replies.
- [lucenenet] 01/08: Added net7.0 tests and retargeted lucene-cli to net6.0 and net7.0. - posted by ni...@apache.org on 2022/11/21 08:53:21 UTC, 0 replies.
- [lucenenet] 02/08: Fixed a couple of minor issues for net7.0 that were causing test failures. These were basically bug fixes that weren't accounted for by our tests. - posted by ni...@apache.org on 2022/11/21 08:53:22 UTC, 0 replies.
- [lucenenet] 03/08: azure-pipelines.yml: Added tests for net7.0 - posted by ni...@apache.org on 2022/11/21 08:53:23 UTC, 0 replies.
- [lucenenet] 04/08: .github/workflows/Generate-TestWorkflows.ps1: Replaced net6.0 tests with net7.0 tests - posted by ni...@apache.org on 2022/11/21 08:53:24 UTC, 0 replies.
- [lucenenet] 05/08: runbuild.ps1: Updated .NET SDK version - posted by ni...@apache.org on 2022/11/21 08:53:25 UTC, 0 replies.
- [lucenenet] 06/08: Lucene.Net.Tests.Store.TestRAMDirectory: Fixed teardown to retry file deletion if they are locked by another process. - posted by ni...@apache.org on 2022/11/21 08:53:26 UTC, 0 replies.
- [lucenenet] 07/08: .build/runbuild.ps1: Print the SYSTEM_DEFAULTWORKINGDIRECTORY environment variable for debugging purposes - posted by ni...@apache.org on 2022/11/21 08:53:27 UTC, 0 replies.
- [lucenenet] 08/08: README.md, lucene-cli/docs/index.md: Updated prerequisites for lucene-cli and for building, which now requires Visual Studio 2022 and .NET 7 SDK. - posted by ni...@apache.org on 2022/11/21 08:53:28 UTC, 0 replies.
- [lucenenet] branch master updated (73aa0fbda -> 334cc0d5d) - posted by ni...@apache.org on 2022/11/21 10:08:29 UTC, 0 replies.
- [lucenenet] 01/02: .github/workflows/sonar.yml: Install .NET 7 SDK - posted by ni...@apache.org on 2022/11/21 10:08:30 UTC, 0 replies.
- [lucenenet] 02/02: Merge branch 'feature/net7.0' - posted by ni...@apache.org on 2022/11/21 10:08:31 UTC, 0 replies.
- [lucenenet] branch master updated: .github/workflows/sonar.yml: Updated actions/setup-java to v2 and actions/cache to v3 - posted by ni...@apache.org on 2022/11/21 10:36:16 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Fixed SonarCloud issues that were found in "new code" - posted by ni...@apache.org on 2022/11/22 03:14:28 UTC, 0 replies.
- [lucenenet] branch master updated: Align InputStreamDataInput and OutputStreamDataOutput closer to the Java Source (#769) - posted by ni...@apache.org on 2022/11/22 13:19:07 UTC, 0 replies.
- [lucenenet] branch master updated (dfbb22218 -> 019a25727) - posted by ni...@apache.org on 2022/11/26 12:17:06 UTC, 0 replies.
- [lucenenet] 01/05: Lucene.Net.Support.IO: Added FileStreamOptions class similar to the one in .NET 6 to easily pass as a method parameter. - posted by ni...@apache.org on 2022/11/26 12:17:07 UTC, 0 replies.
- [lucenenet] 02/05: Lucene.Net.Support.IO.FileSupport: Added CreateTempFileAsStream() method overloads to return an open stream for the file so we don't have to rely on the operating system to close the file handle before we attempt to reopen it. - posted by ni...@apache.org on 2022/11/26 12:17:08 UTC, 0 replies.
- [lucenenet] 03/05: BREAKING: Lucene.Net.Util.OfflineSorter: Refactored to base file tracking on FileStream rather than FileInfo, which gives us better control over temp file deletion by specifying the FileOptions.DeleteOnClose option. We also use random access so we don't need to reopen streams over files except in the case of ExternalRefSorter. - posted by ni...@apache.org on 2022/11/26 12:17:09 UTC, 0 replies.
- [lucenenet] 04/05: Lucene.Net.Util.OfflineSorter: Added back original tests using FileInfo and fixed bugs that were preventing the original behavior - posted by ni...@apache.org on 2022/11/26 12:17:10 UTC, 0 replies.
- [lucenenet] 05/05: Lucene.Net.Support.IO (BinaryReaderDataInput + BinaryReaderDataOutput): Deleted, as they are no longer in use. - posted by ni...@apache.org on 2022/11/26 12:17:11 UTC, 0 replies.
- [lucenenet] branch master updated: Added 5 part Lucene + Blazor series - posted by ni...@apache.org on 2022/11/26 16:28:26 UTC, 0 replies.
- [lucenenet-site] branch task/website-build-c0c480409e2d3424fbdcc563426c66cacbf72632 created (now 698c1cd15) - posted by as...@apache.org on 2022/11/26 16:31:46 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: New website version built - posted by ni...@apache.org on 2022/11/26 16:35:18 UTC, 0 replies.