You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: README.md: Updated version numbers to 4.8.0-beta00015 - posted by ni...@apache.org on 2021/11/03 02:01:57 UTC, 0 replies.
- [lucenenet] branch master updated (3dfbc18 -> 03bc03b) - posted by ni...@apache.org on 2021/11/07 02:57:27 UTC, 0 replies.
- [lucenenet] 01/09: Lucene.Net.Replicator.Http.HttpClientBase: Updated to include 4.8.1 changes - posted by ni...@apache.org on 2021/11/07 02:57:28 UTC, 0 replies.
- [lucenenet] 02/09: BREAKING: Lucene.Net.Replicator.Http.HttpClientBase: Increased timeout from 1000 ms to 100 s. Renamed DEFAULT_CONNECTION_TIMEOUT to DEFAULT_TIMEOUT and ConnectionTimeout property to Timeout to match HttpClient. Fixes #363. - posted by ni...@apache.org on 2021/11/07 02:57:29 UTC, 0 replies.
- [lucenenet] 03/09: Lucene.Net.Replicator.HttpClientBase: Use a stream wrapper to consume and dispose the stream when there are no more bytes to read. - posted by ni...@apache.org on 2021/11/07 02:57:30 UTC, 0 replies.
- [lucenenet] 04/09: Lucene.Net.Replicator.HttpClientBase: Factored out Execute() into a separate shared method. - posted by ni...@apache.org on 2021/11/07 02:57:31 UTC, 0 replies.
- [lucenenet] 05/09: SWEEP: Lucene.Net.Replicator: Reviewed and updated exception catch and throw statements to match Lucene - posted by ni...@apache.org on 2021/11/07 02:57:32 UTC, 0 replies.
- [lucenenet] 06/09: Lucene.Net.Tests.Replicator.Http.HttpReplicatorTest: Added TestServerErrors() test from 4.8.1 - posted by ni...@apache.org on 2021/11/07 02:57:33 UTC, 0 replies.
- [lucenenet] 07/09: Lucene.Net.Replicator.ReplicationClient: Refactored to use ThreadJob so exceptions are re-thrown on the calling thread. Added missing locks. - posted by ni...@apache.org on 2021/11/07 02:57:34 UTC, 0 replies.
- [lucenenet] 08/09: BREAKING: Lucene.Net.Replicator.Http:HttpClientBase: Renamed ResponseInputStream() overloads GetResponseStream() per .NET conventions. - posted by ni...@apache.org on 2021/11/07 02:57:35 UTC, 0 replies.
- [lucenenet] 09/09: Lucene.Net.Tests.Replicator: Removed all Timeout and Deadlock attributes, since changing to a ThreadJob implementation in ReplicationClient has resolved the issues with both TestConsistencyOnExceptions() tests - posted by ni...@apache.org on 2021/11/07 02:57:36 UTC, 0 replies.
- [lucenenet] branch master updated: azure-pipelines.yml: Upgraded from macOS-10.14 to macOS-10.15 - posted by ni...@apache.org on 2021/11/18 16:34:14 UTC, 0 replies.
- [lucenenet] branch master updated (7a1d739 -> 89a4e0a) - posted by ni...@apache.org on 2021/11/18 18:08:27 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Modified all TermsEnum.MoveNext() methods to return a check for null term rather than simply returning true, which is invalid if the term is null - posted by ni...@apache.org on 2021/11/18 18:09:41 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase: Removed IndexOptions.NONE from the list of available options, since this option is not valid for the tests (it was added as a placeholder for null). - posted by ni...@apache.org on 2021/11/18 18:10:39 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.TestFramework.Search.CheckHits::CheckHitCollector(): Removed unnecessary call to Convert.ToInt32 and simplified collection initialization. - posted by ni...@apache.org on 2021/11/18 18:11:46 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Grouping.Term.TermAllGroupHeadsCollector: Use NumericUtils.SingleToSortableInt32() to compare floating point numbers (fixes AllGroupHeadCollectorTest.TestRandom() on .NET Framework x86) - posted by ni...@apache.org on 2021/11/18 18:12:44 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Tests.Util.TestPriorityQueue: Fixed issues with comparers after introducing J2N.Randomizer, which produces negative random numbers. - posted by ni...@apache.org on 2021/11/18 18:14:23 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader::NextDoc(): Assert was using BytesRef.Utf8ToString(), which was causing exceptions when the BytesRef didn't contain valid UTF8. Changed to use BytesRefFormatter, which defers the call to convert the BytesRef until after the assert fails. - posted by ni...@apache.org on 2021/11/18 18:37:28 UTC, 0 replies.
- [lucenenet] branch master updated (1383437 -> c296087) - posted by ni...@apache.org on 2021/11/18 18:50:56 UTC, 0 replies.
- [lucenenet] 01/02: BUG: Lucene.Net.Util.Automation.MinimizationOperations::MinimizeHopcroft(): Fixed call to OpenBitSet.Clear() to specify one past the end index as per the docs. This was causing Lucene.Net.Codecs.Lucene41.TestBlockPostingsFormat3.Test() to fail randomly. - posted by ni...@apache.org on 2021/11/18 18:50:57 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Util: Added TODOs about fixing the APIs of OpenBitSet and FixedBitSet to use index and length rather than startIndex and endIndex. - posted by ni...@apache.org on 2021/11/18 18:50:58 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Tests.QueryParser.Flexible.Standard.TestQPHelper: Use ParseExact to specify the date format to parse, so it works across cultures. See: https://github.com/dotnet/runtime/issues/61708#issuecomment-971116350 - posted by ni...@apache.org on 2021/11/18 18:51:54 UTC, 0 replies.
- [lucenenet] branch master updated (9a39013 -> cf4d49b) - posted by ni...@apache.org on 2021/11/22 05:58:31 UTC, 0 replies.
- [lucenenet] 01/02: BUG: Lucene.Net.Util.Fst.TestFSTs::TestExpandedCloseToRoot(): Use StringComparer.Ordinal to sort in the strings without culture sensitivity. - posted by ni...@apache.org on 2021/11/22 05:58:32 UTC, 0 replies.
- [lucenenet] 02/02: BUG: Added StringComparer.Ordinal to all Sort() calls on string arrays and lists to override culture-sensitive sorting when it isn't needed. - posted by ni...@apache.org on 2021/11/22 05:58:33 UTC, 0 replies.
- [lucenenet] branch master updated (cf4d49b -> 50d8357) - posted by ni...@apache.org on 2021/11/22 05:58:53 UTC, 0 replies.
- [lucenenet] 01/02: BUG: Lucene.Net.Suggest.Jaspell.JaspellTernarySearchTree: Lazy initialize a J2N.Randomizer() instance so we hit both paths approximately evenly instead of one path when deleting nodes recursively. - posted by ni...@apache.org on 2021/11/22 05:58:54 UTC, 0 replies.
- [lucenenet] 02/02: SWEEP: Exclude System.Runtime.CompilerServices from API scan globally - posted by ni...@apache.org on 2021/11/22 05:58:55 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.TestFramework.Util.TestUtil::RandomAnalysisString() J2N.Randomizer.Next(int) throws ArgumentOutOfRangeException when the argument is 0 (confirmed this is how it works in Java). So, we need to skip the method in that case and pass 0 through. - posted by ni...@apache.org on 2021/11/22 05:59:13 UTC, 0 replies.
- [lucenenet] branch master updated (ba1d70b -> 558e040) - posted by ni...@apache.org on 2021/11/22 05:59:28 UTC, 0 replies.
- [lucenenet] 01/02: SWEEP: Made stateless private sealed comparers into singletons (unless they already have a static property) - posted by ni...@apache.org on 2021/11/22 05:59:29 UTC, 0 replies.
- [lucenenet] 02/02: BREAKING: Lucene.Net.Misc: Made DocFreqComparer and TotalTermFreqComparer into static singletons, only accessible by the Default property. - posted by ni...@apache.org on 2021/11/22 05:59:30 UTC, 0 replies.
- [lucenenet] branch master updated (558e040 -> fcf0019) - posted by ni...@apache.org on 2021/11/22 12:24:16 UTC, 0 replies.
- [lucenenet] 01/02: build/TestRefereneces.Common.targets: Added Microsoft.Extensions.Configuration packages for netcoreapp3.1 - posted by ni...@apache.org on 2021/11/22 12:24:17 UTC, 0 replies.
- [lucenenet] 02/02: build/Dependencies.props: Upgraded Microsoft.Extensions.Configuration to 3.0.0 - posted by ni...@apache.org on 2021/11/22 12:24:18 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.TestFramework: Fixed random seed functionality so it is repeatable (Fixes #288) (#547) - posted by ni...@apache.org on 2021/11/22 22:52:36 UTC, 0 replies.
- [lucenenet] branch master updated: Patch for BlendedInfixSuggester to solve ArgumentNullException (#548) (fixes #527) - posted by ni...@apache.org on 2021/11/23 00:32:18 UTC, 0 replies.
- [lucenenet] branch master updated (54c9a76 -> a7725fc) - posted by ni...@apache.org on 2021/11/23 04:41:51 UTC, 0 replies.
- [lucenenet] 01/03: Cleaned up calls to UninterruptableMonitor.RestoreInterrupt(), which has already been removed. - posted by ni...@apache.org on 2021/11/23 04:41:52 UTC, 0 replies.
- [lucenenet] 02/03: Lucene.Net.Index.TestIndexWriter, Lucene.Net.Support.Threading.TestUninterruptableMonitor: Ignore tests that call Thread.Interrupt(), as this is not supportable in .NET. Closes #544. - posted by ni...@apache.org on 2021/11/23 04:41:53 UTC, 0 replies.
- [lucenenet] 03/03: docs: Changed info about Thread.Interrupt() to indicate it is not supported in Lucene.NET due to the high likelihood it could break a Commit() or cause a deadlock. Closes #526. - posted by ni...@apache.org on 2021/11/23 04:41:54 UTC, 0 replies.
- [lucenenet] branch docs/4.8.0-beta00015 updated (7ee09cf -> fd1fd33) - posted by ni...@apache.org on 2021/11/23 04:51:02 UTC, 0 replies.
- [lucenenet] 01/02: docs: Changed info about Thread.Interrupt() to indicate it is not supported in Lucene.NET due to the high likelihood it could break a Commit() or cause a deadlock. Closes #526. - posted by ni...@apache.org on 2021/11/23 04:51:03 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Replicator.IndexAndTaxonomyRevision: Updated documentation. - posted by ni...@apache.org on 2021/11/23 04:51:04 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: Fixed Lucene.Net.Codecs namespace docs and changes link - posted by ni...@apache.org on 2021/11/23 06:50:44 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Replicator.IndexAndTaxonomyRevision: Updated documentation. - posted by ni...@apache.org on 2021/11/23 09:30:09 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Search.DisjunctionMaxScorer: .NET Framework x86 requires an explicit cast to float to prevent it from losing precision. Fixes #546. - posted by ni...@apache.org on 2021/11/23 09:56:10 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Expressions.ScoreFunctionValues: Changed to explicit cast to (float) to prevent JIT from losing precision when assigning the value to double. Fixes Lucene.Net.Expressions.TestExpressionSorts::TestQueries(). - posted by ni...@apache.org on 2021/11/23 10:51:29 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Added [AwaitsFix] attribute (see #559) - posted by ni...@apache.org on 2021/11/24 00:45:45 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Fixed [AwaitsFix] attribute declaration - posted by ni...@apache.org on 2021/11/24 01:00:29 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Index.Test4GBStoredFields::Test(): Increased timeout from 20 to 25 min to allow nightly to complete the run - posted by ni...@apache.org on 2021/11/24 02:32:45 UTC, 0 replies.
- [lucenenet-site] branch task/website-build-e35e814c19289a3b3a44fd15907aa3a6ae194a48 created (now 7b08242) - posted by as...@apache.org on 2021/11/30 05:31:41 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated (89d3b77 -> 0a9c985) - posted by sh...@apache.org on 2021/11/30 05:35:54 UTC, 0 replies.
- [lucenenet-site] 01/01: Merge pull request #25 from apache/task/website-build-e35e814c19289a3b3a44fd15907aa3a6ae194a48 - posted by sh...@apache.org on 2021/11/30 05:35:55 UTC, 0 replies.