You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated (189c512 -> 68cd398) - posted by ni...@apache.org on 2020/09/07 15:06:01 UTC, 0 replies.
- [lucenenet] branch master updated (68cd398 -> 4219e36) - posted by ni...@apache.org on 2020/09/07 15:06:23 UTC, 0 replies.
- [lucenenet] 01/02: LUCENE-5644: switch to simpler LIFO thread to ThreadState allocator during indexing. Technically, this is something from releases/lucene-solr/4.8.1, but profiling indicates it makes a huge difference in multithreaded scenarios - posted by ni...@apache.org on 2020/09/07 15:06:24 UTC, 0 replies.
- [lucenenet] 02/02: Fixed merge conflicts/other issues for patch LUCENE-5644 (see #208) - posted by ni...@apache.org on 2020/09/07 15:06:25 UTC, 0 replies.
- [lucenenet] branch master updated (4219e36 -> 172be69) - posted by ni...@apache.org on 2020/09/14 01:53:47 UTC, 0 replies.
- [lucenenet] 01/25: SWEEP: Removed unnecessary .NET Framework references from all test projects - posted by ni...@apache.org on 2020/09/14 01:53:48 UTC, 0 replies.
- [lucenenet] 02/25: Directory.Build.targets: Added FEATURE_THREAD_INTERRUPT and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:53:49 UTC, 0 replies.
- [lucenenet] 03/25: Added conditional compilation for FEATURE_THREAD_PRIORITY - posted by ni...@apache.org on 2020/09/14 01:53:50 UTC, 0 replies.
- [lucenenet] 04/25: Directory.Build.targets: Added FEATURE_THREAD_YIELD - posted by ni...@apache.org on 2020/09/14 01:53:51 UTC, 0 replies.
- [lucenenet] 05/25: Lucene.Net.Tests.QueryParser.Xml.TestQueryTemplateManager: Changed conditional compilation to FEATURE_XSLT - posted by ni...@apache.org on 2020/09/14 01:53:52 UTC, 0 replies.
- [lucenenet] 06/25: Directory.Build.targets: Added FEATURE_CULTUREINFO_CURRENTCULTURE_SETTER and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:53:53 UTC, 0 replies.
- [lucenenet] 07/25: Directory.Build.targets: Added FEATURE_CULTUREINFO_GETCULTURES and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:53:54 UTC, 0 replies.
- [lucenenet] 08/25: Directory.Build.targets: Added FEATURE_SECURITYPERMISSIONS_HOSTPROTECTION and FEATURE_ARGITERATOR and implemented in Lucene.Net.Util.SystemConsole class - posted by ni...@apache.org on 2020/09/14 01:53:55 UTC, 0 replies.
- [lucenenet] 09/25: Directory.Build.targets: Added FEATURE_METHODBASE_GETMETHODBODY and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:53:56 UTC, 0 replies.
- [lucenenet] 10/25: Directory.Build.targets: Added FEATURE_TEXTWRITER_CLOSE, FEATURE_TEXTWRITER_CREATEOBJREF, and FEATURE_TEXTWRITER_INITIALIZELIFETIMESERVICE and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:53:57 UTC, 0 replies.
- [lucenenet] 11/25: Directory.Build.targets: Added FEATURE_ENCODINGPROVIDERS and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:53:58 UTC, 0 replies.
- [lucenenet] 12/25: Lucene.Net.Util.Constants: Refactored to use RuntimeInformation on .NET Framework - posted by ni...@apache.org on 2020/09/14 01:53:59 UTC, 0 replies.
- [lucenenet] 13/25: Lucene.Net.Tests.TestFramework.DependencyInjection: Hard wired to net48 so it is unaffected if the rest of the solution is changed to test .NET Framework versions that do not support Microsoft.Extensions.DependencyInjection lower than the current version - posted by ni...@apache.org on 2020/09/14 01:54:00 UTC, 0 replies.
- [lucenenet] 14/25: Directory.Build.targets: Added NETFRAMEWORK compilation symbol - posted by ni...@apache.org on 2020/09/14 01:54:01 UTC, 0 replies.
- [lucenenet] 15/25: Directory.Build.targets: Added FEATURE_TYPE_GETMETHOD__BINDINGFLAGS_PARAMS and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:02 UTC, 0 replies.
- [lucenenet] 16/25: Directory.Build.targets: Added FEATURE_APPDOMAIN_ISFULLYTRUSTED and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:03 UTC, 0 replies.
- [lucenenet] 17/25: Directory.Build.targets: Added FEATURE_APPDOMAIN_BASEDIRECTORY and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:04 UTC, 0 replies.
- [lucenenet] 18/25: Directory.Build.targets: Added FEATURE_ASSEMBLY_GETCALLINGASSEMBLY and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:05 UTC, 0 replies.
- [lucenenet] 19/25: Directory.Build.targets: Added FEATURE_APPDOMAIN_GETASSEMBLIES and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:06 UTC, 0 replies.
- [lucenenet] 20/25: Directory.Build.targets: Added FEATURE_BITARRAY_COPYTO and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:07 UTC, 0 replies.
- [lucenenet] 21/25: Directory.Build.targets: Added FEATURE_MEMORYMAPPEDFILESECURITY and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:08 UTC, 0 replies.
- [lucenenet] 22/25: Directory.Build.targets: Added FEATURE_STACKOVERFLOWEXCEPTION__ISCATCHABLE and implemented throughout solution - posted by ni...@apache.org on 2020/09/14 01:54:09 UTC, 0 replies.
- [lucenenet] 23/25: Directory.Build.targets: Renamed NETSTANDARD1_6 to NETSTANDARD1_X so it isn't dependent on the minor version number - posted by ni...@apache.org on 2020/09/14 01:54:10 UTC, 0 replies.
- [lucenenet] 24/25: Directory.Build.targets: Inverted FEATURE_STACKTRACE so it is on when System.Diagnostics.StackTrace is available - posted by ni...@apache.org on 2020/09/14 01:54:11 UTC, 0 replies.
- [lucenenet] 25/25: Lucene.Net.Expressions: Eliminated .NET settings file and reused JavascriptCompiler.properties file in .NET Framework so we don't have to branch for different target platforms. Simplified reading the settings by using J2N PropertyExtensions. - posted by ni...@apache.org on 2020/09/14 01:54:12 UTC, 0 replies.
- [lucenenet] branch master updated (172be69 -> 2cd99fc) - posted by ni...@apache.org on 2020/09/14 02:37:35 UTC, 0 replies.
- [lucenenet] 01/04: PERFORMANCE: Lucene.Net.Support.AssemblyUtils: restructured to use IEnumerable for deferred execution - posted by ni...@apache.org on 2020/09/14 02:37:36 UTC, 0 replies.
- [lucenenet] 02/04: BUG: Lucene.Net.Search.TopScoreDocCollector: Disabled optimizations on .NET Framework because of float comparison failures on x86 in Release mode. Fixes TestSearchAfter::TestQueries(), TestTopDocsMerge::TestSort_1(), TestTopDocsMerge::TestSort_2(). - posted by ni...@apache.org on 2020/09/14 02:37:37 UTC, 0 replies.
- [lucenenet] 03/04: BUG: Lucene.Net.Sandbox.Queries.SlowFuzzyTermsEnum: Disabled optimizations on .NET Framework because of float comparison failures on x86 in Release mode. Fixes TestTokenLengthOpt(). - posted by ni...@apache.org on 2020/09/14 02:37:38 UTC, 0 replies.
- [lucenenet] 04/04: BUG: Lucene.Net.Search.FuzzyTermsEnum: Disabled optimizations for Accept() method on .NET Framework because of float comparison failures on x86 in Release mode. Fixes TestTokenLengthOpt(). - posted by ni...@apache.org on 2020/09/14 02:37:39 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Fixed several references to J2N.BitConversion that were calling the overload that normalizes NaN when they should have been calling the raw bit conversion instead. - posted by ni...@apache.org on 2020/09/14 04:54:55 UTC, 0 replies.
- [lucenenet] branch master updated: BREAKING: Lucene.Net.Analysis.Common.Miscellaneous.CapitalizationFilter: Changed default behavior to use invariant culture instead of the current thread's culture to match Lucene, which seems more natural when using filters inside of analyzers. - posted by ni...@apache.org on 2020/09/14 05:32:02 UTC, 0 replies.
- [lucenenet] branch master updated (4de9f71 -> 92ec2de) - posted by ni...@apache.org on 2020/09/15 14:16:31 UTC, 0 replies.
- [lucenenet] branch master updated (92ec2de -> adade99) - posted by ni...@apache.org on 2020/09/15 14:16:35 UTC, 0 replies.
- [lucenenet] branch master updated (adade99 -> fc2da94) - posted by ni...@apache.org on 2020/09/15 14:21:04 UTC, 0 replies.
- [lucenenet] 01/16: Lucene.Net.Index.Terms/TermsEnum, Lucene.Net.Suggest: Refactored iterators into enumerators (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:05 UTC, 0 replies.
- [lucenenet] 02/16: Codecs: Added MoveNext() implementations to each TermsEnum subclass (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:06 UTC, 0 replies.
- [lucenenet] 03/16: Cascade calls from Next() to MoveNext() in TermsEnum implementations (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:07 UTC, 0 replies.
- [lucenenet] 04/16: Marked all overloads of TermsEnum.Next(), BytesRefFSTEnum.Next(), and BytesRefArray.GetIterator() methods and IBytesRefIterator, BytesRefIterator types obsolete and hid them from intellisense (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:08 UTC, 0 replies.
- [lucenenet] 05/16: SWEEP: Remove calls to obsolete TermsEnum.Next() method and call TermsEnum.MoveNext(), TermsEnum.Term instead (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:09 UTC, 0 replies.
- [lucenenet] 06/16: Changed all Terms subclasses to use GetEnumerator() instead of GetIterator() (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:10 UTC, 0 replies.
- [lucenenet] 07/16: SWEEP: Remove calls to obsolete GetIterator() method and call GetEnumerator() instead (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:11 UTC, 0 replies.
- [lucenenet] 08/16: Lucene.Net.Index.TermsEnum: Changed to use TermsEnum object itself from Current property to expose its interface during a foreach loop (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:12 UTC, 0 replies.
- [lucenenet] 09/16: Lucene.Net.Search.Spans.Spans: Changed Next() > MoveNext() and deprecated Next() method (see #279, #212) - posted by ni...@apache.org on 2020/09/15 14:21:13 UTC, 0 replies.
- [lucenenet] 10/16: Lucene.Net.Tests.Suggest: Removed tests for obsolete types/methods - posted by ni...@apache.org on 2020/09/15 14:21:14 UTC, 0 replies.
- [lucenenet] 11/16: Lucene.Net.Suggest: Removed obsolete iterators/methods - posted by ni...@apache.org on 2020/09/15 14:21:15 UTC, 0 replies.
- [lucenenet] 12/16: Lucene.Net.Util.FilterIterator: Converted to FilterEnumerator using a predicate passed into the constructor rather than having to subclass. Swapped only usage in FieldFilterAtomicReader with a LINQ query/yield return, since performance is better. (see #279) - posted by ni...@apache.org on 2020/09/15 14:21:16 UTC, 0 replies.
- [lucenenet] 13/16: Lucene.Net.Util.MergedIterator: Converted to MergedEnumerator (see #279) - posted by ni...@apache.org on 2020/09/15 14:21:17 UTC, 0 replies.
- [lucenenet] 14/16: BREAKING: Lucene.Net.Analysis.Common/Analysis/Compound/Hyphenation/TernaryTree: Renamed Iterator > Enumerator, Keys() > GetEnumerator() (see #279) - posted by ni...@apache.org on 2020/09/15 14:21:18 UTC, 0 replies.
- [lucenenet] 15/16: BREAKING: Lucene.Net.Benchmarks.ByTask.Feeds.DirContentSource: Renamed Iterator > Enumerator (see #279) - posted by ni...@apache.org on 2020/09/15 14:21:19 UTC, 0 replies.
- [lucenenet] 16/16: Lucene.Net.Codecs.Memory.DirectDocValuesConsumer: Renamed IteratorAnonymousInnerClassHelper > Enumerator, IterableAnonymousInnerClassHelper > EnumerableAnonymousInnerClassHelper (see #279) - posted by ni...@apache.org on 2020/09/15 14:21:20 UTC, 0 replies.
- [lucenenet] annotated tag Lucene.Net_4_8_0_beta00012 created (now 9c56e12) - posted by ni...@apache.org on 2020/09/15 19:01:55 UTC, 0 replies.
- svn commit: r41471 - /dev/lucenenet/4.8.0-beta00012/ - posted by ni...@apache.org on 2020/09/16 07:03:14 UTC, 0 replies.
- [lucenenet] branch benchmarkdotnet updated (a67e42a -> 491a275) - posted by ni...@apache.org on 2020/09/19 07:04:31 UTC, 0 replies.
- [lucenenet] 01/06: Adds simple benchmark between nuget versions - posted by ni...@apache.org on 2020/09/19 07:04:32 UTC, 0 replies.
- [lucenenet] 02/06: Lucene.Net.Tests.BenchmarkDotNet: Updated HomePageScripBenchmarks to include beta 5, beta 6, and beta 10 - posted by ni...@apache.org on 2020/09/19 07:04:33 UTC, 0 replies.
- [lucenenet] 03/06: Lucene.Net.Tests.BenchmarkDotNet: Added benchmarks for IndexFiles and SearchFiles - posted by ni...@apache.org on 2020/09/19 07:04:34 UTC, 0 replies.
- [lucenenet] 04/06: Lucene.Net.Tests.BenchmarkDotNet: Added jobs for 4.8.0-beta00011 - posted by ni...@apache.org on 2020/09/19 07:04:35 UTC, 0 replies.
- [lucenenet] 05/06: Added benchmarks for facet operations using Lucene.Net.Demo.Facet classes as a basis - posted by ni...@apache.org on 2020/09/19 07:04:36 UTC, 0 replies.
- [lucenenet] 06/06: Lucene.Net.Tests.BenchmarkDotNet: Added benchmarks for 4.8.0-beta00012 - posted by ni...@apache.org on 2020/09/19 07:04:37 UTC, 0 replies.
- svn commit: r41509 - /release/lucenenet/4.8.0-beta00012/ - posted by ni...@apache.org on 2020/09/19 08:05:13 UTC, 0 replies.
- svn commit: r41510 - /dev/lucenenet/4.8.0-beta00012/ - posted by ni...@apache.org on 2020/09/19 08:07:17 UTC, 0 replies.
- [lucenenet] branch master updated (fc2da94 -> c409dae) - posted by ni...@apache.org on 2020/09/19 16:14:11 UTC, 0 replies.
- [lucenenet] 01/09: websites/site/contributing.make-release.md: Updated release procedure with shortened testing times and to check if there is something wrong with the release binaries earlier in the steps - posted by ni...@apache.org on 2020/09/19 16:14:12 UTC, 0 replies.
- [lucenenet] 02/09: websites/site/download: Added download page for 4.8.0-beta00012 - posted by ni...@apache.org on 2020/09/19 16:14:13 UTC, 0 replies.
- [lucenenet] 03/09: website/site/docs.md: Added missing documentation links for 4.8.0-beta00010, 4.8.0-beta00011, and 4.8.0-beta00012 - posted by ni...@apache.org on 2020/09/19 16:14:14 UTC, 0 replies.
- [lucenenet] 04/09: websites/site/lucenetemplate/partials/home-quick-start.tmpl.partial: Updated code sample for MultiPhraseQuery to use collection initializer - posted by ni...@apache.org on 2020/09/19 16:14:15 UTC, 0 replies.
- [lucenenet] 05/09: websites/site/contributing/documentation.md: Fixed typos - posted by ni...@apache.org on 2020/09/19 16:14:16 UTC, 0 replies.
- [lucenenet] 06/09: Docs: Added output from src/docs/convert.ps1 for 4.8.0-beta00012 - posted by ni...@apache.org on 2020/09/19 16:14:17 UTC, 0 replies.
- [lucenenet] 07/09: websites/apidocs/docfx.global.json: Updated to 4.8.0-beta00012 - posted by ni...@apache.org on 2020/09/19 16:14:18 UTC, 0 replies.
- [lucenenet] 08/09: Updated README.md - posted by ni...@apache.org on 2020/09/19 16:14:19 UTC, 0 replies.
- [lucenenet] 09/09: Reverted src/Lucene.Net/overview.md - posted by ni...@apache.org on 2020/09/19 16:14:20 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated (29297c9 -> bbb490a) - posted by ni...@apache.org on 2020/09/19 16:16:01 UTC, 0 replies.
- [lucenenet-site] 01/05: Adds 4.8.0-beta00010 docs - posted by ni...@apache.org on 2020/09/19 16:16:02 UTC, 0 replies.
- [lucenenet-site] 02/05: Adds 4.8.0-beta00011 docs - posted by ni...@apache.org on 2020/09/19 16:16:03 UTC, 0 replies.
- [lucenenet-site] 03/05: Fixed changes paths for beta00008 and beta00009 - posted by ni...@apache.org on 2020/09/19 16:16:04 UTC, 0 replies.
- [lucenenet-site] 04/05: Adds 4.8.0-beta00012 docs - posted by ni...@apache.org on 2020/09/19 16:16:05 UTC, 0 replies.
- [lucenenet-site] 05/05: Updated website - posted by ni...@apache.org on 2020/09/19 16:16:06 UTC, 0 replies.
- [lucenenet] branch docs/4.8.0-beta00010 created (now c409dae) - posted by ni...@apache.org on 2020/09/19 16:18:26 UTC, 0 replies.
- [lucenenet] branch docs/4.8.0-beta00011 created (now c409dae) - posted by ni...@apache.org on 2020/09/19 16:19:07 UTC, 0 replies.
- [lucenenet] branch docs/4.8.0-beta00012 created (now c409dae) - posted by ni...@apache.org on 2020/09/19 16:19:21 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated (bbb490a -> 537626f) - posted by ni...@apache.org on 2020/09/19 16:36:24 UTC, 0 replies.
- [lucenenet-site] 01/02: Fixed links on index.html of 4.8.0-beta00010, 4.8.0-beta00011, and 4.8.0-beta00012 - posted by ni...@apache.org on 2020/09/19 16:36:25 UTC, 0 replies.
- [lucenenet-site] 02/02: Merge branch 'asf-site' of https://github.com/apache/lucenenet-site into asf-site - posted by ni...@apache.org on 2020/09/19 16:36:26 UTC, 0 replies.
- [lucenenet] branch master updated: websites/site/download: Fixed bin.zip filenames and put binary download links before source code links - posted by ni...@apache.org on 2020/09/20 13:35:33 UTC, 0 replies.
- [lucenenet] branch master updated: build/Dependencies.props: Upgraded ICU4N to 60.1.0-alpha.353, J2N to 2.0.0-beta-0010 and Morfologik.Stemming to 2.1.7-beta-0001 - posted by ni...@apache.org on 2020/09/21 15:03:47 UTC, 0 replies.
- [lucenenet] branch master updated (aa60c00 -> de5251c) - posted by ni...@apache.org on 2020/09/22 06:01:32 UTC, 0 replies.
- [lucenenet] 01/03: remove unecessary dictionary lookup - posted by ni...@apache.org on 2020/09/22 06:01:33 UTC, 0 replies.
- [lucenenet] 02/03: mark new fields as private - posted by ni...@apache.org on 2020/09/22 06:01:34 UTC, 0 replies.
- [lucenenet] 03/03: Lucene.Net.Search.FieldCacheImpl: Added comments to indicate where and why we have diverged from Lucene 4.8.0 - posted by ni...@apache.org on 2020/09/22 06:01:35 UTC, 0 replies.
- [lucenenet] branch master updated: azure-pipelines.yml: Added tests for .NET Framework x86 (see #258) - posted by ni...@apache.org on 2020/09/23 14:27:08 UTC, 0 replies.
- [lucenenet] branch master updated: Update home-quick-start.tmpl.partial - posted by ni...@apache.org on 2020/09/23 17:27:09 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: Fixed code exaples on homepage and binary filenames on download pages - posted by ni...@apache.org on 2020/09/24 06:07:59 UTC, 0 replies.
- [lucenenet] branch master updated (ece6bea -> 8ca6951) - posted by ni...@apache.org on 2020/09/26 18:54:20 UTC, 0 replies.
- [lucenenet] 01/21: Lucene.Net.Tests.Facet.Taxonomy.TestSearcherTaxonomyManager: Reduced ordLimit from 100000 to 30000 to keep Nightly run time under 60 minutes - posted by ni...@apache.org on 2020/09/26 18:54:21 UTC, 0 replies.
- [lucenenet] 02/21: Lucene.Net.Tests.Index.TestBagOfPositions: Reduced numTerms by a factor of 6 instead of a factor of 2 to keep Nightly run time under 60 minutes - posted by ni...@apache.org on 2020/09/26 18:54:22 UTC, 0 replies.
- [lucenenet] 03/21: Lucene.Net.Tests.Index.TestBagOfPostings: Reduced numTerms by a factor of 6 instead of a factor of 2 to keep Nightly run time under 60 minutes - posted by ni...@apache.org on 2020/09/26 18:54:23 UTC, 0 replies.
- [lucenenet] 04/21: Lucene.Net.Tests.Index.Test2BPostings: Ignored test because it pushes Azure DevOps over the 1 hour time limit allowed - posted by ni...@apache.org on 2020/09/26 18:54:24 UTC, 0 replies.
- [lucenenet] 05/21: Lucene.Net.TestFramework.Index.ThreadedIndexingAndSearchingTestCase: Reduced amount of pause and run time for concurrency tests to keep the total test time below 1 hour - posted by ni...@apache.org on 2020/09/26 18:54:25 UTC, 0 replies.
- [lucenenet] 06/21: Lucene.Net.Tests.Facet.Taxonomy.TestSearcherTaxonomyManager: Reduced ordLimit from 100000 to 30000 to keep Nightly run time under 60 minutes - posted by ni...@apache.org on 2020/09/26 18:54:26 UTC, 0 replies.
- [lucenenet] 07/21: Lucene.Net.TestFramework.Util.LuceneTestCase::Rarely(): Reduced nightly instances by 50% - posted by ni...@apache.org on 2020/09/26 18:54:27 UTC, 0 replies.
- [lucenenet] 08/21: Lucene.Net.Tests.Index.Test4GBStoredFields: Added exception because this test runs out of memory on x86 - posted by ni...@apache.org on 2020/09/26 18:54:28 UTC, 0 replies.
- [lucenenet] 09/21: Lucene.Net.Tests.Facet: Don't use NO_OP_CACHE during Nightly builds to stay under the 1 hour job limit in Azure DevOps - posted by ni...@apache.org on 2020/09/26 18:54:29 UTC, 0 replies.
- [lucenenet] 10/21: Lucene.Net.TestFramework.Util.LuceneTestCase: Reduced AtLeast() factor from 2 to 1.5 - posted by ni...@apache.org on 2020/09/26 18:54:30 UTC, 0 replies.
- [lucenenet] 11/21: Lucene.Net.Tests.TestFramework.Analysis (TestLookaheadTokenFilter + TestMockAnalyzer): Reduced maximum nightly iterations by 50% - posted by ni...@apache.org on 2020/09/26 18:54:31 UTC, 0 replies.
- [lucenenet] 12/21: azure-pipelines.yml: Added x86 nightly tests for netcoreapp3.1 and netcorapp2.1 - posted by ni...@apache.org on 2020/09/26 18:54:32 UTC, 0 replies.
- [lucenenet] 13/21: Added [Timeout] attribute on tests that have [Deadlock] attribute to prevent them from timing out Azure DevOps. - posted by ni...@apache.org on 2020/09/26 18:54:33 UTC, 0 replies.
- [lucenenet] 14/21: Lucene.Net.Tests: Added logging in TestDuringAddIndexes() and TestTermVectorCorruption() to assist with debugging occasional test failures on Linux/macOS - posted by ni...@apache.org on 2020/09/26 18:54:34 UTC, 0 replies.
- [lucenenet] 15/21: Lucene.Net.TestFramework.Index.BaseStoredFieldsFormatTestCase::TestBigDocuments() Reduced size of big documents to keep test time under 1 hour - posted by ni...@apache.org on 2020/09/26 18:54:35 UTC, 0 replies.
- [lucenenet] 16/21: publish-test-results.yml: Removed call to show-all-files.yml that is for debugging - posted by ni...@apache.org on 2020/09/26 18:54:36 UTC, 0 replies.
- [lucenenet] 17/21: Lucene.Net.Tests.Index.TestFlushByRamOrCountsPolicy::TestFlushByRam(): Increased ramBuffer size to offset the fact that LuceneTestCase.AtLeast() was decreased. - posted by ni...@apache.org on 2020/09/26 18:54:37 UTC, 0 replies.
- [lucenenet] 18/21: Lucene.Net.Tests.Index: Added TimeoutAttribute on several Nightly tests to prevent them from going over Azure's 1hr time limit and detect which test(s) limits are problematic - posted by ni...@apache.org on 2020/09/26 18:54:38 UTC, 0 replies.
- [lucenenet] 19/21: Added TimeoutAttribute at the assembly level of tests to stop tests at 47-55 minutes in order to allow the test results to be uploaded. This will make troubleshooting which tests are taking too long easier. - posted by ni...@apache.org on 2020/09/26 18:54:39 UTC, 0 replies.
- [lucenenet] 20/21: Lucene.Net.Tests.Facet.Taxonomy.TestSearcherTaxonomyManger::Test_Directory(): increased timeout to 30 minutes - posted by ni...@apache.org on 2020/09/26 18:54:40 UTC, 0 replies.
- [lucenenet] 21/21: Lucene.Net.Tests.Index.TestDocumentsWriterStallControl::TestAccquireReleaseRace(): Reduced nightly probability by 50% on x86 to keep from timing out - posted by ni...@apache.org on 2020/09/26 18:54:41 UTC, 0 replies.
- [lucenenet] branch master updated (8ca6951 -> 37d7ffd) - posted by ni...@apache.org on 2020/09/26 18:55:17 UTC, 0 replies.
- [lucenenet] 01/06: PERFORMANCE: Lucene.Net.Search.FieldCacheImpl: Reduced casting/boxing by making FieldCacheImpl.Cache and FieldCacheImpl.CacheKey classes generic. Removed unnecessary loops in PurgeByCacheKey() and GetCacheEntries(). - posted by ni...@apache.org on 2020/09/26 18:55:18 UTC, 0 replies.
- [lucenenet] 02/06: Lucene.Net.Search.FieldCache: Added delegate constructor to field value types so they can be declared inline - posted by ni...@apache.org on 2020/09/26 18:55:19 UTC, 0 replies.
- [lucenenet] 03/06: Lucene.Net.Search.FieldCacheImpl: Removed field value types and declared Get methods inline using delegate methods - posted by ni...@apache.org on 2020/09/26 18:55:20 UTC, 0 replies.
- [lucenenet] 04/06: BREAKING: Lucene.Net.Search.FieldCache: Added interface ICreationPlaceholder and changed CreationPlaceholder to CreationPlaceholder. Changed FieldCacheImpl.Cache to use to reduce casting. - posted by ni...@apache.org on 2020/09/26 18:55:21 UTC, 0 replies.
- [lucenenet] 05/06: Lucene.Net.Search.FieldCacheImpl: Removed unused outerInstance member variables and added readonly - posted by ni...@apache.org on 2020/09/26 18:55:22 UTC, 0 replies.
- [lucenenet] 06/06: Lucene.Net.Search.FieldCacheImpl: Changed null equality comparisons from == to is - posted by ni...@apache.org on 2020/09/26 18:55:23 UTC, 0 replies.
- [lucenenet] branch master updated: BUG: Lucene.Net.Store.SharingNativeFSLock: Allow other processes (such as RAMDirectory) to read the lock file, only set file sharing to None in IsLocked() to provoke the sharing exception. Fixes #356. - posted by ni...@apache.org on 2020/09/27 06:12:29 UTC, 0 replies.