You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: Moving the markdown converter solution to the src/docs folder - posted by sh...@apache.org on 2020/01/06 09:56:44 UTC, 0 replies.
- [lucenenet] branch master updated (049b771 -> 01d65bb) - posted by ni...@apache.org on 2020/01/08 08:35:09 UTC, 0 replies.
- [lucenenet] 01/06: Lucene.Net.Index.DocTermOrds: Removed unnecessary O(n) operation (call to .ToList()) - posted by ni...@apache.org on 2020/01/08 08:35:10 UTC, 0 replies.
- [lucenenet] 02/06: Lucene.Net.Search.Payloads.PayloadSpanUtil::ctor(): Eliminated unnecessary O(n + n) operation when instantiating SpanOrQuery - posted by ni...@apache.org on 2020/01/08 08:35:11 UTC, 0 replies.
- [lucenenet] 03/06: Lucene.Net.Index.StandardDirectoryReader: Eliminated unnecessary O(n + n) operation and cast - posted by ni...@apache.org on 2020/01/08 08:35:12 UTC, 0 replies.
- [lucenenet] 04/06: Lucene.Net.Index.FilterDirectoryReader: Eliminated unnecessary O(n + n) operation - posted by ni...@apache.org on 2020/01/08 08:35:13 UTC, 0 replies.
- [lucenenet] 05/06: Lucene.Net.Index.BaseCompositeReader: Eliminated unnecessary O(n + n) operation and cast - posted by ni...@apache.org on 2020/01/08 08:35:14 UTC, 0 replies.
- [lucenenet] 06/06: SWEEP: Eliminated several unnecessary lookups by converting ContainsKey to TryGetValue - posted by ni...@apache.org on 2020/01/08 08:35:15 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: init commit of compiled 4.8.0-beta00007 api docs site - posted by sh...@apache.org on 2020/01/21 04:14:21 UTC, 0 replies.
- [lucenenet] branch master updated (01d65bb -> 0eaf765) - posted by ni...@apache.org on 2020/01/23 17:19:30 UTC, 0 replies.
- [lucenenet] 01/02: Factored out WeakIdentityMap in favor of ConditionalWeakTable (fixes LUCENENET-640, closes #236) - posted by ni...@apache.org on 2020/01/23 17:19:31 UTC, 0 replies.
- [lucenenet] 02/02: Upgraded (most) collections to utilize more suitable replacements from J2N (LUCENENET-616) - posted by ni...@apache.org on 2020/01/23 17:19:32 UTC, 0 replies.
- [lucenenet] branch master updated: Updated README - posted by ni...@apache.org on 2020/01/24 21:02:40 UTC, 0 replies.
- [lucenenet] branch master updated (b50b42e -> b0b2b23) - posted by ni...@apache.org on 2020/01/30 08:15:49 UTC, 0 replies.
- [lucenenet] 01/09: Lucene.Net.Spatial.Util.ShapeFieldCacheProvider: Simplified cache value creation by using ConditionalWeakTable.GetValue(), and removed dependency on WeakDictionary (See LUCENENET-610, LUCENENET-640). - posted by ni...@apache.org on 2020/01/30 08:15:50 UTC, 0 replies.
- [lucenenet] 02/09: Lucene.Net.TestFramework.Search.AssertingScorer: Reverted back to using WeakReference for the value, since values are strongly referenced in ConditionalWeakTable - posted by ni...@apache.org on 2020/01/30 08:15:51 UTC, 0 replies.
- [lucenenet] 03/09: Lucene.Net.Support.WeakDictionary: Removed unnecessary cast, marked class internal - posted by ni...@apache.org on 2020/01/30 08:15:52 UTC, 0 replies.
- [lucenenet] 04/09: Lucene.Net.Search.FieldCacheImpl: Switched to ConcurrentDictionary for the innerCache to try to reduce locking (LUCENENET-610) - posted by ni...@apache.org on 2020/01/30 08:15:53 UTC, 0 replies.
- [lucenenet] 05/09: Lucene.Net.Facet.Taxonomy.CachedOrdinalsReader: Removed locking for ordsCache when using ConditionalWeakTable (See LUCENENET-610, LUCENENET-640, LUCENENET-630) - posted by ni...@apache.org on 2020/01/30 08:15:54 UTC, 0 replies.
- [lucenenet] 06/09: Lucene.Net.Support: Renamed ConcurrentHashMapWrapper > ConcurrentDictionaryWrapper, marked internal, and added DictionaryExtensions.AsConcurrent() extension method to make usage simpler - posted by ni...@apache.org on 2020/01/30 08:15:55 UTC, 0 replies.
- [lucenenet] 07/09: Fix duplicate FragNum value on Highlight.TextFragment - posted by ni...@apache.org on 2020/01/30 08:15:56 UTC, 0 replies.
- [lucenenet] 08/09: Lucene.Net.Support: Added compatibility for nullable attributes, which are not supported prior to .NET Standard 2.1 - posted by ni...@apache.org on 2020/01/30 08:15:57 UTC, 0 replies.
- [lucenenet] 09/09: Merge remote-tracking branch 'segovia/master' - posted by ni...@apache.org on 2020/01/30 08:15:58 UTC, 0 replies.