You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: BUG: Lucene.Net.QueryParser.Flexible.Standard: Fixed calendar and time zone handling on .NET Core (#551) - posted by ni...@apache.org on 2021/12/03 01:56:09 UTC, 0 replies.
- [lucenenet] branch master updated (5864780 -> ed8be60) - posted by ni...@apache.org on 2021/12/03 01:57:33 UTC, 0 replies.
- [lucenenet] 01/02: BUG: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest: Ported over patch from https://github.com/apache/lucene/commit/e9906a334b8e123e93b917c3feb6e55fed0a8c57 (from 4.9.0) (fixes #559). - posted by ni...@apache.org on 2021/12/03 01:57:34 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Removed [AwaitsFix] attribute (see #559) - posted by ni...@apache.org on 2021/12/03 01:57:35 UTC, 0 replies.
- [lucenenet] branch master updated: build: Upgraded all automated tests to use 6.0.100 SDK - posted by ni...@apache.org on 2021/12/03 09:29:14 UTC, 0 replies.
- [lucenenet] branch master updated (494cdb4 -> a80eaeb) - posted by ni...@apache.org on 2021/12/05 07:00:36 UTC, 0 replies.
- [lucenenet] 01/05: Lucene.Net.Index.TestDuelingCodecs::TestEquals(): removed [AwaitsFix] attribute - posted by ni...@apache.org on 2021/12/05 07:00:37 UTC, 0 replies.
- [lucenenet] 02/05: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader: Re-ported to rule out any logic problems that were introduced by rearranging the statements - posted by ni...@apache.org on 2021/12/05 07:00:38 UTC, 0 replies.
- [lucenenet] 03/05: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsWriter: Re-ported to rule out any logic problems that were introduced by rearranging the statements - posted by ni...@apache.org on 2021/12/05 07:00:39 UTC, 0 replies.
- [lucenenet] 04/05: Lucene.Net.TestFramework.Analysis.MockAnalyzer: Removed unnecessary nullable dictionary value - posted by ni...@apache.org on 2021/12/05 07:00:40 UTC, 0 replies.
- [lucenenet] 05/05: BUG: Lucene.Net.Codecs.BlockTreeTermsReader.IntersectEnum.Frame::Load(): Fixed issue with inverted logic on RunAutomaton.IsAccept() call that was causing random failures. Added a nightly regression test. (fixes #545) - posted by ni...@apache.org on 2021/12/05 07:00:41 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Search.TermScorer: Added cast to fix calculation in .NET Framework x86 with optimizations enabled (fixes #549 / Lucene.Net.Search.TestJoinUtil::TestMultiValueRandomJoin()) - posted by ni...@apache.org on 2021/12/07 06:53:32 UTC, 0 replies.
- [lucenenet] branch master updated (1458fe2 -> 2f981ce) - posted by ni...@apache.org on 2021/12/08 01:24:52 UTC, 0 replies.
- [lucenenet] 01/04: BREAKING: Removed serializable support for most types. Commented old patch tests for LUCENENET-170 and LUCENENET-338, since they are no longer applicable. Added tests for serialization. Closes #275, closes LUCENENET-574. - posted by ni...@apache.org on 2021/12/08 01:24:53 UTC, 0 replies.
- [lucenenet] 02/04: Directory.Build.targets: Enabled FEATURE_SERIALIZABLE_EXCEPTIONS for all target frameworks - posted by ni...@apache.org on 2021/12/08 01:24:54 UTC, 0 replies.
- [lucenenet] 03/04: SWEEP: Migrated all exception serialization tests to Lucene.Net.AllProjects and refactored to provide base classes for additional assembly scanning tests - posted by ni...@apache.org on 2021/12/08 01:24:55 UTC, 0 replies.
- [lucenenet] 04/04: Directory.Build.targets: Renamed FEATURE_SECURITYPERMISSIONS_HOSTPROTECTION to FEATURE_CODE_ACCESS_SECURITY to make it more generalize for SecurityPermissionAttribute and HostProtectionAttribute - posted by ni...@apache.org on 2021/12/08 01:24:56 UTC, 0 replies.
- [lucenenet] branch master updated (2f981ce -> f0ec411) - posted by ni...@apache.org on 2021/12/09 04:08:35 UTC, 0 replies.
- [lucenenet] 01/04: Lucene.Net.Support.Threading.LimitedConcurrencyLevelTaskScheduler: Added Shutdown() method to prevent new work from being queued. - posted by ni...@apache.org on 2021/12/09 04:08:36 UTC, 0 replies.
- [lucenenet] 02/04: BUG: Lucene.Net.Tests.Suggest.Spell.TestSpellChecker::TestConcurrentAccess(): Fixed hanging test issue due to timeouts on each thread rather than using a single timeout for the entire batch. Also fail the test if we go over 5 minutes, which will prevent us from hanging the test runner, but still give us a failure to investigate. - posted by ni...@apache.org on 2021/12/09 04:08:37 UTC, 0 replies.
- [lucenenet] 03/04: Lucene.Net.Util.LuceneTestCase::NewSearcher(): Added missing event handler to stop the TaskScheduler service from accepting new work - posted by ni...@apache.org on 2021/12/09 04:08:38 UTC, 0 replies.
- [lucenenet] 04/04: Lucene.Net.Support: Factored out ICallable and ICompletionService interfaces, as they are not needed - posted by ni...@apache.org on 2021/12/09 04:08:39 UTC, 0 replies.
- [lucenenet] branch master updated (f0ec411 -> be977b8) - posted by ni...@apache.org on 2021/12/11 06:13:38 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Removed unnecessary nullable value types (#574) - posted by ni...@apache.org on 2021/12/13 04:26:18 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Fixes #573. Changed segment names to match Lucene and Lucene.NET 3.x. This is a breaking change. Added a SegmentInfos.UseLegacySegmentNames to read 4.8.0-beta00001 thru 4.8.0-beta00015 indexes, which is false by default. - posted by ni...@apache.org on 2021/12/13 12:01:54 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Index.DocValuesFieldUpdates: Refactored so the subclasses will handle getting the values from DocValuesFieldUpdatesIterator or DocValuesUpdate via a cast rather than boxing the value. Also marked internal (as well as all members of BufferedUpdates), since this was not supposed to be part of the public API. - posted by ni...@apache.org on 2021/12/13 12:10:32 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Search.Join.ToParentBlockJoinCollector: Fixed nullable conversion issue - null was converted to -1 in Java, so we must use -1 when the item is not in the collection - posted by ni...@apache.org on 2021/12/13 12:19:17 UTC, 0 replies.
- [lucenenet] branch master updated (d29d0e5 -> afa60a0) - posted by ni...@apache.org on 2021/12/14 18:53:59 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Facet: Added culture-sensitve ToString() overload on FacetResult and LabelAndValue (#578) - posted by ni...@apache.org on 2021/12/14 21:03:12 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Index.TestIndexReaderClose::TestCloseUnderException(): Removed unused allocation from test loop - posted by ni...@apache.org on 2021/12/15 03:29:47 UTC, 0 replies.
- [lucenenet] branch master updated (9e356b5 -> 787ac89) - posted by ni...@apache.org on 2021/12/15 04:11:30 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Support.Threading.ReaderWriterLockSlimExtensions: Deprecated, since this was only to support TaskMergeScheduler and allocating memory to eliminate a try/finally block is wasteful. - posted by ni...@apache.org on 2021/12/15 04:11:31 UTC, 0 replies.
- [lucenenet] 02/02: BUG: Lucene.Net.Support.Collections.ReverseComparer: Replaced CaseInsensitiveComparer with J2N.Collections.Generic.Comparer. This only affects tests. - posted by ni...@apache.org on 2021/12/15 04:11:32 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Search.ControlledRealTimeReopenThread: Refactor to integrate changes from #513 (#572) - posted by ni...@apache.org on 2021/12/15 05:27:15 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Facet.DrillDownQuery: Added collection initializer so query can be populated in one statement and enumerated to get both its query clauses and dimensions - posted by ni...@apache.org on 2021/12/15 06:13:07 UTC, 0 replies.
- [lucenenet] branch master updated (3effcd5 -> 46e2437) - posted by ni...@apache.org on 2021/12/20 08:40:25 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Util.Fst: Added class constraint on all generics (#581) - posted by ni...@apache.org on 2021/12/20 12:49:48 UTC, 0 replies.
- [lucenenet] branch master updated: PERFORAMANCE: Lucene.Net.Search.FieldCacheRangeFilter: Added protected Equals(x, y) method to allow subclasses to compare equality for value types without boxing - posted by ni...@apache.org on 2021/12/20 16:34:57 UTC, 0 replies.
- [lucenenet] branch master updated (18e84c1 -> 55ebd1e) - posted by ni...@apache.org on 2021/12/20 18:08:21 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Removed (more) unnecessary nullable value types (see #574 and #581) (#583) - posted by ni...@apache.org on 2021/12/20 18:09:26 UTC, 0 replies.
- [lucenenet] branch master updated (93cd1e9 -> afc94c6) - posted by ni...@apache.org on 2021/12/22 09:28:13 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Util.RandomizedContext: Use an underscore to prefix the property name to hide it from Test Explorer - posted by ni...@apache.org on 2021/12/22 09:28:14 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.TestFramework: Changed RandomSeedAttribute to accept a string and adjusted LuceneRandomSeedInitializer to ignore any value after a colon, to allow future strings to have multiple seed values (as Lucene does) without breaking compatibility. - posted by ni...@apache.org on 2021/12/22 09:28:15 UTC, 0 replies.
- [lucenenet] branch master updated (afc94c6 -> 4c65db1) - posted by ni...@apache.org on 2021/12/22 13:54:03 UTC, 0 replies.
- [lucenenet] 01/02: SWEEP: Removed TESTFRAMEWORK_MSTEST, TESTFRAMEWORK_NUNIT, TESTFRAMEWORK_XUNIT, FEATURE_INSTANCE_TESTDATA_INITIALIZATION, and FEATURE_INSTANCE_CODEC_IMPERSONATION compilation options - posted by ni...@apache.org on 2021/12/22 13:54:04 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.TestFramework: Removed files and folders for Lucene.Net.TestFramework.NUnit, Lucene.Net.TestFramework.MSTest, and Lucene.Net.TestFramework.xUnit and moved NUnit Assert class into Lucene.Net.TestFramework project. - posted by ni...@apache.org on 2021/12/22 13:54:05 UTC, 0 replies.
- [lucenenet] branch master updated (4c65db1 -> dd7dc18) - posted by ni...@apache.org on 2021/12/22 16:24:16 UTC, 0 replies.
- [lucenenet] 01/04: BREAKING: Lucene.Net.TestFramework.Store.MockDirectoryWrapper: Renamed AssertNoUnreferencedFilesOnClose to AssertNoUnreferencedFilesOnDispose - posted by ni...@apache.org on 2021/12/22 16:24:17 UTC, 0 replies.
- [lucenenet] 02/04: Lucene.Net.TestFramework.Util.LuceneTestCase: Updated XML doc comments on how to configure the random seed and culture via file, attribute, or environment variable. - posted by ni...@apache.org on 2021/12/22 16:24:18 UTC, 0 replies.
- [lucenenet] 03/04: Lucene.Net.TestFramework.Store.MockIndexOutputWrapper::CheckDiskFull(): Completed implementation to write thread name and stack trace in Verbose mode. - posted by ni...@apache.org on 2021/12/22 16:24:19 UTC, 0 replies.
- [lucenenet] 04/04: Lucene.Net.TestFramework: Reviewed and removed some TODOs - posted by ni...@apache.org on 2021/12/22 16:24:20 UTC, 0 replies.
- [lucenenet] branch master updated: LICENSE.txt, NOTICE.txt: Updated copyright date - posted by ni...@apache.org on 2021/12/23 20:26:46 UTC, 0 replies.
- [lucenenet] branch sourcelink-experiment created (now f2754cf) - posted by ni...@apache.org on 2021/12/24 11:29:47 UTC, 0 replies.
- [lucenenet] 01/07: lucene-cli: Upgraded from netcoreapp3.1 to net6.0 - posted by ni...@apache.org on 2021/12/24 11:29:48 UTC, 0 replies.
- [lucenenet] 02/07: lucene-cli: Added embedded readme to NuGet package - posted by ni...@apache.org on 2021/12/24 11:29:49 UTC, 0 replies.
- [lucenenet] 03/07: build/build.ps1: Added function to update version info in docs/index.md using regex replace prior to packing - posted by ni...@apache.org on 2021/12/24 11:29:50 UTC, 0 replies.
- [lucenenet] 04/07: lucene-cli/docs/index.md: Updated prerequisites for lucene-cli to .NET 6.0 Runtime - posted by ni...@apache.org on 2021/12/24 11:29:51 UTC, 0 replies.
- [lucenenet] 05/07: SWEEP: Updated NuGet packages with URLs for documentation, release notes, and a link back to the main Lucene.Net NuGet package. - posted by ni...@apache.org on 2021/12/24 11:29:52 UTC, 0 replies.
- [lucenenet] 06/07: Lucene.Net: Added embedded readme file for NuGet package - posted by ni...@apache.org on 2021/12/24 11:29:53 UTC, 0 replies.
- [lucenenet] 07/07: Directory.Build.props: Added SourceLink support and deterministic builds: https://github.com/dotnet/sourcelink/blob/main/README.md - posted by ni...@apache.org on 2021/12/24 11:29:54 UTC, 0 replies.
- [lucenenet] branch sourcelink-experiment updated: build/NuGet.props: Removed RepositoryUrl element - posted by ni...@apache.org on 2021/12/26 11:43:03 UTC, 0 replies.
- [lucenenet] branch master updated (863410a -> 11c6b82) - posted by ni...@apache.org on 2021/12/26 14:13:07 UTC, 0 replies.
- [lucenenet] 01/04: lucene-cli: Upgraded from netcoreapp3.1 to net6.0 - posted by ni...@apache.org on 2021/12/26 14:13:08 UTC, 0 replies.
- [lucenenet] 02/04: lucene-cli: Added embedded readme to NuGet package - posted by ni...@apache.org on 2021/12/26 14:13:09 UTC, 0 replies.
- [lucenenet] 03/04: build/build.ps1: Added function to update version info in docs/index.md using regex replace prior to packing - posted by ni...@apache.org on 2021/12/26 14:13:10 UTC, 0 replies.
- [lucenenet] 04/04: lucene-cli/docs/index.md: Updated prerequisites for lucene-cli to .NET 6.0 Runtime - posted by ni...@apache.org on 2021/12/26 14:13:11 UTC, 0 replies.
- [lucenenet] branch master updated (11c6b82 -> 015c537) - posted by ni...@apache.org on 2021/12/26 16:52:17 UTC, 0 replies.
- [lucenenet] 01/02: SWEEP: Updated NuGet packages with URLs for documentation, release notes, and a link back to the main Lucene.Net NuGet package. - posted by ni...@apache.org on 2021/12/26 16:52:18 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net: Added embedded readme file for NuGet package - posted by ni...@apache.org on 2021/12/26 16:52:19 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: Added images to demonstrate Source Link setup - posted by ni...@apache.org on 2021/12/27 12:58:21 UTC, 0 replies.
- [lucenenet] branch master updated (015c537 -> 17ccff2) - posted by ni...@apache.org on 2021/12/27 23:10:31 UTC, 0 replies.
- [lucenenet] 01/02: Directory.Build.props: Added SourceLink support and deterministic builds: https://github.com/dotnet/sourcelink/blob/main/README.md - posted by ni...@apache.org on 2021/12/27 23:10:32 UTC, 0 replies.
- [lucenenet] 02/02: website: Added source-stepping.md to describe how to allow the debugger to step into Lucene.NET code - posted by ni...@apache.org on 2021/12/27 23:10:33 UTC, 0 replies.