You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: chore(deps): Update Newtonsoft.Json to 13.0.1 to avoid vulnerability (#647) - posted by sh...@apache.org on 2022/10/11 18:04:16 UTC, 0 replies.
- [lucenenet] branch master updated: Remove NET45, NET451, NET452 Support & update website framework ver (#650) - posted by rc...@apache.org on 2022/10/13 23:52:13 UTC, 0 replies.
- [lucenenet] branch master updated: fix: Fixed use of insecure 'Path.GetTempFileName' in ExternalRefSorter.cs (#651) - posted by ni...@apache.org on 2022/10/14 14:28:17 UTC, 0 replies.
- [lucenenet] branch master updated: fix: Fixed throw statement in BinaryDictionary - posted by ni...@apache.org on 2022/10/14 14:30:23 UTC, 0 replies.
- [lucenenet] branch master updated: .asf.yaml: Added hacktoberfest label - posted by ni...@apache.org on 2022/10/14 14:32:43 UTC, 0 replies.
- [lucenenet] branch master updated: fix: Fixed Infinite lopp in HttpClientBase - posted by ni...@apache.org on 2022/10/14 15:08:38 UTC, 0 replies.
- [lucenenet] branch master updated: fix: Order of precedence for translation of Remove() method args in FrenchStemmer.cs (#654) - posted by ni...@apache.org on 2022/10/14 18:36:35 UTC, 0 replies.
- [lucenenet] branch master updated: Spellchecking on markdown and text files (#646) - posted by ni...@apache.org on 2022/10/15 13:07:19 UTC, 0 replies.
- [lucenenet] branch master updated: .editorconfig: Added suppression for CA2249: Consider using String.Contains instead of String.IndexOf - posted by ni...@apache.org on 2022/10/15 21:26:20 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Tests.Analysis.SmartCn.TestHMMChineseTokenizerFactory: Added LuceneNetSpecificAttribute to TestHHMMSegmenter() and renamed TestHHMMSegmenterInitialization(), since this is a smoke test that was added to test initialization of HHMMSegmenter. - posted by ni...@apache.org on 2022/10/16 10:29:01 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Analysis.Cn.Smart.Utility: Changed SPACES to use an encoded character for '\u3000' so it is visible in the designer. Fixes #680. - posted by ni...@apache.org on 2022/10/16 10:30:13 UTC, 0 replies.
- [lucenenet] branch master updated: fix: Fixed '&' to '&&' - posted by ni...@apache.org on 2022/10/16 14:51:45 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Fixed ArgumentOutOfRange parameters so the message is passed into the 2nd parameter, not the first (which is for argumentName). Fixes #665. Also addressed potential int overflow issues when checking for "index + length must be <= array length". - posted by ni...@apache.org on 2022/10/16 23:53:39 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Prefer 'AsSpan' over 'Substring' when span-based overloads are available. Fixes #675. - posted by ni...@apache.org on 2022/10/16 23:55:54 UTC, 0 replies.
- [lucenenet] branch master updated: Review for CA1822: Mark members as static (#690) - posted by ni...@apache.org on 2022/10/17 17:02:52 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Lucene.Net.Benchmark.Support.TagSoup: Reviewed API for accessibility issues. Fixed error handling and guard clauses. Changed to generic collections. Renamed method arguments. - posted by ni...@apache.org on 2022/10/17 21:51:13 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Add a nested comment explaining why this method is empty. Fixes #681. - posted by ni...@apache.org on 2022/10/18 20:43:11 UTC, 0 replies.
- [lucenenet] branch master updated (b5802f870 -> e2ae17398) - posted by ni...@apache.org on 2022/10/18 20:45:40 UTC, 0 replies.
- [lucenenet] 01/02: publish-test-results.yml: Added check for assembly binding failure to detect crashed runs. See #699. - posted by ni...@apache.org on 2022/10/18 20:45:41 UTC, 0 replies.
- [lucenenet] 02/02: .github/workflows: Added Lucene-Net-Dependency-Conflict-Warning.yml to post a message to post a reminder comment to a PR to run the tests in Azure DevOps if it contains changes to dependences.props or any .csproj file. See #699. - posted by ni...@apache.org on 2022/10/18 20:45:42 UTC, 0 replies.
- [lucenenet] branch master updated: PERFORMANCE: Lucene.Net.Util.MergedEnumerator: Changed from using inline string conversions when the generic type is string to J2N.Collections.Generic.Comparer, which is statically initialized with the optimal comparer that matches Java behaviors. - posted by ni...@apache.org on 2022/10/18 22:16:36 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Renamed classes from using Iterable and Iterator to Enumerable and Enumerator, where appropropriate. See #279. - posted by ni...@apache.org on 2022/10/18 23:19:08 UTC, 0 replies.
- [lucenenet] branch master updated (80d8cacc5 -> dac2a8c85) - posted by ni...@apache.org on 2022/10/19 01:51:25 UTC, 0 replies.
- [lucenenet] 01/03: Lucene.Net.Util.Fst.BytesStore: Suffix anonymous classes with "AnonymousClass". See #666. - posted by ni...@apache.org on 2022/10/19 01:51:26 UTC, 0 replies.
- [lucenenet] 02/03: SWEEP: Normalize anonymous class names/accessibility. Fixes #666. - posted by ni...@apache.org on 2022/10/19 01:51:27 UTC, 0 replies.
- [lucenenet] 03/03: SWEEP: Renamed classes from using Iterable and Iterator to Enumerable and Enumerator, where appropriate - some were missed in #698. - posted by ni...@apache.org on 2022/10/19 01:51:28 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Analysis.Cjk.CJKBigramFilter: Changed the value of ALL to set all flags (was 0xff instead of 0xffff). Fixes #657. - posted by ni...@apache.org on 2022/10/19 02:35:16 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Marked all singleton "Holder" classes static. Fixes #659. - posted by ni...@apache.org on 2022/10/19 04:27:47 UTC, 0 replies.
- [lucenenet] branch master updated (c2809e9fd -> 36527a061) - posted by ni...@apache.org on 2022/10/19 04:39:15 UTC, 0 replies.
- [lucenenet] 01/02: BUG: Lucene.Net.Benchmark.Support.TagSoup.Parser::SetProperty(): Removed duplicate guard clause - posted by ni...@apache.org on 2022/10/19 04:39:16 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Benchmark.Support.TagSoup.HTMLScanner: Reworked initialization to return statetableIndexMaxChar and set statetableIndex via out parameter. - posted by ni...@apache.org on 2022/10/19 04:39:17 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Removed call to ToString() for StringBuilder.Append() methods, so strongly typed StringBuilder overloads can be used on target frameworks that support it. Fixes #668. - posted by ni...@apache.org on 2022/10/19 21:20:50 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Tests.Index.TestIndexWriter: Finished port of RandomFailingFieldEnumerable. Fixes #695. - posted by ni...@apache.org on 2022/10/19 21:21:03 UTC, 0 replies.
- [lucenenet] branch master updated: Fix for net461 dependency conflict after upgrading Newtonsoft.Json. Fixes #699. - posted by ni...@apache.org on 2022/10/19 21:21:24 UTC, 0 replies.
- [lucenenet] branch master updated: PERFORMANCE: Use 'StringBuilder.Append(char)' instead of 'StringBuilder.Append(string)' when the input is a constant unit string. (#708) - posted by ni...@apache.org on 2022/10/19 22:09:14 UTC, 0 replies.
- [lucenenet] branch master updated: .editorconfig: Suppressed IDE0090: Simplify new expression - posted by ni...@apache.org on 2022/10/20 11:46:12 UTC, 0 replies.
- [lucenenet] branch master updated: chore: Added suppression attributes to CA1822 (#693) - posted by ni...@apache.org on 2022/10/20 19:48:16 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Analysis.Fa/PersianAnalyzer: Reverted changes from #571 as was done in apache/lucene#904. Changed TestPersianStemFilter to use mocks. - posted by ni...@apache.org on 2022/10/20 19:50:57 UTC, 0 replies.
- [lucenenet] branch master updated (599f3b7f8 -> 84e379e09) - posted by ni...@apache.org on 2022/10/20 22:15:07 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Search.Similarities: Statically imported SimilarityBase where appropriate so the Log2 method doesn't have to be qualified (like in Lucene). Fixes #694. - posted by ni...@apache.org on 2022/10/20 22:41:58 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Analysis.Kuromoji.Util.CSVUtil: Applied SOLR-9413 patch to fix the QuoteEscape() method and add tests. Fixes #660. - posted by ni...@apache.org on 2022/10/20 22:44:27 UTC, 0 replies.
- [lucenenet] branch master updated: Removed 2 private nested classes that were not in use (#713) - posted by ni...@apache.org on 2022/10/23 05:07:26 UTC, 0 replies.
- [lucenenet] branch master updated: sweep: Review for CA1822: Mark members as static - posted by ni...@apache.org on 2022/10/25 00:19:06 UTC, 1 replies.
- [lucenenet] branch master updated: Lucene.Net.Analysis.Token: Removed extra code in default constructor - posted by ni...@apache.org on 2022/10/26 11:15:00 UTC, 0 replies.
- [lucenenet] branch master updated: .github/workflows/Generate-TestWorkflows.ps1: Disabled slow tests for PR test runs - posted by ni...@apache.org on 2022/10/28 12:42:43 UTC, 0 replies.
- [lucenenet] branch master updated (a1ae345de -> 3f54dce14) - posted by rc...@apache.org on 2022/10/28 16:14:21 UTC, 0 replies.
- [lucenenet] branch master updated: changes made for Redundant jump statements #684 (#724) - posted by ni...@apache.org on 2022/10/28 16:43:20 UTC, 0 replies.
- [lucenenet] branch master updated: Updated Azure DevOps Mac OS used for Net3.1 Testing (#728) - posted by rc...@apache.org on 2022/10/28 20:05:55 UTC, 0 replies.
- [lucenenet] branch master updated: Sonar changes required for #671 (#730) - posted by ni...@apache.org on 2022/10/31 00:33:56 UTC, 0 replies.
- [lucenenet] branch master updated (31ac9f6b7 -> 3fbee37ed) - posted by ni...@apache.org on 2022/10/31 06:19:08 UTC, 0 replies.
- [lucenenet] 01/14: PERFORMANCE: Lucene.Net.Document.CompressionTools::CompressString(): Eliminated unnecessary ToCharArray() allocation - posted by ni...@apache.org on 2022/10/31 06:19:09 UTC, 0 replies.
- [lucenenet] 02/14: PERFORMANCE: Lucene.Net.Codecs.SimpleText.SimpleTextUtil::Write(): Removed unnecessary ToCharArray() allocation - posted by ni...@apache.org on 2022/10/31 06:19:10 UTC, 0 replies.
- [lucenenet] 03/14: PERFORMANCE: Lucene.Net.Analysis.CharFilters.HTMLStripCharFilter: Removed allocation during parse of hexadecimal number by using J2N.Numerics.Int32 to specify index and length. Also added a CharArrayFormatter struct to defer the allocation of constructing a string until after an assertion failure. - posted by ni...@apache.org on 2022/10/31 06:19:11 UTC, 0 replies.
- [lucenenet] 04/14: PERFORMANCE: Lucene.Net.Analysis.Util.CharacterUtils: Use spans and stackalloc to reduce heap allocations when lowercasing. Added system property named "maxStackLimit" that defaults to 2048 bytes. - posted by ni...@apache.org on 2022/10/31 06:19:12 UTC, 0 replies.
- [lucenenet] 05/14: PERFORMANCE: Lucene.Net.Analysis.Miscellaneous.StemmerOverrideFilter: Added overloads to Add for ICharSequence and char[] to reduce allocations. Added guard clauses. - posted by ni...@apache.org on 2022/10/31 06:19:13 UTC, 0 replies.
- [lucenenet] 06/14: Lucene.Net.Util.TestUnicodeUtil::TestUTF8toUTF32(): Added additional tests for ICharSequence and char[] overloads, changed the original test to test string. - posted by ni...@apache.org on 2022/10/31 06:19:14 UTC, 0 replies.
- [lucenenet] 07/14: PERFORMANCE: Lucene.Net.Analysis.Util.SegmentingTokenizerBase: Removed unnecessary string allocations that were added during the port due to missing APIs. - posted by ni...@apache.org on 2022/10/31 06:19:15 UTC, 0 replies.
- [lucenenet] 08/14: PERFORMANCE: Lucene.Net.Analysis.Ja.GraphvizFormatter: Removed unnecessary surfaceForm string allocation. - posted by ni...@apache.org on 2022/10/31 06:19:16 UTC, 0 replies.
- [lucenenet] 09/14: PERFORMANCE: Lucene.Net.Analysis.In.IndicNormalizer: Replaced static constructor with inline LoadScripts() method. Moved location of scripts field to ensure decompositions is initialized first. - posted by ni...@apache.org on 2022/10/31 06:19:17 UTC, 0 replies.
- [lucenenet] 10/14: PERFORMANCE: Lucene.Net.Analysis.In.IndicNormalizer: Refactored ScriptData to change Dictionary to List and eliminated unnecessary hashtable lookup. Use static fields for unknownScript and [ThreadStatic] previousScriptData to optimize character script matching. - posted by ni...@apache.org on 2022/10/31 06:19:18 UTC, 0 replies.
- [lucenenet] 11/14: PERFORMANCE: Lucene.Net.Analysis.Th.ThaiWordBreaker: Removed unnecessary string allocations and concatenation. Use CharsRef to reuse the same memory. Removed Regex and replaced with UnicodeSet to detect Thai code points. - posted by ni...@apache.org on 2022/10/31 06:19:19 UTC, 0 replies.
- [lucenenet] 12/14: PERFORAMANCE: Lucene.Net.Analysis.Ga.IrishLowerCaseFilter: Use stack and spans to reduce allocations and improve throughput. - posted by ni...@apache.org on 2022/10/31 06:19:20 UTC, 0 replies.
- [lucenenet] 13/14: PERFORMANCE: Lucene.Net.Analysis.Util.OpenStringBuilder: Added overloads of UnsafeWrite() for string an ICharSequence. Optimized Append() methods to call UnsafeWrite with index and count to optimize the operation depending on the type of object passed. - posted by ni...@apache.org on 2022/10/31 06:19:21 UTC, 0 replies.
- [lucenenet] 14/14: PERFORMANCE: Lucene.Net.Analsis.Util.HTMLStripCharFilter: Refactored to remove YyText property (method) which allocates a string every time it is called. Instead, we pass the underlying array to J2N.Numerics.TryParse() and OpenStringBuilder.Append() with the calculated startIndex and length to directly copy the characters without allocating substrings. - posted by ni...@apache.org on 2022/10/31 06:19:22 UTC, 0 replies.
- [lucenenet] branch master updated: Update SlowSynonymFilter.cs - posted by ni...@apache.org on 2022/10/31 09:41:45 UTC, 0 replies.
- [lucenenet] branch master updated (36fbd60d7 -> a2b4c3119) - posted by ni...@apache.org on 2022/10/31 21:13:01 UTC, 0 replies.
- [lucenenet] 01/04: BUG: Lucene.Net.Util.OfflineSorter: Fixed the Sort() and SortPartition() methods so they use the tempDirectory parameter that is passed through the constructor, as was the case in Lucene. Added a constructor overload to specify the directory as a string (a .NET convention). - posted by ni...@apache.org on 2022/10/31 21:13:02 UTC, 0 replies.
- [lucenenet] 02/04: BREAKING: Lucene.Net.Util.OfflineSorter: Changed DefaultTempDir() > GetDefaultTempDir(). - posted by ni...@apache.org on 2022/10/31 21:13:03 UTC, 0 replies.
- [lucenenet] 03/04: Lucene.Net.Util.OfflineSorter: Added guard clauses (and removed asserts). Enabled nullable reference type support. Added disposed flag to ensure dispose only happens once. - posted by ni...@apache.org on 2022/10/31 21:13:04 UTC, 0 replies.
- [lucenenet] 04/04: Lucene.Net.Util.OfflineSorter (ByteSequencesReader + ByteSequencesWriter): Added constructor overloads to pass the file name as a string (.NET convention) - posted by ni...@apache.org on 2022/10/31 21:13:05 UTC, 0 replies.