You are viewing a plain text version of this content. The canonical link for it is here.
- [lucenenet] branch master updated: BUG: Directory.Build.targets: Updated AddInternalsVisibleTo target to use BeforeCompile instead of CoreCompile, as recent versions of VS2019 were failing to build with that ordering. - posted by ni...@apache.org on 2020/06/03 18:30:33 UTC, 0 replies.
- [lucenenet] branch master updated (3072f0c -> d606b6c) - posted by ni...@apache.org on 2020/06/03 19:46:44 UTC, 0 replies.
- [lucenenet] 01/02: Lucene.Net.Queries.Function: Created anonymous classes for ValueSourceScorer and ValueFiller, and factored out hand-coded anonymous classes - posted by ni...@apache.org on 2020/06/03 19:46:45 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.Queries: Changed to expression style property syntax. Fixed some bugs in the Equals comparison when the value passed is null and simplified the type conversion expression. - posted by ni...@apache.org on 2020/06/03 19:46:46 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Tests.Util.TestOfflineSorter::TestLargerRandom(): Added the [Explicit] attribute, since in Lucene this test was marked Nightly - posted by ni...@apache.org on 2020/06/10 12:43:11 UTC, 0 replies.
- [lucenenet] branch master updated: The description for websie link under the title Lucene 2.9.4.1 is wrong. - posted by ni...@apache.org on 2020/06/10 12:44:17 UTC, 0 replies.
- [lucenenet] branch master updated (a7f7c40 -> 6dabe24) - posted by ni...@apache.org on 2020/06/17 19:01:04 UTC, 0 replies.
- [lucenenet] 01/04: PERFORMANCE: Boxing issue causing issue with some unit tests that were using AreEqual with bool. Added overloads of AreEqual that accept bool to cover the project systemically without changing tests. (#261, #295) - posted by ni...@apache.org on 2020/06/17 19:01:05 UTC, 0 replies.
- [lucenenet] 02/04: build/build.ps1: Added Powershell version number check - posted by ni...@apache.org on 2020/06/17 19:01:06 UTC, 0 replies.
- [lucenenet] 03/04: build/Dependencies.props: Removed unused MicrosoftExtensionsConfigurationAbstractionsPackageVersion_NET4_5 property - posted by ni...@apache.org on 2020/06/17 19:01:07 UTC, 0 replies.
- [lucenenet] 04/04: Added NuGet.config file - posted by ni...@apache.org on 2020/06/17 19:01:08 UTC, 0 replies.
- [lucenenet] branch docs-poc created (now 99295fe) - posted by sh...@apache.org on 2020/06/23 00:18:37 UTC, 0 replies.
- [lucenenet] 01/09: have 2x sites building, now to see if we can make them act as part of an encompassing site - posted by sh...@apache.org on 2020/06/23 00:18:38 UTC, 0 replies.
- [lucenenet] 02/09: Gets sub-sites almost working, no xref support between them but they build and render pretty well - posted by sh...@apache.org on 2020/06/23 00:18:39 UTC, 0 replies.
- [lucenenet] 03/09: Merge remote-tracking branch 'LUCENE/master' into docs-poc - posted by sh...@apache.org on 2020/06/23 00:18:40 UTC, 0 replies.
- [lucenenet] 04/09: Gets the "Core" subsite working (finally), now to see if we can get more functional with the header menu - posted by sh...@apache.org on 2020/06/23 00:18:41 UTC, 0 replies.
- [lucenenet] 05/09: Moves template files, uses custom template just for the managedref docs to add the top level breadcrumb - posted by sh...@apache.org on 2020/06/23 00:18:42 UTC, 0 replies.
- [lucenenet] 06/09: Includes test-framework in site build - but as expected, this breaks xref lookups because there's duplicates now, need to debug that - posted by sh...@apache.org on 2020/06/23 00:18:43 UTC, 0 replies.
- [lucenenet] 07/09: analysis common package docs now working - posted by sh...@apache.org on 2020/06/23 00:18:44 UTC, 0 replies.
- [lucenenet] 08/09: Morfologik docs now building - posted by sh...@apache.org on 2020/06/23 00:18:45 UTC, 0 replies.
- [lucenenet] 09/09: Adds more builds for separate package sites - posted by sh...@apache.org on 2020/06/23 00:18:46 UTC, 0 replies.
- [lucenenet] branch docs-poc updated (99295fe -> c740499) - posted by sh...@apache.org on 2020/06/23 00:27:26 UTC, 0 replies.
- [lucenenet] 01/01: Merge pull request #291 from apache/docs/codec-configuration - posted by sh...@apache.org on 2020/06/23 00:27:27 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds codecs - posted by sh...@apache.org on 2020/06/23 05:31:58 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds expressions and facets - posted by sh...@apache.org on 2020/06/23 06:25:58 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: Adds grouping - posted by sh...@apache.org on 2020/06/24 04:23:12 UTC, 0 replies.
- [lucenenet] branch master updated (6dabe24 -> cc63141) - posted by ni...@apache.org on 2020/06/24 18:11:54 UTC, 0 replies.
- [lucenenet] 01/26: Reformated Debug assert call with String.Format with interpolation call. Improvement of 15% - posted by ni...@apache.org on 2020/06/24 18:11:55 UTC, 0 replies.
- [lucenenet] 02/26: addresses #295 optimised some Assert calls using long, long. NUnit seems to not treat these as numerics or at least elongates test times. - posted by ni...@apache.org on 2020/06/24 18:11:56 UTC, 0 replies.
- [lucenenet] 03/26: addresses #295 updated lucene test case asserts and modified IEnumerable to IList to take advantage of indexing - posted by ni...@apache.org on 2020/06/24 18:11:57 UTC, 0 replies.
- [lucenenet] 04/26: Updated to passive from aggressive - posted by ni...@apache.org on 2020/06/24 18:11:58 UTC, 0 replies.
- [lucenenet] 05/26: commented unused code throwing an expection and slowing test - posted by ni...@apache.org on 2020/06/24 18:11:59 UTC, 0 replies.
- [lucenenet] 06/26: added using Assert = Lucene.Net.TestFramework.Assert; to use TestFramework Assert - posted by ni...@apache.org on 2020/06/24 18:12:00 UTC, 0 replies.
- [lucenenet] 07/26: Lucene.Net.Util.OfflineSorter: Removed unnecessary calls to ElementAt() and Count() LINQ methods, fixed boxing issue with the Assert.AreEquals call when comparing files (addresses #295). - posted by ni...@apache.org on 2020/06/24 18:12:01 UTC, 0 replies.
- [lucenenet] 08/26: Lucene.Net.Tests.Suggest.Fst.FSTCompletionTest: Removed unnecessary calls to ElementAt() and Count() LINQ (Addresses #261) - posted by ni...@apache.org on 2020/06/24 18:12:02 UTC, 0 replies.
- [lucenenet] 09/26: Lucene.Net.TestFramework: Added overloads for int to Assert.AreEqual (addresses #295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:03 UTC, 0 replies.
- [lucenenet] 10/26: Lucene.Net.TestFramework.Support.JavaCompatibility.LuceneTestCase: Updated assertEquals overloads to support additional collection types - posted by ni...@apache.org on 2020/06/24 18:12:04 UTC, 0 replies.
- [lucenenet] 11/26: SWEEP: Lucene.Net.Util: Added using for Assert class to ensure our strongly-typed overloads are being called to reduce boxing. (addresses #295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:05 UTC, 0 replies.
- [lucenenet] 12/26: Lucene.Net.Tests.Util.TestOfflineSorter::AssertFilesIdentical(): Changed test to utilize the J2N's ArrayEqualityComparer to optimize the speed of the test (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:06 UTC, 0 replies.
- [lucenenet] 13/26: Lucene.Net.Tests.Index.TestIndexWriter: Fixed ambiguous call issue with Assert.AreEqual - posted by ni...@apache.org on 2020/06/24 18:12:07 UTC, 0 replies.
- [lucenenet] 14/26: Lucene.Net.TestFramework: Optimized array asserts by first checking with J2N.Collections.ArrayEqualityComparer before cascading only the failing calls to NUnit.CollectionAssert.AreEqual to generate the error message (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:08 UTC, 0 replies.
- [lucenenet] 15/26: Lucene.Net.Tests.Search + Lucene.Net.Tests.Support: Switched to using the Assert class in the test framework instead of NUnit (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:09 UTC, 0 replies.
- [lucenenet] 16/26: Lucene.Net.Tests.Index: Switched to using the Assert class in the test framework instead of NUnit (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:10 UTC, 0 replies.
- [lucenenet] 17/26: Lucene.Net.Tests.Analysis + Lucene.Net.Tests.Codecs + Lucene.Net.Tests.Document: Switched to using the Assert class from the test framework instead of NUnit (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:11 UTC, 0 replies.
- [lucenenet] 18/26: Lucene.Net.Tests.ICU: Switched to using the Assert class from the test framework instead of NUnit (#295, #261). - posted by ni...@apache.org on 2020/06/24 18:12:12 UTC, 0 replies.
- [lucenenet] 19/26: Lucene.Net.Tests.Analysis.Phonetic: Switched to using the Assert class from the test framework instead of NUnit (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:13 UTC, 0 replies.
- [lucenenet] 20/26: Lucene.Net.Tests.Facet: Switched to using the Assert class from the test framework instead of NUnit (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:14 UTC, 0 replies.
- [lucenenet] 21/26: Lucene.Net.TestFramework: Added assert overloads for float (#295, #261) - posted by ni...@apache.org on 2020/06/24 18:12:15 UTC, 0 replies.
- [lucenenet] 22/26: Lucene.Net.Tests.Facet.Taxonomy.WriterCache.TestCharBlockArray::TestArray(): Optimized by comparing against string, since indexing into a StringBuilder is painfully slow in .NET - posted by ni...@apache.org on 2020/06/24 18:12:16 UTC, 0 replies.
- [lucenenet] 23/26: Lucene.Net.TestFramework: Removed SeedAttribute - posted by ni...@apache.org on 2020/06/24 18:12:17 UTC, 0 replies.
- [lucenenet] 24/26: run-tests-on-os.yml: Upgraded to .NET Core SDK 3.1.301 - posted by ni...@apache.org on 2020/06/24 18:12:18 UTC, 0 replies.
- [lucenenet] 25/26: Downgraded tests from netcoreapp2.2 to netcoreapp2.1 because 2.2 is no longer supported and 2.1 is: https://devblogs.microsoft.com/dotnet/net-core-2-2-will-reach-end-of-life-on-december-23-2019/ - posted by ni...@apache.org on 2020/06/24 18:12:19 UTC, 0 replies.
- [lucenenet] 26/26: run-tests-on-os.yml: Added task to install .NET Core SDK 2.1 - posted by ni...@apache.org on 2020/06/24 18:12:20 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: Ensures all overwrite files package/overview are included in builds, adds highlighter and icu builds - posted by sh...@apache.org on 2020/06/25 23:59:51 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: Fixes up highlighter main doc - posted by sh...@apache.org on 2020/06/26 00:17:36 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds join, memory, misc - posted by sh...@apache.org on 2020/06/26 00:26:00 UTC, 0 replies.
- [lucenenet] branch master updated: Lucene.Net.Queries.Function: Converted types to use invariant culture when converting strings to numbers and numbers to strings. (fixes #260) - posted by ni...@apache.org on 2020/06/27 11:34:53 UTC, 0 replies.
- [lucenenet] branch master updated (123360d -> f6e9961) - posted by ni...@apache.org on 2020/06/27 11:37:38 UTC, 0 replies.
- [lucenenet] 01/02: build/Dependencies.props: Upgraded ICU4N dependencies to 60.1.0-alpha.350 - posted by ni...@apache.org on 2020/06/27 11:37:39 UTC, 0 replies.
- [lucenenet] 02/02: Lucene.Net.ICU, Lucene.Net.Tests.ICU: Upgraded to utilize UCultureInfo from ICU4N - posted by ni...@apache.org on 2020/06/27 11:37:40 UTC, 0 replies.
- [lucenenet] branch master updated (f6e9961 -> cffc8dd) - posted by ni...@apache.org on 2020/06/27 17:56:07 UTC, 0 replies.
- [lucenenet] 01/02: Revert "Updated to passive from aggressive" - posted by ni...@apache.org on 2020/06/27 17:56:08 UTC, 0 replies.
- [lucenenet] 02/02: Added missing license headers - posted by ni...@apache.org on 2020/06/27 17:56:09 UTC, 0 replies.
- [lucenenet] annotated tag Lucene.Net_4_8_0_beta00009 created (now 0eeec6d) - posted by ni...@apache.org on 2020/06/27 19:27:14 UTC, 0 replies.
- svn commit: r40195 - /dev/lucenenet/4.8.0-beta00009/ - posted by ni...@apache.org on 2020/06/27 19:49:43 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds queries/queryparser - posted by sh...@apache.org on 2020/06/29 04:33:33 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds replicator/sandbox - posted by sh...@apache.org on 2020/06/29 04:40:46 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds spatial, suggest and demo - posted by sh...@apache.org on 2020/06/29 04:50:34 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: adds cli, cleans up ps1 script - posted by sh...@apache.org on 2020/06/29 13:03:28 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: fixes up casing for some projects and links on main document - posted by sh...@apache.org on 2020/06/30 04:41:37 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: for now, hard code the version in the index.md until we sort out the plugin, updates build script to use the new ps1 params - posted by sh...@apache.org on 2020/06/30 05:19:55 UTC, 0 replies.
- [lucenenet] branch docs-poc updated (f937f67 -> 079c8f5) - posted by sh...@apache.org on 2020/06/30 05:24:21 UTC, 0 replies.
- [lucenenet] 01/01: Merge commit 'refs/tags/Lucene.Net_4_8_0_beta00009^{}' into docs-poc - posted by sh...@apache.org on 2020/06/30 05:24:22 UTC, 0 replies.
- [lucenenet] branch docs-poc updated: fixes spatial, fixes memory toc, hard codes some links - posted by sh...@apache.org on 2020/06/30 06:48:16 UTC, 0 replies.
- [lucenenet] branch docs/4.8.0-beta00009 created (now c218309) - posted by sh...@apache.org on 2020/06/30 06:50:23 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: Api docs for 4.8.0-beta00009 - posted by sh...@apache.org on 2020/06/30 06:55:54 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: fix paths - posted by sh...@apache.org on 2020/06/30 08:16:56 UTC, 3 replies.
- svn commit: r40258 - /release/lucenenet/4.8.0-beta00009/ - posted by ni...@apache.org on 2020/06/30 20:27:45 UTC, 0 replies.
- svn commit: r40259 - /dev/lucenenet/4.8.0-beta00009/ - posted by ni...@apache.org on 2020/06/30 20:29:41 UTC, 0 replies.
- [lucenenet] branch master updated (cffc8dd -> 40186fb) - posted by ni...@apache.org on 2020/06/30 21:50:36 UTC, 0 replies.
- [lucenenet] 01/27: SWEEP: Removed all calls to Type.GetTypeInfo() extension method, which is costing a few ns each time it is called. - posted by ni...@apache.org on 2020/06/30 21:50:37 UTC, 0 replies.
- [lucenenet] 02/27: Lucene.Net.Util.AttributeSource: Optimize creation of built-in attributes (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:50:38 UTC, 0 replies.
- [lucenenet] 03/27: Lucene.Net.Util.AttributeSource: Optimized string building for converting Attribute interface name to Attribute class name (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:50:39 UTC, 0 replies.
- [lucenenet] 04/27: Lucene.Net.TestFramework: refactored collection asserts so aggressive mode can be passed as an optional parameter (true by default) - posted by ni...@apache.org on 2020/06/30 21:50:40 UTC, 0 replies.
- [lucenenet] 05/27: Lucene.Net.Tests.Util.TestIdentityHashSet: Use non-aggressive comparison for J2N collections - posted by ni...@apache.org on 2020/06/30 21:50:41 UTC, 0 replies.
- [lucenenet] 06/27: Lucene.Net.TestFramework: Removed NUnit.CollectionAssert overloads - posted by ni...@apache.org on 2020/06/30 21:50:42 UTC, 0 replies.
- [lucenenet] 07/27: Lucene.Net.TestFramework.Randomized.Generators.RandomInts::RandomInt32Between(): Debug.Assert needs to be compiled out of the build in this case to avoid performance issues with its string formatting (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:50:43 UTC, 0 replies.
- [lucenenet] 08/27: Lucene.Net.TestFramework:RandomExtensions: Added missing overload of NextInt64(long) to choose only max upper bound - posted by ni...@apache.org on 2020/06/30 21:50:44 UTC, 0 replies.
- [lucenenet] 09/27: Lucene.Net.Util.Automaton: Fixed State class to initialize and trim more efficiently (#295, #261). Fixes the performance of Lucene.Net.Util.Automaton.TestBasicOperations::TestEmptyLanguageConcatenate(). - posted by ni...@apache.org on 2020/06/30 21:50:45 UTC, 0 replies.
- [lucenenet] 10/27: Lucene.Net.Util.Automaton.DacuikMihovAutomatonBuilder: Reduce the number of zero length array allocations (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:50:46 UTC, 0 replies.
- [lucenenet] 11/27: Automaton patches - posted by ni...@apache.org on 2020/06/30 21:50:47 UTC, 0 replies.
- [lucenenet] 12/27: Lucene.Net.TestFramework.Search.RandomSimilarityProvider::ToString(): Use StringBuilder for better efficiency (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:50:48 UTC, 0 replies.
- [lucenenet] 13/27: Lucene.Net.Analsis.TokenAttributes.CharTermAttribute::ResizeBuffer(): Use Array.Resize() rather than copy (#261) - posted by ni...@apache.org on 2020/06/30 21:50:49 UTC, 0 replies.
- [lucenenet] 14/27: Lucene.Net.TestFramework.Util.LuceneTestCase: Cache codecType and similarityName as strings so they don't have to be regenerated on each test (#261, #295) - posted by ni...@apache.org on 2020/06/30 21:50:50 UTC, 0 replies.
- [lucenenet] 15/27: Lucene.Net.TestFramework: Using Assert.That is several times slower than Assert.IsFalse (#295) - posted by ni...@apache.org on 2020/06/30 21:50:51 UTC, 0 replies.
- [lucenenet] 16/27: Lucene.Net.Tests.Suggest: Removed calls to ElementAt() (#261) - posted by ni...@apache.org on 2020/06/30 21:50:52 UTC, 0 replies.
- [lucenenet] 17/27: Lucene.Net.Suggest: Removed ElementAt() calls from Lists, also reversing the list in place is faster than LINQ (#261) - posted by ni...@apache.org on 2020/06/30 21:50:53 UTC, 0 replies.
- [lucenenet] 18/27: Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser: Remove ElementAt() from List (#261) - posted by ni...@apache.org on 2020/06/30 21:50:54 UTC, 0 replies.
- [lucenenet] 19/27: Lucene.Net.Index.Term: Optimized equality checking (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:50:55 UTC, 0 replies.
- [lucenenet] 20/27: Lucene.Net.Util (BytesRef + CharsRef): Implemented IEquatable - posted by ni...@apache.org on 2020/06/30 21:50:56 UTC, 0 replies.
- [lucenenet] 21/27: Lucene.Net.TestFramework: Added some overloads with Func, since some of the messages are expensive to build and only apply to the failure case - posted by ni...@apache.org on 2020/06/30 21:50:57 UTC, 0 replies.
- [lucenenet] 22/27: Updated assertEquals and Assert.AreEqual to specify aggressive: false when it doesn't apply to the test - posted by ni...@apache.org on 2020/06/30 21:50:58 UTC, 0 replies.
- [lucenenet] 23/27: Lucene.Net.Tests.Index.TestDocumentsWriterDeleteQueue: Updated comparisons to reduce memory allocations (#261) - posted by ni...@apache.org on 2020/06/30 21:50:59 UTC, 0 replies.
- [lucenenet] 24/27: Lucene.Net.TestFramework: Changed ConcurrentMergeSchedulerFactories.Values to only return the TaskMergeScheduler rarely, since it is no longer a default setting and is slowing down tests (#295, #261) - posted by ni...@apache.org on 2020/06/30 21:51:00 UTC, 0 replies.
- [lucenenet] 25/27: Lucene.Net.Support.Collections::ToString(): Fixed overloads to write "null" when the collection passed is null rather than throw an exception - posted by ni...@apache.org on 2020/06/30 21:51:01 UTC, 0 replies.
- [lucenenet] 26/27: Lucene.Net.Util: Use Array.Empty() when possible - posted by ni...@apache.org on 2020/06/30 21:51:02 UTC, 0 replies.
- [lucenenet] 27/27: Lucene.Net.Util (MathUtil + NumericUtils + SloppyMath + UnicodeUtil): Added some aggressive inlining, made classes static (#261) - posted by ni...@apache.org on 2020/06/30 21:51:03 UTC, 0 replies.
- [lucenenet] branch master updated (40186fb -> 3b92a59) - posted by ni...@apache.org on 2020/06/30 21:58:47 UTC, 0 replies.
- [lucenenet] 01/09: Lucene.Net.Codecs: Fixed testing condition for BaseTermVectorsFormatTestCase on TermVectorsReaders by throwing InvalidOperationException (fixes #267) - posted by ni...@apache.org on 2020/06/30 21:58:48 UTC, 0 replies.
- [lucenenet] 02/09: Upgraded NuGet package dependencies for NUnit to 3.12.0, NUnit3TestAdapter to 3.16.1, Microsoft.NET.Test.Sdk to 16.6.1 (#301) - posted by ni...@apache.org on 2020/06/30 21:58:49 UTC, 0 replies.
- [lucenenet] 03/09: Lucene.Net.Tests.QueryParser.Classic.TestQueryParser::TestProtectedCtors(): Reflection doesn't throw exceptions when it cannot find a constructor in .NET, we need to test for null instead. (#301) - posted by ni...@apache.org on 2020/06/30 21:58:50 UTC, 0 replies.
- [lucenenet] 04/09: Lucene.Net.TestFramework: Added additional overloads of Assert.Throws to supply messages - posted by ni...@apache.org on 2020/06/30 21:58:51 UTC, 0 replies.
- [lucenenet] 05/09: Lucene.Net.Benchmark: Ignored the failing "alt package" test. We currently only support assemblies that are referenced by the calling project. - posted by ni...@apache.org on 2020/06/30 21:58:52 UTC, 0 replies.
- [lucenenet] 06/09: Lucene.Net.Tests.Index.TestIndexWriterExceptions::TestExceptionDocumentsWriterInit(): Fixed issue with swallowing NUnit's AssertionException by using Assert.Throws. - posted by ni...@apache.org on 2020/06/30 21:58:53 UTC, 0 replies.
- [lucenenet] 07/09: Added a global Lucene.Net.Diagnostics.Debugging.AssertsEnabled static property that can be used to toggle "asserts" on and off in the release build, similar to how it works in Java. The setting can be injected by end users with the "assert" system property (which is a boolean). (#301) - posted by ni...@apache.org on 2020/06/30 21:58:54 UTC, 0 replies.
- [lucenenet] 08/09: Lucene.Net.TestFramework: Reuse inbuilt environment variable provider rather than our stock one, that is only meant as a logical default. - posted by ni...@apache.org on 2020/06/30 21:58:55 UTC, 0 replies.
- [lucenenet] 09/09: Lucene.Net.Analysis.Tokenizer: Allow enabling "asserts" for testing - posted by ni...@apache.org on 2020/06/30 21:58:56 UTC, 0 replies.
- [lucenenet-site] branch asf-site updated: adds beta00009 download/docs links - posted by sh...@apache.org on 2020/06/30 23:48:29 UTC, 0 replies.
- [lucenenet] branch docs/4.8.0-beta00009 updated (c218309 -> 07e1d13) - posted by sh...@apache.org on 2020/06/30 23:49:34 UTC, 0 replies.
- [lucenenet] 01/02: _rel fixes and a couple more hard coded paths - posted by sh...@apache.org on 2020/06/30 23:49:35 UTC, 0 replies.
- [lucenenet] 02/02: adds beta00009 links to site - posted by sh...@apache.org on 2020/06/30 23:49:36 UTC, 0 replies.