You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: Upgraded to ICU4N 60.1.0-alpha.52 - posted by ni...@apache.org on 2019/08/06 06:22:25 UTC, 0 replies.
- [lucenenet] branch master updated (f3b6f01 -> 764a8a2) - posted by ni...@apache.org on 2019/08/07 22:25:57 UTC, 0 replies.
- [lucenenet] 01/42: BUG: Lucene.Net.Suggest.Suggest.FileDictionary - Fixed conversion of string to number to be culture insensitive (it caused the tests in FileDictionaryTest to fail randomly) - posted by ni...@apache.org on 2019/08/07 22:25:58 UTC, 0 replies.
- [lucenenet] 02/42: build.ps1: Added Publish task that publishes all test artifacts in parallel - posted by ni...@apache.org on 2019/08/07 22:25:59 UTC, 0 replies.
- [lucenenet] 03/42: Lucene.Net.Tests.Index.SynchronizedList: Moved to Lucene.Net.TestFramework.Support - posted by ni...@apache.org on 2019/08/07 22:26:00 UTC, 0 replies.
- [lucenenet] 04/42: Lucene.Net.Tests.Support.TestOldPatches.cs: Removed invalid Lucene.Net.Test using statement - posted by ni...@apache.org on 2019/08/07 22:26:01 UTC, 0 replies.
- [lucenenet] 05/42: Broke Lucene.Net.Tests project into Lucene.Net.Tests._A-I, Lucene.Net.Tests._J-U, and Lucene.Net.Tests._U-Z to cut the time it takes to run the tests in the project by about 2/3, running in parallel - posted by ni...@apache.org on 2019/08/07 22:26:02 UTC, 0 replies.
- [lucenenet] 06/42: Created azure-pipelines.yml for Azure DevOps - posted by ni...@apache.org on 2019/08/07 22:26:03 UTC, 0 replies.
- [lucenenet] 07/42: Added .NET Standard 2.0 target to projects where it was missing (fixes #216) - posted by ni...@apache.org on 2019/08/07 22:26:04 UTC, 0 replies.
- [lucenenet] 08/42: BUG: Lucene.Net.Tests.Cli - Fixed issue with xplat root directory specification (all platforms were trying to set the directory to C:\) - posted by ni...@apache.org on 2019/08/07 22:26:05 UTC, 0 replies.
- [lucenenet] 09/42: BUG: Lucene.Net.Benchmark.ByTask.Utils.Config: Fixed FormatException caused by converting number to string in ambient culture and parsing it back to a number in invariant culture - posted by ni...@apache.org on 2019/08/07 22:26:06 UTC, 0 replies.
- [lucenenet] 10/42: BUG: Lucene.Net.Analysis.Common.Analysis.Util.AbstractAnalysisFactory: Fixed parsing issue converting string to int in ambient culture - posted by ni...@apache.org on 2019/08/07 22:26:07 UTC, 0 replies.
- [lucenenet] 11/42: BUG: Lucene.Net.Analysis.Common.Analysis.Miscellaneous.TruncateTokenFilterFactory - Fixed issue converting string to sbyte in ambient culture - posted by ni...@apache.org on 2019/08/07 22:26:08 UTC, 0 replies.
- [lucenenet] 12/42: BUG: Lucene.Net.Util.CommandLineUtil.AdjustDirectoryName - IndexOf comparison must be StringComparison.Ordinal (or in this case, a single char) to be compatible with all cultures/platforms. - posted by ni...@apache.org on 2019/08/07 22:26:09 UTC, 0 replies.
- [lucenenet] 13/42: BUG: Lucene.Net.TestFramework.Util.LuceneTestCase.NewFSDirectory - When resolving a type, we were expecting an exception if the type does not subclass FSDirectory, however, in .NET this won't happen. We need to explicitly check whether the resolved type is assignable from FSDirectory or if the type name is nonsense. - posted by ni...@apache.org on 2019/08/07 22:26:10 UTC, 0 replies.
- [lucenenet] 14/42: BUG: Lucene.Net.Util.StringHelper: - Fixed parsing issue converting string to int in ambient culture - posted by ni...@apache.org on 2019/08/07 22:26:11 UTC, 0 replies.
- [lucenenet] 15/42: BUG: Lucene.Net.Index.CheckIndex - Fixed issue with converting int to string using ambient context on VersionInfo comparison - posted by ni...@apache.org on 2019/08/07 22:26:12 UTC, 0 replies.
- [lucenenet] 16/42: Lucene.Net.TestFramework.Util.LuceneTestCase: Throw explicit exception if Directory type cannot be resolved - posted by ni...@apache.org on 2019/08/07 22:26:13 UTC, 0 replies.
- [lucenenet] 17/42: Lucene.Net.Benchmark: Use AssemblyQualifiedName for StandardAnalyzer for better reliability with .NET Reflection - posted by ni...@apache.org on 2019/08/07 22:26:14 UTC, 0 replies.
- [lucenenet] 18/42: build.ps1: Added option to specify maximum number of parallel jobs to use during testing - posted by ni...@apache.org on 2019/08/07 22:26:15 UTC, 0 replies.
- [lucenenet] 19/42: Lucene.Net.Expressions: Corrected casing on app.config to lower (xplat problem) - posted by ni...@apache.org on 2019/08/07 22:26:16 UTC, 0 replies.
- [lucenenet] 20/42: Lucene.Net.Analysis.SmartCn: Corrected casing of folder paths on bigramdict.mem, coredict.mem, and package.md (xplat problem) - posted by ni...@apache.org on 2019/08/07 22:26:17 UTC, 0 replies.
- [lucenenet] 21/42: BUG: Lucene.Net.Tests.Support.TestTreeSet: Passing null instead of CultureInfo.InvariantCulture causes the test to randomly fail depending on the culture of the current thread (which is randomly selected by LuceneTestCase). - posted by ni...@apache.org on 2019/08/07 22:26:18 UTC, 0 replies.
- [lucenenet] 22/42: Added .vscode/settings.json file to locate tests and ignore docs path in Visual Studio Code - posted by ni...@apache.org on 2019/08/07 22:26:19 UTC, 0 replies.
- [lucenenet] 23/42: BUG: Lucene.Net.TestFramework.Util.TestUtil.NextLong: The result of the method was always the value of start when start == long.MinValue and end == long.MaxValue. As a result, many tests were not actually random. - posted by ni...@apache.org on 2019/08/07 22:26:20 UTC, 0 replies.
- [lucenenet] 24/42: BUG: Lucene.Net.TestFramework.Index.AlcoholicMergePolicy: The value chosen for Hour was supposed to be random, but it was setup to be a constant by a mistranslation from Java to .NET - posted by ni...@apache.org on 2019/08/07 22:26:21 UTC, 0 replies.
- [lucenenet] 25/42: BUG: Lucene.Net.Tests.Index.TestTransactionRollback: Number was failing due to the fact the data that was being populated wasn't being converted from int to string in invariant culture. Switched back to original logic, using LastIndexOf(char) rather than LastIndexOf(string). - posted by ni...@apache.org on 2019/08/07 22:26:22 UTC, 0 replies.
- [lucenenet] 26/42: SWEEP: Changed string.IndexOf(string) to use either string.IndexOf(char) or string.IndexOf(string, StringComparison.Ordinal) to keep ambient culture from affecting the comparison. - posted by ni...@apache.org on 2019/08/07 22:26:23 UTC, 0 replies.
- [lucenenet] 27/42: SWEEP: Added StringComparison.Ordinal to all string.Equals() calls, as per https://docs.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings#recommendations-for-string-usage - posted by ni...@apache.org on 2019/08/07 22:26:24 UTC, 0 replies.
- [lucenenet] 28/42: BUG: Lucene.Net.Grouping.TopGroups - check collection equality if the generic type is a reference type (as is the default behavior in Java) - posted by ni...@apache.org on 2019/08/07 22:26:25 UTC, 0 replies.
- [lucenenet] 29/42: SWEEP: Added StringComparison.Ordinal to all of the string.StartsWith() and string.EndsWith() methods where it was missing - posted by ni...@apache.org on 2019/08/07 22:26:26 UTC, 0 replies.
- [lucenenet] 30/42: Lucene.Net.Util.StringHelper: Added API note to make StartsWith and EndsWith into extension methods for BytesRef. - posted by ni...@apache.org on 2019/08/07 22:26:27 UTC, 0 replies.
- [lucenenet] 31/42: BUG: Lucene.Net.Tests.QueryParser.Flexible.Precedence.TestPrecedenceQueryParser: Specify short date format by using DateTime.ParseExact instead of DateTime.Parse - posted by ni...@apache.org on 2019/08/07 22:26:28 UTC, 0 replies.
- [lucenenet] 32/42: azure-pipelines.yml: Decreased maximum number of allowed failures to 4 per target framework/OS combo - posted by ni...@apache.org on 2019/08/07 22:26:29 UTC, 0 replies.
- [lucenenet] 33/42: Lucene.Net.Support.CultureContext: Fixed minor issue with unused variable - posted by ni...@apache.org on 2019/08/07 22:26:30 UTC, 0 replies.
- [lucenenet] 34/42: Bug: Lucene.Net.TestFramework.JavaCompatibility.SystemTypesHelpers: Overloads of append that take numeric types need to be converted to the invariant culture. Removed the overloads for decimal, double, and float, as those need to be dealt with on a case by case basis. - posted by ni...@apache.org on 2019/08/07 22:26:31 UTC, 0 replies.
- [lucenenet] 35/42: BUG: Lucene.Net.Tests.Analysis.Common.Analysis.Pattern.TestPatternTokenizer.TestSplitting: int.Parse must be setup in the invariant culture to consistently recognize inputs - posted by ni...@apache.org on 2019/08/07 22:26:32 UTC, 0 replies.
- [lucenenet] 36/42: Lucene.Net.TestFramework.Util.LuceneTestCase: Added try catch blocks to write stack traces to the console if exceptions occur during OneTimeSetUp or OneTimeTearDown - posted by ni...@apache.org on 2019/08/07 22:26:33 UTC, 0 replies.
- [lucenenet] 37/42: BUG: Lucene.Net.Highlighter.VectorHighlight.FieldQuery: List replacement for LinkedHashSet preserves insertion order, but we need to explicitly check to ensure no duplicate values are added - posted by ni...@apache.org on 2019/08/07 22:26:34 UTC, 0 replies.
- [lucenenet] 38/42: BUG: Lucene.Net.Tests.Search.TestFieldCacheRangeFilter.TestSparseIndex: formatting value must be done in invariant culture - posted by ni...@apache.org on 2019/08/07 22:26:35 UTC, 0 replies.
- [lucenenet] 39/42: BUG: Lucene.Net.Util.StringHelper - Use Time.CurrentTimeMilliseconds() instead of DateTime.Now.Millisecond. The latter is a mis-translation from Java which contains only numbers 0 to 999, the former returns a long based on Stopwatch.GetTimestamp() that has several orders of magnitude more possible values. - posted by ni...@apache.org on 2019/08/07 22:26:36 UTC, 0 replies.
- [lucenenet] 40/42: SWEEP: CA2200: Rethrow to preserve stack details (https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2200-rethrow-to-preserve-stack-details) (as per LUCENENET-435) - posted by ni...@apache.org on 2019/08/07 22:26:37 UTC, 0 replies.
- [lucenenet] 41/42: SWEEP: Ensure all enumerators are disposed of properly (except in some cases where enumerators are set to field variables, see LUCENENET-611) - posted by ni...@apache.org on 2019/08/07 22:26:38 UTC, 0 replies.
- [lucenenet] 42/42: BUG: Lucene.Net.TestFramework.Codecs.RAMOnly.RAMOnlyPostingsFormat - string comparison must be done using ordinal to match Java - posted by ni...@apache.org on 2019/08/07 22:26:39 UTC, 0 replies.
- [lucenenet] branch master updated (764a8a2 -> d19d961) - posted by ni...@apache.org on 2019/08/08 02:45:12 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Support.Search.ReferenceContext: Sealed the class to keep VS2019 from complaining about its dispose method. - posted by ni...@apache.org on 2019/08/08 02:45:13 UTC, 0 replies.
- [lucenenet] 02/02: Moved TaskMergeScheduler/TestTaskMergeScheduler to the Support folders - posted by ni...@apache.org on 2019/08/08 02:45:14 UTC, 0 replies.
- [lucenenet] branch master updated: Upgraded Spatial4n to 0.4.1 - posted by ni...@apache.org on 2019/08/08 11:18:52 UTC, 0 replies.
- [lucenenet] branch master updated (9185145 -> 885d5b9) - posted by ni...@apache.org on 2019/08/08 11:57:26 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Benchmark: Disabled non strong named warning for SharpZipLib.NETStandard (unsupported 3rd party clone) for .NET Standard 1.6. Chances are slim anyone will want to use this library on that platform - even slimmer that they will be using strong naming. - posted by ni...@apache.org on 2019/08/08 11:57:27 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Analysis.Common.Analysis.Synonym.FSTSynonymFilterFactory: Commented unused exception variable declaration to suppress the warning. - posted by ni...@apache.org on 2019/08/08 11:57:28 UTC, 0 replies.
- [lucenenet] branch master updated (885d5b9 -> 7441677) - posted by ni...@apache.org on 2019/08/09 19:50:01 UTC, 0 replies.
- [lucenenet] 01/09: Lucene.Net.ICU.PostingsHighlight.PostingsHighlighter: Changed default BreakIterator implementation to be the ICU default rather than using a customized RuleBasedBreakIterator that was built just to make the tests pass. Renamed ICUPostingsFormatter to reflect the change and be consistent with other ICU classes. Confirmed against Java that this is the correct default behavior and created separate ICU-specific tests. Moved the JdkBreakIterator to Lucene.Net.ICU.Tests because it is just a test [...] - posted by ni...@apache.org on 2019/08/09 19:50:02 UTC, 0 replies.
- [lucenenet] 02/09: Lucene.Net.Tests.ICU.Search.VectorHighlight.BreakIteratorBoundaryScannerTest: Modified original TestSentenceBoundary test to skip east Asian languages because the mock doesn't override them. Added TestICUWordBoundary and TestICUSentenceBoundary tests to confirm that the boundary scanner works the same with ICU4N as it does with ICU4J with default settings. - posted by ni...@apache.org on 2019/08/09 19:50:03 UTC, 0 replies.
- [lucenenet] 03/09: Lucene.Net.Highlighter.PostingsHighlight.LoadFieldValues: Changed return type from string[][] to IList (cleaner API) - posted by ni...@apache.org on 2019/08/09 19:50:04 UTC, 0 replies.
- [lucenenet] 04/09: build/Dependencies.props: Added reminder to lock down the ICU4N package dependency version when it is stable. The Lucene.Net.ICU resources are not compatible with versions of ICU other than 60.1. - posted by ni...@apache.org on 2019/08/09 19:50:05 UTC, 0 replies.
- [lucenenet] 05/09: Added CHANGES.txt, CONTRIBUTING.md, LICENSE.txt, NOTICE.txt, and README.md to solution items - posted by ni...@apache.org on 2019/08/09 19:50:06 UTC, 0 replies.
- [lucenenet] 06/09: Updated README with lucene-cli info - posted by ni...@apache.org on 2019/08/09 19:50:07 UTC, 0 replies.
- [lucenenet] 07/09: Added missing license headers - posted by ni...@apache.org on 2019/08/09 19:50:08 UTC, 0 replies.
- [lucenenet] 08/09: Added NOTICE.txt to each NuGet package as per http://www.apache.org/legal/release-policy.html#licensing-documentation - posted by ni...@apache.org on 2019/08/09 19:50:09 UTC, 0 replies.
- [lucenenet] 09/09: Upgraded ICU4N to 60.1.0-alpha.53 - posted by ni...@apache.org on 2019/08/09 19:50:10 UTC, 0 replies.
- svn commit: r35191 - /dev/lucenenet/ - posted by ni...@apache.org on 2019/08/09 22:15:39 UTC, 0 replies.
- [lucenenet] annotated tag Lucene.Net_4_8_0_beta00006 created (now 5bfc942) - posted by ni...@apache.org on 2019/08/09 22:22:29 UTC, 0 replies.
- [lucenenet] branch master updated: Updated CHANGES.txt for 4.8.0-beta00006 - posted by ni...@apache.org on 2019/08/11 15:02:41 UTC, 0 replies.
- svn commit: r35211 - /dev/lucenenet/ - posted by ni...@apache.org on 2019/08/13 03:01:31 UTC, 0 replies.
- svn commit: r35212 - /release/lucenenet/4.8.0-beta00006/ - posted by ni...@apache.org on 2019/08/13 03:05:28 UTC, 0 replies.
- [lucenenet] branch master updated: Added lucene-cli tool to README.md - posted by ni...@apache.org on 2019/08/13 04:53:17 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: PerFieldAnalyzerWrapper and PerFieldReuseStrategy must support null keys (fixes LUCENENET-615) - posted by ni...@apache.org on 2019/08/13 09:12:14 UTC, 0 replies.
- [lucenenet] branch master updated (09c073b -> d9418ec) - posted by ni...@apache.org on 2019/08/15 07:56:46 UTC, 0 replies.
- [lucenenet] 01/02: LUCENENET-617: Reverting commits that are causing Lucene.Net.Replicator.IndexAndTaxonomyReplicationClientTest::TestConsistencyOnExceptions() to deadlock and Lucene.Net.Store.TestMockDirectoryWrapper::TestDiskFull() to fail randomly - posted by ni...@apache.org on 2019/08/15 07:56:47 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Tests.Replicator: Removed Timeout attribute that was put in only to ensure a deadlock doesn't cause the test run to time out (see LUCENENET-617) - posted by ni...@apache.org on 2019/08/15 07:56:48 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Tests.Analysis.Common/Analysis/Util/TestCharArrayMap_::TestCharArrayMap() - Was failing in Turkish, lowercasing must be done in the invariant culture to match Lucene - posted by ni...@apache.org on 2019/08/15 11:34:24 UTC, 0 replies.
- [lucenenet] branch master updated (2bd2212 -> c16c367) - posted by ni...@apache.org on 2019/08/21 18:04:22 UTC, 0 replies.