Messages by Date
-
2022/01/10
[lucenenet] 03/04: Added welcome and more overview content, plus minor edits
rclabo
-
2022/01/10
[lucenenet] 01/04: Added gray boxes around images on "Setup Java Debugging" page.
rclabo
-
2022/01/10
[lucenenet] branch master updated (4ab69b8 -> 2fe5d36)
rclabo
-
2022/01/10
[lucenenet] 04/04: Fixed PR based on feedback
rclabo
-
2022/01/10
[lucenenet] 02/04: Fixed "lines of code" indicated on source code page and linked to related image.
rclabo
-
2022/01/10
[lucenenet-site] branch asf-site updated: Image for source page
rclabo
-
2022/01/09
[lucenenet] branch master updated: website: Fixed codeclimber article broken links
nightowl888
-
2022/01/09
[lucenenet] branch master updated: .github/workflows: Updated website/documentation configs to use subdirectory glob patterns for paths.
nightowl888
-
2022/01/08
[lucenenet] 11/15: .github/workflows/Generate-TestWorkflows.ps1: Updated to use .NET 6 SDK for all testing
nightowl888
-
2022/01/08
[lucenenet] 14/15: run-tests-on-os.yml: Install SDKs for legacy targets, if necessary, but do so after we disable telemetry
nightowl888
-
2022/01/08
[lucenenet] 08/15: run-tests-on-os.yml: Changed references from dotnet vstest to dotnet test in comments, log files, and display names
nightowl888
-
2022/01/08
[lucenenet] 09/15: show-all-files.yml: Removed invalid doc comment
nightowl888
-
2022/01/08
[lucenenet] 07/15: azure-pipelines.yml: Updated to correctly case version.props file for packaging, and to ignore build.bat because we no longer modify it during release
nightowl888
-
2022/01/08
[lucenenet] 04/15: .gitattributes: Never checkout BASH scripts with Widows line endings
nightowl888
-
2022/01/08
[lucenenet] 15/15: .github/workflows: Regenerated workflows with original legacy SDK settings
nightowl888
-
2022/01/08
[lucenenet] 03/15: .build/runbuild.ps1: Removed dependency on dotnet-install.ps1 and simply throw an exception if the .NET SDK doesn't meet the minimum version
nightowl888
-
2022/01/08
[lucenenet] 13/15: Revert ".github/workflows/Generate-TestWorkflows.ps1: Updated to use .NET 6 SDK for all testing"
nightowl888
-
2022/01/08
[lucenenet] 12/15: .github/workflows/Generate-TestWorkflows.ps1: Removed special case code for projects that only have one test target framework
nightowl888
-
2022/01/08
[lucenenet] 01/15: Moved build directory to .build, release to _artifacts, renamed build.ps1 > runbuild.ps1
nightowl888
-
2022/01/08
[lucenenet] 10/15: .build/runbuild.ps1: Track added files so they can be reverted if the build is cancelled
nightowl888
-
2022/01/08
[lucenenet] 05/15: Added bash script, build.ps1 script to process command arguments, and modified build.bat to only pass the arguments to build.ps1 without doing any processing, only checking for the existence of Powershell. Fixes #364.
nightowl888
-
2022/01/08
[lucenenet] branch master updated (a3852df -> bc6f14f)
nightowl888
-
2022/01/08
[lucenenet] 06/15: Lucene.Net.sln: Added .rat-excludes to Solution Items
nightowl888
-
2022/01/07
[lucenenet-site] branch asf-site updated: Added How to Setup Java Debugging Page
rclabo
-
2022/01/07
[lucenenet] branch master updated: Add How to Setup Java Debugging page
rclabo
-
2022/01/07
[lucenenet-site] branch asf-site updated: Added two more images for cloning local repo
rclabo
-
2022/01/06
[lucenenet-site] branch asf-site updated: Images of virtual box install
rclabo
-
2022/01/05
[lucenenet] 01/02: Directory.Build.props: Migrated Dependencies.props reference here so it can conditionally select package reference versions based on target framework. Moved Source Link references here, too so the version numbers can be resolved.
nightowl888
-
2022/01/05
[lucenenet] 02/02: Directory.Build.targets: Added private NuGet dependency on Microsoft.NETFramework.ReferenceAssemblies, which removes the prerequisite of .NET Framework 4.8 Developer Pack to run builds.
nightowl888
-
2022/01/05
[lucenenet] branch master updated (de419c7 -> 0a2c266)
nightowl888
-
2022/01/04
[lucenenet-site] branch asf-site updated: improved content of /contributing/source web page
rclabo
-
2022/01/04
[lucenenet] branch master updated: Improved content of /contributing/source web page
rclabo
-
2022/01/03
[lucenenet] branch master updated: Changed adjective describing 3.0.3
rclabo
-
2021/12/27
[lucenenet] 01/02: Directory.Build.props: Added SourceLink support and deterministic builds: https://github.com/dotnet/sourcelink/blob/main/README.md
nightowl888
-
2021/12/27
[lucenenet] branch master updated (015c537 -> 17ccff2)
nightowl888
-
2021/12/27
[lucenenet] 02/02: website: Added source-stepping.md to describe how to allow the debugger to step into Lucene.NET code
nightowl888
-
2021/12/27
[lucenenet-site] branch asf-site updated: Added images to demonstrate Source Link setup
nightowl888
-
2021/12/26
[lucenenet] 02/02: Lucene.Net: Added embedded readme file for NuGet package
nightowl888
-
2021/12/26
[lucenenet] 01/02: SWEEP: Updated NuGet packages with URLs for documentation, release notes, and a link back to the main Lucene.Net NuGet package.
nightowl888
-
2021/12/26
[lucenenet] branch master updated (11c6b82 -> 015c537)
nightowl888
-
2021/12/26
[lucenenet] 03/04: build/build.ps1: Added function to update version info in docs/index.md using regex replace prior to packing
nightowl888
-
2021/12/26
[lucenenet] branch master updated (863410a -> 11c6b82)
nightowl888
-
2021/12/26
[lucenenet] 01/04: lucene-cli: Upgraded from netcoreapp3.1 to net6.0
nightowl888
-
2021/12/26
[lucenenet] 04/04: lucene-cli/docs/index.md: Updated prerequisites for lucene-cli to .NET 6.0 Runtime
nightowl888
-
2021/12/26
[lucenenet] 02/04: lucene-cli: Added embedded readme to NuGet package
nightowl888
-
2021/12/26
[lucenenet] branch sourcelink-experiment updated: build/NuGet.props: Removed RepositoryUrl element
nightowl888
-
2021/12/24
[lucenenet] 07/07: Directory.Build.props: Added SourceLink support and deterministic builds: https://github.com/dotnet/sourcelink/blob/main/README.md
nightowl888
-
2021/12/24
[lucenenet] 04/07: lucene-cli/docs/index.md: Updated prerequisites for lucene-cli to .NET 6.0 Runtime
nightowl888
-
2021/12/24
[lucenenet] 05/07: SWEEP: Updated NuGet packages with URLs for documentation, release notes, and a link back to the main Lucene.Net NuGet package.
nightowl888
-
2021/12/24
[lucenenet] 06/07: Lucene.Net: Added embedded readme file for NuGet package
nightowl888
-
2021/12/24
[lucenenet] 03/07: build/build.ps1: Added function to update version info in docs/index.md using regex replace prior to packing
nightowl888
-
2021/12/24
[lucenenet] branch sourcelink-experiment created (now f2754cf)
nightowl888
-
2021/12/24
[lucenenet] 01/07: lucene-cli: Upgraded from netcoreapp3.1 to net6.0
nightowl888
-
2021/12/24
[lucenenet] 02/07: lucene-cli: Added embedded readme to NuGet package
nightowl888
-
2021/12/23
[lucenenet] branch master updated: LICENSE.txt, NOTICE.txt: Updated copyright date
nightowl888
-
2021/12/22
[lucenenet] 03/04: Lucene.Net.TestFramework.Store.MockIndexOutputWrapper::CheckDiskFull(): Completed implementation to write thread name and stack trace in Verbose mode.
nightowl888
-
2021/12/22
[lucenenet] 04/04: Lucene.Net.TestFramework: Reviewed and removed some TODOs
nightowl888
-
2021/12/22
[lucenenet] 01/04: BREAKING: Lucene.Net.TestFramework.Store.MockDirectoryWrapper: Renamed AssertNoUnreferencedFilesOnClose to AssertNoUnreferencedFilesOnDispose
nightowl888
-
2021/12/22
[lucenenet] branch master updated (4c65db1 -> dd7dc18)
nightowl888
-
2021/12/22
[lucenenet] 02/04: Lucene.Net.TestFramework.Util.LuceneTestCase: Updated XML doc comments on how to configure the random seed and culture via file, attribute, or environment variable.
nightowl888
-
2021/12/22
[lucenenet] 02/02: Lucene.Net.TestFramework: Removed files and folders for Lucene.Net.TestFramework.NUnit, Lucene.Net.TestFramework.MSTest, and Lucene.Net.TestFramework.xUnit and moved NUnit Assert class into Lucene.Net.TestFramework project.
nightowl888
-
2021/12/22
[lucenenet] branch master updated (afc94c6 -> 4c65db1)
nightowl888
-
2021/12/22
[lucenenet] branch master updated (93cd1e9 -> afc94c6)
nightowl888
-
2021/12/22
[lucenenet] 02/02: Lucene.Net.TestFramework: Changed RandomSeedAttribute to accept a string and adjusted LuceneRandomSeedInitializer to ignore any value after a colon, to allow future strings to have multiple seed values (as Lucene does) without breaking compatibility.
nightowl888
-
2021/12/22
[lucenenet] 01/02: Lucene.Net.Util.RandomizedContext: Use an underscore to prefix the property name to hide it from Test Explorer
nightowl888
-
2021/12/20
[lucenenet] branch master updated: BREAKING: Removed (more) unnecessary nullable value types (see #574 and #581) (#583)
nightowl888
-
2021/12/20
[lucenenet] branch master updated (18e84c1 -> 55ebd1e)
nightowl888
-
2021/12/20
[lucenenet] branch master updated: PERFORAMANCE: Lucene.Net.Search.FieldCacheRangeFilter: Added protected Equals(x, y) method to allow subclasses to compare equality for value types without boxing
nightowl888
-
2021/12/20
[lucenenet] branch master updated (3effcd5 -> 46e2437)
nightowl888
-
2021/12/14
[lucenenet] branch master updated: Lucene.Net.Facet.DrillDownQuery: Added collection initializer so query can be populated in one statement and enumerated to get both its query clauses and dimensions
nightowl888
-
2021/12/14
[lucenenet] branch master updated: Lucene.Net.Search.ControlledRealTimeReopenThread: Refactor to integrate changes from #513 (#572)
nightowl888
-
2021/12/14
[lucenenet] branch master updated (9e356b5 -> 787ac89)
nightowl888
-
2021/12/14
[lucenenet] 01/02: Lucene.Net.Support.Threading.ReaderWriterLockSlimExtensions: Deprecated, since this was only to support TaskMergeScheduler and allocating memory to eliminate a try/finally block is wasteful.
nightowl888
-
2021/12/14
[lucenenet] 02/02: BUG: Lucene.Net.Support.Collections.ReverseComparer<T>: Replaced CaseInsensitiveComparer with J2N.Collections.Generic.Comparer<T>. This only affects tests.
nightowl888
-
2021/12/14
[lucenenet] branch master updated: Lucene.Net.Index.TestIndexReaderClose::TestCloseUnderException(): Removed unused allocation from test loop
nightowl888
-
2021/12/14
[lucenenet] branch master updated: Lucene.Net.Facet: Added culture-sensitve ToString() overload on FacetResult and LabelAndValue (#578)
nightowl888
-
2021/12/14
[lucenenet] branch master updated (d29d0e5 -> afa60a0)
nightowl888
-
2021/12/13
[lucenenet] branch master updated: Lucene.Net.Search.Join.ToParentBlockJoinCollector: Fixed nullable conversion issue - null was converted to -1 in Java, so we must use -1 when the item is not in the collection
nightowl888
-
2021/12/13
[lucenenet] branch master updated: BREAKING: Lucene.Net.Index.DocValuesFieldUpdates: Refactored so the subclasses will handle getting the values from DocValuesFieldUpdatesIterator or DocValuesUpdate via a cast rather than boxing the value. Also marked internal (as well as all members of BufferedUpdates), since this was not supposed to be part of the public API.
nightowl888
-
2021/12/13
[lucenenet] branch master updated: BUG: Fixes #573. Changed segment names to match Lucene and Lucene.NET 3.x. This is a breaking change. Added a SegmentInfos.UseLegacySegmentNames to read 4.8.0-beta00001 thru 4.8.0-beta00015 indexes, which is false by default.
nightowl888
-
2021/12/12
[lucenenet] branch master updated: BREAKING: Removed unnecessary nullable value types (#574)
nightowl888
-
2021/12/10
[lucenenet] branch master updated (f0ec411 -> be977b8)
nightowl888
-
2021/12/08
[lucenenet] branch master updated (2f981ce -> f0ec411)
nightowl888
-
2021/12/08
[lucenenet] 01/04: Lucene.Net.Support.Threading.LimitedConcurrencyLevelTaskScheduler: Added Shutdown() method to prevent new work from being queued.
nightowl888
-
2021/12/08
[lucenenet] 04/04: Lucene.Net.Support: Factored out ICallable<V> and ICompletionService<V> interfaces, as they are not needed
nightowl888
-
2021/12/08
[lucenenet] 03/04: Lucene.Net.Util.LuceneTestCase::NewSearcher(): Added missing event handler to stop the TaskScheduler service from accepting new work
nightowl888
-
2021/12/08
[lucenenet] 02/04: BUG: Lucene.Net.Tests.Suggest.Spell.TestSpellChecker::TestConcurrentAccess(): Fixed hanging test issue due to timeouts on each thread rather than using a single timeout for the entire batch. Also fail the test if we go over 5 minutes, which will prevent us from hanging the test runner, but still give us a failure to investigate.
nightowl888
-
2021/12/07
[lucenenet] 02/04: Directory.Build.targets: Enabled FEATURE_SERIALIZABLE_EXCEPTIONS for all target frameworks
nightowl888
-
2021/12/07
[lucenenet] 01/04: BREAKING: Removed serializable support for most types. Commented old patch tests for LUCENENET-170 and LUCENENET-338, since they are no longer applicable. Added tests for serialization. Closes #275, closes LUCENENET-574.
nightowl888
-
2021/12/07
[lucenenet] branch master updated (1458fe2 -> 2f981ce)
nightowl888
-
2021/12/07
[lucenenet] 04/04: Directory.Build.targets: Renamed FEATURE_SECURITYPERMISSIONS_HOSTPROTECTION to FEATURE_CODE_ACCESS_SECURITY to make it more generalize for SecurityPermissionAttribute and HostProtectionAttribute
nightowl888
-
2021/12/07
[lucenenet] 03/04: SWEEP: Migrated all exception serialization tests to Lucene.Net.AllProjects and refactored to provide base classes for additional assembly scanning tests
nightowl888
-
2021/12/06
[lucenenet] branch master updated: BUG: Lucene.Net.Search.TermScorer: Added cast to fix calculation in .NET Framework x86 with optimizations enabled (fixes #549 / Lucene.Net.Search.TestJoinUtil::TestMultiValueRandomJoin())
nightowl888
-
2021/12/04
[lucenenet] 02/05: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader: Re-ported to rule out any logic problems that were introduced by rearranging the statements
nightowl888
-
2021/12/04
[lucenenet] 03/05: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsWriter: Re-ported to rule out any logic problems that were introduced by rearranging the statements
nightowl888
-
2021/12/04
[lucenenet] branch master updated (494cdb4 -> a80eaeb)
nightowl888
-
2021/12/04
[lucenenet] 04/05: Lucene.Net.TestFramework.Analysis.MockAnalyzer: Removed unnecessary nullable dictionary value
nightowl888
-
2021/12/04
[lucenenet] 01/05: Lucene.Net.Index.TestDuelingCodecs::TestEquals(): removed [AwaitsFix] attribute
nightowl888
-
2021/12/04
[lucenenet] 05/05: BUG: Lucene.Net.Codecs.BlockTreeTermsReader.IntersectEnum.Frame::Load(): Fixed issue with inverted logic on RunAutomaton.IsAccept() call that was causing random failures. Added a nightly regression test. (fixes #545)
nightowl888
-
2021/12/03
[lucenenet] branch master updated: build: Upgraded all automated tests to use 6.0.100 SDK
nightowl888
-
2021/12/02
[lucenenet] 02/02: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Removed [AwaitsFix] attribute (see #559)
nightowl888
-
2021/12/02
[lucenenet] branch master updated (5864780 -> ed8be60)
nightowl888
-
2021/12/02
[lucenenet] 01/02: BUG: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest: Ported over patch from https://github.com/apache/lucene/commit/e9906a334b8e123e93b917c3feb6e55fed0a8c57 (from 4.9.0) (fixes #559).
nightowl888
-
2021/12/02
[lucenenet] branch master updated: BUG: Lucene.Net.QueryParser.Flexible.Standard: Fixed calendar and time zone handling on .NET Core (#551)
nightowl888
-
2021/11/29
[lucenenet-site] branch asf-site updated (89d3b77 -> 0a9c985)
shazwazza
-
2021/11/29
[lucenenet-site] 01/01: Merge pull request #25 from apache/task/website-build-e35e814c19289a3b3a44fd15907aa3a6ae194a48
shazwazza
-
2021/11/29
[lucenenet-site] branch task/website-build-e35e814c19289a3b3a44fd15907aa3a6ae194a48 created (now 7b08242)
asf-ci-deploy
-
2021/11/23
[lucenenet] branch master updated: Lucene.Net.Index.Test4GBStoredFields::Test(): Increased timeout from 20 to 25 min to allow nightly to complete the run
nightowl888
-
2021/11/23
[lucenenet] branch master updated: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Fixed [AwaitsFix] attribute declaration
nightowl888
-
2021/11/23
[lucenenet] branch master updated: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Added [AwaitsFix] attribute (see #559)
nightowl888
-
2021/11/23
[lucenenet] branch master updated: BUG: Lucene.Net.Expressions.ScoreFunctionValues: Changed to explicit cast to (float) to prevent JIT from losing precision when assigning the value to double. Fixes Lucene.Net.Expressions.TestExpressionSorts::TestQueries().
nightowl888
-
2021/11/23
[lucenenet] branch master updated: BUG: Lucene.Net.Search.DisjunctionMaxScorer: .NET Framework x86 requires an explicit cast to float to prevent it from losing precision. Fixes #546.
nightowl888
-
2021/11/23
[lucenenet] branch master updated: Lucene.Net.Replicator.IndexAndTaxonomyRevision: Updated documentation.
nightowl888
-
2021/11/22
[lucenenet] 01/02: docs: Changed info about Thread.Interrupt() to indicate it is not supported in Lucene.NET due to the high likelihood it could break a Commit() or cause a deadlock. Closes #526.
nightowl888
-
2021/11/22
[lucenenet] branch docs/4.8.0-beta00015 updated (7ee09cf -> fd1fd33)
nightowl888
-
2021/11/22
[lucenenet] 02/02: Lucene.Net.Replicator.IndexAndTaxonomyRevision: Updated documentation.
nightowl888
-
2021/11/22
[lucenenet] 02/03: Lucene.Net.Index.TestIndexWriter, Lucene.Net.Support.Threading.TestUninterruptableMonitor: Ignore tests that call Thread.Interrupt(), as this is not supportable in .NET. Closes #544.
nightowl888
-
2021/11/22
[lucenenet] 01/03: Cleaned up calls to UninterruptableMonitor.RestoreInterrupt(), which has already been removed.
nightowl888
-
2021/11/22
[lucenenet] 03/03: docs: Changed info about Thread.Interrupt() to indicate it is not supported in Lucene.NET due to the high likelihood it could break a Commit() or cause a deadlock. Closes #526.
nightowl888
-
2021/11/22
[lucenenet] branch master updated (54c9a76 -> a7725fc)
nightowl888
-
2021/11/22
[lucenenet] branch master updated: Patch for BlendedInfixSuggester to solve ArgumentNullException (#548) (fixes #527)
nightowl888
-
2021/11/22
[lucenenet] 02/02: build/Dependencies.props: Upgraded Microsoft.Extensions.Configuration to 3.0.0
nightowl888
-
2021/11/22
[lucenenet] 01/02: build/TestRefereneces.Common.targets: Added Microsoft.Extensions.Configuration packages for netcoreapp3.1
nightowl888
-
2021/11/22
[lucenenet] branch master updated (558e040 -> fcf0019)
nightowl888
-
2021/11/21
[lucenenet] 01/02: SWEEP: Made stateless private sealed comparers into singletons (unless they already have a static property)
nightowl888
-
2021/11/21
[lucenenet] 02/02: BREAKING: Lucene.Net.Misc: Made DocFreqComparer and TotalTermFreqComparer into static singletons, only accessible by the Default property.
nightowl888
-
2021/11/21
[lucenenet] branch master updated (ba1d70b -> 558e040)
nightowl888
-
2021/11/21
[lucenenet] branch master updated: BUG: Lucene.Net.TestFramework.Util.TestUtil::RandomAnalysisString() J2N.Randomizer.Next(int) throws ArgumentOutOfRangeException when the argument is 0 (confirmed this is how it works in Java). So, we need to skip the method in that case and pass 0 through.
nightowl888
-
2021/11/21
[lucenenet] branch master updated (cf4d49b -> 50d8357)
nightowl888
-
2021/11/21
[lucenenet] 02/02: SWEEP: Exclude System.Runtime.CompilerServices from API scan globally
nightowl888
-
2021/11/21
[lucenenet] 01/02: BUG: Lucene.Net.Suggest.Jaspell.JaspellTernarySearchTree: Lazy initialize a J2N.Randomizer() instance so we hit both paths approximately evenly instead of one path when deleting nodes recursively.
nightowl888
-
2021/11/21
[lucenenet] branch master updated (9a39013 -> cf4d49b)
nightowl888
-
2021/11/21
[lucenenet] 01/02: BUG: Lucene.Net.Util.Fst.TestFSTs::TestExpandedCloseToRoot(): Use StringComparer.Ordinal to sort in the strings without culture sensitivity.
nightowl888
-
2021/11/21
[lucenenet] 02/02: BUG: Added StringComparer.Ordinal to all Sort() calls on string arrays and lists to override culture-sensitive sorting when it isn't needed.
nightowl888
-
2021/11/18
[lucenenet] branch master updated: BUG: Lucene.Net.Tests.QueryParser.Flexible.Standard.TestQPHelper: Use ParseExact to specify the date format to parse, so it works across cultures. See: https://github.com/dotnet/runtime/issues/61708#issuecomment-971116350
nightowl888
-
2021/11/18
[lucenenet] branch master updated (1383437 -> c296087)
nightowl888
-
2021/11/18
[lucenenet] 01/02: BUG: Lucene.Net.Util.Automation.MinimizationOperations::MinimizeHopcroft(): Fixed call to OpenBitSet.Clear() to specify one past the end index as per the docs. This was causing Lucene.Net.Codecs.Lucene41.TestBlockPostingsFormat3.Test() to fail randomly.
nightowl888
-
2021/11/18
[lucenenet] 02/02: Lucene.Net.Util: Added TODOs about fixing the APIs of OpenBitSet and FixedBitSet to use index and length rather than startIndex and endIndex.
nightowl888
-
2021/11/18
[lucenenet] branch master updated: BUG: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader::NextDoc(): Assert was using BytesRef.Utf8ToString(), which was causing exceptions when the BytesRef didn't contain valid UTF8. Changed to use BytesRefFormatter, which defers the call to convert the BytesRef until after the assert fails.
nightowl888
-
2021/11/18
[lucenenet] branch master updated: BUG: Lucene.Net.Tests.Util.TestPriorityQueue: Fixed issues with comparers after introducing J2N.Randomizer, which produces negative random numbers.
nightowl888
-
2021/11/18
[lucenenet] branch master updated: BUG: Lucene.Net.Grouping.Term.TermAllGroupHeadsCollector: Use NumericUtils.SingleToSortableInt32() to compare floating point numbers (fixes AllGroupHeadCollectorTest.TestRandom() on .NET Framework x86)
nightowl888
-
2021/11/18
[lucenenet] branch master updated: Lucene.Net.TestFramework.Search.CheckHits::CheckHitCollector(): Removed unnecessary call to Convert.ToInt32 and simplified collection initialization.
nightowl888
-
2021/11/18
[lucenenet] branch master updated: BUG: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase: Removed IndexOptions.NONE from the list of available options, since this option is not valid for the tests (it was added as a placeholder for null).
nightowl888
-
2021/11/18
[lucenenet] branch master updated: BUG: Modified all TermsEnum.MoveNext() methods to return a check for null term rather than simply returning true, which is invalid if the term is null
nightowl888
-
2021/11/18
[lucenenet] branch master updated (7a1d739 -> 89a4e0a)
nightowl888
-
2021/11/18
[lucenenet] branch master updated: azure-pipelines.yml: Upgraded from macOS-10.14 to macOS-10.15
nightowl888
-
2021/11/06
[lucenenet] 08/09: BREAKING: Lucene.Net.Replicator.Http:HttpClientBase: Renamed ResponseInputStream() overloads GetResponseStream() per .NET conventions.
nightowl888
-
2021/11/06
[lucenenet] 06/09: Lucene.Net.Tests.Replicator.Http.HttpReplicatorTest: Added TestServerErrors() test from 4.8.1
nightowl888
-
2021/11/06
[lucenenet] 07/09: Lucene.Net.Replicator.ReplicationClient: Refactored to use ThreadJob so exceptions are re-thrown on the calling thread. Added missing locks.
nightowl888
-
2021/11/06
[lucenenet] 04/09: Lucene.Net.Replicator.HttpClientBase: Factored out Execute() into a separate shared method.
nightowl888
-
2021/11/06
[lucenenet] 01/09: Lucene.Net.Replicator.Http.HttpClientBase: Updated to include 4.8.1 changes
nightowl888
-
2021/11/06
[lucenenet] 05/09: SWEEP: Lucene.Net.Replicator: Reviewed and updated exception catch and throw statements to match Lucene
nightowl888
-
2021/11/06
[lucenenet] 09/09: Lucene.Net.Tests.Replicator: Removed all Timeout and Deadlock attributes, since changing to a ThreadJob implementation in ReplicationClient has resolved the issues with both TestConsistencyOnExceptions() tests
nightowl888
-
2021/11/06
[lucenenet] branch master updated (3dfbc18 -> 03bc03b)
nightowl888
-
2021/11/06
[lucenenet] 03/09: Lucene.Net.Replicator.HttpClientBase: Use a stream wrapper to consume and dispose the stream when there are no more bytes to read.
nightowl888
-
2021/11/06
[lucenenet] 02/09: BREAKING: Lucene.Net.Replicator.Http.HttpClientBase: Increased timeout from 1000 ms to 100 s. Renamed DEFAULT_CONNECTION_TIMEOUT to DEFAULT_TIMEOUT and ConnectionTimeout property to Timeout to match HttpClient. Fixes #363.
nightowl888
-
2021/11/02
[lucenenet] branch master updated: README.md: Updated version numbers to 4.8.0-beta00015
nightowl888
-
2021/10/30
[lucenenet] branch docs/4.8.0-beta00015 updated (96dc74c -> 7ee09cf)
nightowl888
-
2021/10/30
[lucenenet] branch master updated: website: Added API docs link for 4.8.0-beta00015
nightowl888
-
2021/10/30
[lucenenet-site] branch asf-site updated: Adds link to API docs for 4.8.0-beta00015
nightowl888
-
2021/10/30
[lucenenet] branch master updated: Lucene.Net.sln: Added websites project to the solution and removed broken apidocs project
nightowl888
-
2021/10/30
[lucenenet] 02/02: docs: Updated version-specific files to 4.8.0-beta00015
nightowl888
-
2021/10/30
[lucenenet] branch master updated (96dc74c -> f5792a0)
nightowl888
-
2021/10/30
[lucenenet] 01/02: src/docs/LuceneDocsPlugins/LuceneNoteTokenRendererPart.cs: Changed internal/experimental messages to match Lucene
nightowl888
-
2021/10/30
[lucenenet] branch docs/4.8.0-beta00015 created (now 96dc74c)
nightowl888
-
2021/10/29
[lucenenet] 01/02: website: Updated release procedure to include putting the release notes on the website and made several improvements
nightowl888
-
2021/10/29
[lucenenet] branch master updated (ae7d844 -> 96dc74c)
nightowl888
-
2021/10/29
[lucenenet] 02/02: website: Added download page for 4.8.0-beta00015
nightowl888
-
2021/10/29
[lucenenet-site] branch asf-site updated: Added download page for 4.8.0-beta00015 and updated release procedure
nightowl888
-
2021/10/29
svn commit: r50676 - /dev/lucenenet/4.8.0-beta00015/
nightowl888
-
2021/10/29
svn commit: r50675 - /release/lucenenet/4.8.0-beta00015/
nightowl888
-
2021/10/28
[lucenenet] branch master updated: website: Updated release notes for 4.8.0-beta00015
nightowl888
-
2021/10/27
[lucenenet-site] branch asf-site updated: Updated release notes page for 4.8.0-beta00015
nightowl888
-
2021/10/26
[lucenenet-site] branch asf-site updated: New website version built
shazwazza
-
2021/10/26
[lucenenet] branch master updated: Website build automation (#533)
shazwazza
-
2021/10/25
svn commit: r50622 - /dev/lucenenet/4.8.0-beta00015/
nightowl888
-
2021/10/25
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00015 created (now e5ce74d)
nightowl888
-
2021/10/25
[lucenenet] 01/02: run-tests-on-os.yml: Added JobId so to the artifact name so re-running a failed test job will succeed if the artifact exists
nightowl888
-
2021/10/25
[lucenenet] 02/02: azure-pipelines.yml: Use macOS-10.14 instead of macOS-latest to prevent PlatformNotSupported and FileNotFoundException that appear to be related to the test fixture (we get no failed tests and they complete, but the run crashes)
nightowl888
-
2021/10/25
[lucenenet] branch master updated (2023eda -> 2f67981)
nightowl888
-
2021/10/25
[lucenenet-site] branch asf-site updated: Added release notes page for 4.8.0-beta00015
nightowl888
-
2021/10/25
[lucenenet] branch master updated: website: Added release notes for 4.8.0-beta00015
nightowl888
-
2021/10/25
[lucenenet] 01/03: BUG: build/build.ps1: Added special case for running Lucene.Net.Tests.CodeAnalysis only on .NET 5.
nightowl888
-
2021/10/25
[lucenenet] branch master updated (f68cbb3 -> 671cb83)
nightowl888
-
2021/10/25
[lucenenet] 03/03: README.md: Added recommendation to close Visual Studio before running a command line build
nightowl888
-
2021/10/25
[lucenenet] 02/03: BUG: build/build.ps1: Fixed special case to only test on .NET Framework 4.8 and not on .NET Framework 4.6.1 (which is just to test .NET Standard 2.0 support)
nightowl888
-
2021/10/25
[lucenenet] branch master updated: Revert "Lucene.Net.Support.WeakDictionary: Changed backing collection from J2N.Collections.Generic.Dictionary<TKey, TValue> to ConcurrentDictionary<TKey, TValue> to allow reap to function while doing a forward iteration through the collection."
nightowl888
-
2021/10/24
[lucenenet] branch master updated: SWEEP: Added missing license headers
nightowl888
-
2021/10/24
[lucenenet] 04/05: build/Dependencies.props: Upgraded ICU4N to 60.1.0-alpha.355, J2N to 2.0.0-beta-0017, Morfologik to 2.1.7-beta-0004, and RandomizedTesting.Generators to 2.7.8-beta-0002
nightowl888
-
2021/10/24
[lucenenet] 02/05: build/Dependencies.props: Changed SystemTextEncodingPagesPackageVersion_NET4_6_1 MSBuild property to SystemTextEncodingPagesPackageVersion with a condition
nightowl888
-
2021/10/24
[lucenenet] 03/05: azure-pipelines.yml, run-tests-on-os.yml: Upgraded to use .NET 6 RC2 SDK for building and testing
nightowl888
-
2021/10/24
[lucenenet] branch master updated (6632a68 -> 942e2ab)
nightowl888
-
2021/10/24
[lucenenet] 01/05: build/Dependencies.props: Downgraded minimum dependency requirement of Microsoft.Extensions.Configuration components on .NET 6 to 2.0.0.
nightowl888
-
2021/10/24
[lucenenet] 05/05: README.md: Corrected the build.bat filename.
nightowl888
-
2021/10/23
[lucenenet] 07/09: BUG: Lucene.Net.Expressions.ScoreFunctionValues::DoubleVal(): Assigning float to double loses precision in x86 .NET Framework. Do an intermediate cast to decimal to fix Lucene.Net.Expressions.TestExpressionSorts::TestQueries(). See #269.
nightowl888
-
2021/10/23
[lucenenet] 06/09: SWEEP: Lucene.Net: Use NumericUtils.SingleToSortableInt32() to compare floating point numbers (except in cases where we are testing for whole numbers).
nightowl888
-
2021/10/23
[lucenenet] 08/09: Lucene.Net.Expressions.ExpressionComparer: Use J2N.Collections.Generic.Comparer<double> to ensure we use the same comparison logic as in Java.
nightowl888
-
2021/10/23
[lucenenet] 09/09: azure-pipelines.yml: Decreased maximum allowed failures to 2 on all test jobs
nightowl888
-
2021/10/23
[lucenenet] branch master updated (dd7ed62 -> 6632a68)
nightowl888
-
2021/10/23
[lucenenet] 01/09: BUG: Lucene.Net.Search.TestBooleanQuery::TestBS2DisjunctionNextVsAdvance(): Use Assert.AreEqual instead of Asssert.IsTrue with == to fix floating point comparison on x86 .NET Framework with optimizations enabled.
nightowl888