You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated (9aea45c -> 9ce76e9) - posted by ni...@apache.org on 2020/08/02 15:18:43 UTC, 0 replies.
- [lucenenet] 01/02: BUG: Fixed surrogate pair and culture-sensitivity issues with many analyzers. (see #296) - posted by ni...@apache.org on 2020/08/02 15:18:44 UTC, 0 replies.
- [lucenenet] 02/02: BUG: Lucene.Net.Analysis.Common: Fixed classes that were originally using invariant culture to do so again. J2N's Character class default is to use the current culture, which had changed from the prior Character class that used invariant culture. Fixes TestICUFoldingFilter::TestRandomStrings(). - posted by ni...@apache.org on 2020/08/02 15:18:45 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.ICU: Fixed ThaiWordBreaker to account for surrogate pairs. Also added locking to help with thread safety. - posted by ni...@apache.org on 2020/08/02 15:31:55 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Spatial.Util.ShapeFieldCache: Removed unnecessary array allocation - posted by ni...@apache.org on 2020/08/02 19:40:20 UTC, 0 replies.
- [lucenenet] branch benchmarkdotnet updated (19ce5e9 -> a67e42a) - posted by ni...@apache.org on 2020/08/17 06:31:33 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Tests.BenchmarkDotNet: Added jobs for 4.8.0-beta00011 - posted by ni...@apache.org on 2020/08/17 06:31:34 UTC, 0 replies.
- [lucenenet] 02/02: Added benchmarks for facet operations using Lucene.Net.Demo.Facet classes as a basis - posted by ni...@apache.org on 2020/08/17 06:31:35 UTC, 0 replies.
- [lucenenet] branch master updated (2b2f3de -> 94a3e1e) - posted by ni...@apache.org on 2020/08/22 12:17:08 UTC, 0 replies.
- [lucenenet] branch master updated (94a3e1e -> e8bc15f) - posted by ni...@apache.org on 2020/08/24 18:29:47 UTC, 0 replies.
- [lucenenet] 01/13: Lucene.Net.Diagnostics: Moved AssertionException from test framework to Lucene.Net assembly - posted by ni...@apache.org on 2020/08/24 18:29:48 UTC, 0 replies.
- [lucenenet] 02/13: Lucene.Net.Diagnostics: Added static Debugging.Assert() overloads to allow assertions to be turned on and off in the Release build - posted by ni...@apache.org on 2020/08/24 18:29:49 UTC, 0 replies.
- [lucenenet] 03/13: Converted all non-test projects to use Lucene.Net.Diagnostics.Debugging.Assert() instead of System.Diagnostics.Debug.Assert() - posted by ni...@apache.org on 2020/08/24 18:29:50 UTC, 0 replies.
- [lucenenet] 04/13: Converted test framework to use Lucene.Net.Diagnostics.Debugging.Assert() instead of Lucene.Net.Diagnostics.Debug.Assert() - posted by ni...@apache.org on 2020/08/24 18:29:51 UTC, 0 replies.
- [lucenenet] 05/13: Converted all test projects to use Lucene.Net.Diagnostics.Debugging.Assert() instead of System.Diagnostics.Debug.Assert() - posted by ni...@apache.org on 2020/08/24 18:29:52 UTC, 0 replies.
- [lucenenet] 06/13: SWEEP: Reviewed and added missing asserts and moved some assert conditions to be not run when asserts are disabled - posted by ni...@apache.org on 2020/08/24 18:29:53 UTC, 0 replies.
- [lucenenet] 07/13: Added if (Debugging.AssertsEnabled) blocks to improve performance when asserts are disabled - posted by ni...@apache.org on 2020/08/24 18:29:54 UTC, 0 replies.
- [lucenenet] 08/13: Lucene.Net.Diagnostics.Debugging: Changed AssertsEnabled to a static field - posted by ni...@apache.org on 2020/08/24 18:29:55 UTC, 0 replies.
- [lucenenet] 09/13: Changed all Debugging.Assert() overloads to use bool instead of Func - posted by ni...@apache.org on 2020/08/24 18:29:56 UTC, 0 replies.
- [lucenenet] 10/13: Lucene.Net.TestFramework/Support/JavaCompatibility/LuceneTestCase: Fixed issue with reflection not finding the method due to the Func parameter of Debugging.Assert() - posted by ni...@apache.org on 2020/08/24 18:29:57 UTC, 0 replies.
- [lucenenet] 11/13: Codecs: Reverted term vectors readers to use InvalidOperationException always instead of AssertionException only when assert is enabled - posted by ni...@apache.org on 2020/08/24 18:29:58 UTC, 0 replies.
- [lucenenet] 12/13: Lucene.Net.Tests: Don't run tests that require asserts unless asserts are enabled. (closes #326, see #313) - posted by ni...@apache.org on 2020/08/24 18:29:59 UTC, 0 replies.
- [lucenenet] 13/13: azure-pipelines.yml: Added option to disable asserts when running tests - posted by ni...@apache.org on 2020/08/24 18:30:00 UTC, 0 replies.
- [lucenenet] branch master updated (e8bc15f -> 6eba1e0) - posted by ni...@apache.org on 2020/08/24 21:19:32 UTC, 0 replies.
- [lucenenet] 01/09: Lucene.Net.Analysis.ICU: Updated Segmentation files to Lucene 8.6.1 to account for the latest features of ICU - posted by ni...@apache.org on 2020/08/24 21:19:33 UTC, 0 replies.
- [lucenenet] 02/09: Lucene.Net.ICU: Reverted extra locking/cloning for ThaiTokenizer - posted by ni...@apache.org on 2020/08/24 21:19:34 UTC, 0 replies.
- [lucenenet] 03/09: PERFORMANCE: Lucene.Net.Util.AttributeSource: Eliminated unnecessary try catch and replaced ContainsKey with TryGetValue - posted by ni...@apache.org on 2020/08/24 21:19:35 UTC, 0 replies.
- [lucenenet] 04/09: PERFORMANCE: Lucene.Net.Util.AttributeSource::GetAttribute(): Removed extra lookup by using TryGetValue - posted by ni...@apache.org on 2020/08/24 21:19:36 UTC, 0 replies.
- [lucenenet] 05/09: PERFORMANCE: Lucene.Net.Util: Streamlined DefaultAttributeFactory to make the get/update process of creating an attribute WeakReference atomic - posted by ni...@apache.org on 2020/08/24 21:19:37 UTC, 0 replies.
- [lucenenet] 06/09: PERFORMANCE: Lucene.Net.Util.AttributeSource.DefaultAttributeFactory: Use external lock for better performance and removed redundant GetOrAdd() call - posted by ni...@apache.org on 2020/08/24 21:19:38 UTC, 0 replies.
- [lucenenet] 07/09: Lucene.Net.Tests.ICU: Added concurrency test for ThaiAnalyzer - posted by ni...@apache.org on 2020/08/24 21:19:39 UTC, 0 replies.
- [lucenenet] 08/09: Lucene.Net.ICU: Added locking to ThaiTokenizer to only allow a single thread to manipulate the BreakIterator at a time. This helps, but is only a partial fix. - posted by ni...@apache.org on 2020/08/24 21:19:40 UTC, 0 replies.
- [lucenenet] 09/09: TO REVERT: Lucene.Net.ICU: Added locking to ICUTokenizer to only allow a single thread to manipulate the BreakIterator at a time. This can be reverted when the BreakIterator issue is fixed. - posted by ni...@apache.org on 2020/08/24 21:19:41 UTC, 0 replies.
- [lucenenet] branch master updated: PERFORMANCE: Lucene.Net.Diagnostics: Added Asssert overload for passing a string for cases where no concatenation is used. - posted by ni...@apache.org on 2020/08/26 04:24:18 UTC, 0 replies.
- [lucenenet] branch master updated (5e4d299 -> 2a006dc) - posted by ni...@apache.org on 2020/08/26 12:06:13 UTC, 0 replies.
- [lucenenet] 01/03: Lucene.Net.Replicator: Fixed an issue in IndexInputStream that meant the read method could return a number larger than what was passed in for read count or what the buffer could hold, it should instead return the total number of bytes that was read into the buffer, which logically can't be bigger than the buffer it self. - posted by ni...@apache.org on 2020/08/26 12:06:14 UTC, 0 replies.
- [lucenenet] 02/03: Lucene.Net.Replicator: Review fixes - posted by ni...@apache.org on 2020/08/26 12:06:15 UTC, 0 replies.
- [lucenenet] 03/03: Lucene.Net.Replicator: Review fixes - posted by ni...@apache.org on 2020/08/26 12:06:16 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Tests.Index.TestIndexWithThreads::TestRollbackAndCommitWithThreads(): Must catch and ignore AssertionException, as was done in Lucene - posted by ni...@apache.org on 2020/08/28 12:58:25 UTC, 0 replies.