You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet-site] branch master updated (d0021d4 -> 518816c) - posted by rc...@apache.org on 2021/07/03 19:17:57 UTC, 0 replies.
- [lucenenet-site] 01/01: Merge pull request #21 from apache/asf-site - posted by rc...@apache.org on 2021/07/03 19:17:58 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: Updated README.md, replaced placeholder text with info about the repo. (#22) - posted by rc...@apache.org on 2021/07/08 21:08:19 UTC, 0 replies.
- [lucenenet-site] branch master updated: Updated README.md, replaced placeholder text with info about the repo. (#22) - posted by rc...@apache.org on 2021/07/08 21:10:48 UTC, 0 replies.
- [lucenenet] branch master updated (b03b936 -> ddddf53) - posted by ni...@apache.org on 2021/07/24 10:08:19 UTC, 0 replies.
- [lucenenet] 01/02: build/Dependencies.props: Upgraded J2N package dependency to 2.0.0-beta-0016 - posted by ni...@apache.org on 2021/07/24 10:08:20 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Highligher.VectorHighlight.FieldPharseList: Fixed ambiguous Number reference. - posted by ni...@apache.org on 2021/07/24 10:08:21 UTC, 0 replies.
- [lucenenet] branch master updated (ddddf53 -> a130105) - posted by ni...@apache.org on 2021/07/24 19:00:38 UTC, 0 replies.
- [lucenenet] 01/04: Lucene.Net.Support: Factored out Number class in favor of using J2N's parsers and formatters - posted by ni...@apache.org on 2021/07/24 19:00:39 UTC, 0 replies.
- [lucenenet] 02/04: Lucene.Net.Highlighter: Implemented IFormattable and added culture-aware ToString() overload to WeightedPhraseInfo and WeightedFragInfo - posted by ni...@apache.org on 2021/07/24 19:00:40 UTC, 0 replies.
- [lucenenet] 03/04: BREAKING: Lucene.Net.Highlighter.VectorHiglight.ScoreOrderFragmentsBuilder.ScoreComparer: Implemented singleton pattern so the class can only be used via the Default property. - posted by ni...@apache.org on 2021/07/24 19:00:41 UTC, 0 replies.
- [lucenenet] 04/04: PERFORMANCE: Lucene.Net.Highlighter: Use RemoveAll() extension method rather than allocating separate collections to track which enumerated items to remove. - posted by ni...@apache.org on 2021/07/24 19:00:42 UTC, 0 replies.
- [lucenenet] branch master updated: SWEEP: Factored out Lucene.Net.Support.Time in favor of J2N.Time. Replaced all calls (except Lucene.Net.Tests.Search.TestDateFilter) to Environment.TickCount and Time.CurrentTimeMilliseconds() to use Time.NanoTime() / Time.MillisecondsPerNanosecond for more accurate results. (fixes #492) - posted by ni...@apache.org on 2021/07/24 19:01:54 UTC, 0 replies.
- [lucenenet] branch master updated: PERFORMANCE: SWEEP: Replaced Substring method where appropriate with the overloads of number class Parse/TryParse that accept startIndex and length - posted by ni...@apache.org on 2021/07/24 19:02:42 UTC, 0 replies.
- [lucenenet] branch master updated (c73ffd1 -> a147f67) - posted by ni...@apache.org on 2021/07/24 19:04:29 UTC, 0 replies.
- [lucenenet] 01/03: Lucene.Net.Analysis.Phonetic, Lucene.Net.TestFramework: Reduced dependency on Lucene.Net.Support.CollectionExtensions by calling ExceptWith instead of CollectionExtensions.RemoveAll() - posted by ni...@apache.org on 2021/07/24 19:04:30 UTC, 0 replies.
- [lucenenet] 02/03: Lucene.Net.Support.CollectionExtensions: Made more efficient RemoveAll() method and added RetainAll() for use in rare circumstances when we want to do set actions on ICollection - posted by ni...@apache.org on 2021/07/24 19:04:31 UTC, 0 replies.
- [lucenenet] 03/03: Lucene.Net.Benchmark: Use RetainAll() for better efficiency - posted by ni...@apache.org on 2021/07/24 19:04:32 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Support.ListExtensions::SubList(): Factored out in favor of J2N's GetView() method - posted by ni...@apache.org on 2021/07/24 19:12:31 UTC, 0 replies.
- [lucenenet] branch master updated (d58ed59 -> 15549f8) - posted by ni...@apache.org on 2021/07/24 19:13:35 UTC, 0 replies.
- [lucenenet] 01/02: BREAKING: Lucene.Net.QueryParser.Flexible.Core.Nodes.IQueryNode: Added RemoveChildren() method from Lucene 8.8.1 to fix broken RemoveFromParent() method behavior (applies patch LUCENE-5805). - posted by ni...@apache.org on 2021/07/24 19:13:36 UTC, 0 replies.
- [lucenenet] 02/02: BREAKING: Lucene.Net.QueryParser.Flexible.Core.Nodes.IQueryNode: Added TryGetTag() method to simplify looking up a tag by name. - posted by ni...@apache.org on 2021/07/24 19:13:37 UTC, 0 replies.
- [lucenenet] branch master updated: PERFORMANCE: Lucene.Net.Util.UnicodeUtil::ToString(): Updated to cascade the call to Character.ToString() - posted by ni...@apache.org on 2021/07/24 19:14:45 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Tests.Search.TestMultiThreadTermVectors: Removed stray [Test] attribute that was causing extra overhead with no benefit - posted by ni...@apache.org on 2021/07/26 05:31:28 UTC, 0 replies.