Messages by Thread
-
-
[lucenenet-site] branch asf-site updated: Image for source page
rclabo
-
[lucenenet] branch master updated: website: Fixed codeclimber article broken links
nightowl888
-
[lucenenet] branch master updated: .github/workflows: Updated website/documentation configs to use subdirectory glob patterns for paths.
nightowl888
-
[lucenenet] branch master updated (a3852df -> bc6f14f)
nightowl888
-
[lucenenet] 06/15: Lucene.Net.sln: Added .rat-excludes to Solution Items
nightowl888
-
[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
-
[lucenenet] 10/15: .build/runbuild.ps1: Track added files so they can be reverted if the build is cancelled
nightowl888
-
[lucenenet] 01/15: Moved build directory to .build, release to _artifacts, renamed build.ps1 > runbuild.ps1
nightowl888
-
[lucenenet] 12/15: .github/workflows/Generate-TestWorkflows.ps1: Removed special case code for projects that only have one test target framework
nightowl888
-
[lucenenet] 13/15: Revert ".github/workflows/Generate-TestWorkflows.ps1: Updated to use .NET 6 SDK for all testing"
nightowl888
-
[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
-
[lucenenet] 15/15: .github/workflows: Regenerated workflows with original legacy SDK settings
nightowl888
-
[lucenenet] 04/15: .gitattributes: Never checkout BASH scripts with Widows line endings
nightowl888
-
[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
-
[lucenenet] 09/15: show-all-files.yml: Removed invalid doc comment
nightowl888
-
[lucenenet] 08/15: run-tests-on-os.yml: Changed references from dotnet vstest to dotnet test in comments, log files, and display names
nightowl888
-
[lucenenet] 14/15: run-tests-on-os.yml: Install SDKs for legacy targets, if necessary, but do so after we disable telemetry
nightowl888
-
[lucenenet] 11/15: .github/workflows/Generate-TestWorkflows.ps1: Updated to use .NET 6 SDK for all testing
nightowl888
-
[lucenenet-site] branch asf-site updated: Added How to Setup Java Debugging Page
rclabo
-
[lucenenet] branch master updated: Add How to Setup Java Debugging page
rclabo
-
[lucenenet-site] branch asf-site updated: Added two more images for cloning local repo
rclabo
-
[lucenenet-site] branch asf-site updated: Images of virtual box install
rclabo
-
[lucenenet] branch master updated (de419c7 -> 0a2c266)
nightowl888
-
[lucenenet-site] branch asf-site updated: improved content of /contributing/source web page
rclabo
-
[lucenenet] branch master updated: Improved content of /contributing/source web page
rclabo
-
[lucenenet] branch master updated: Changed adjective describing 3.0.3
rclabo
-
[lucenenet] branch master updated (015c537 -> 17ccff2)
nightowl888
-
[lucenenet-site] branch asf-site updated: Added images to demonstrate Source Link setup
nightowl888
-
[lucenenet] branch master updated (11c6b82 -> 015c537)
nightowl888
-
[lucenenet] branch master updated (863410a -> 11c6b82)
nightowl888
-
[lucenenet] branch sourcelink-experiment updated: build/NuGet.props: Removed RepositoryUrl element
nightowl888
-
[lucenenet] branch sourcelink-experiment created (now f2754cf)
nightowl888
-
[lucenenet] branch master updated: LICENSE.txt, NOTICE.txt: Updated copyright date
nightowl888
-
[lucenenet] branch master updated (4c65db1 -> dd7dc18)
nightowl888
-
[lucenenet] branch master updated (afc94c6 -> 4c65db1)
nightowl888
-
[lucenenet] branch master updated (93cd1e9 -> afc94c6)
nightowl888
-
[lucenenet] branch master updated: BREAKING: Removed (more) unnecessary nullable value types (see #574 and #581) (#583)
nightowl888
-
[lucenenet] branch master updated (18e84c1 -> 55ebd1e)
nightowl888
-
[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
-
[lucenenet] branch master updated (3effcd5 -> 46e2437)
nightowl888
-
[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
-
[lucenenet] branch master updated: Lucene.Net.Search.ControlledRealTimeReopenThread: Refactor to integrate changes from #513 (#572)
nightowl888
-
[lucenenet] branch master updated (9e356b5 -> 787ac89)
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.Index.TestIndexReaderClose::TestCloseUnderException(): Removed unused allocation from test loop
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.Facet: Added culture-sensitve ToString() overload on FacetResult and LabelAndValue (#578)
nightowl888
-
[lucenenet] branch master updated (d29d0e5 -> afa60a0)
nightowl888
-
[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
-
[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
-
[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
-
[lucenenet] branch master updated: BREAKING: Removed unnecessary nullable value types (#574)
nightowl888
-
[lucenenet] branch master updated (f0ec411 -> be977b8)
nightowl888
-
[lucenenet] branch master updated (2f981ce -> f0ec411)
nightowl888
-
[lucenenet] branch master updated (1458fe2 -> 2f981ce)
nightowl888
-
[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
-
[lucenenet] branch master updated (494cdb4 -> a80eaeb)
nightowl888
-
[lucenenet] branch master updated: build: Upgraded all automated tests to use 6.0.100 SDK
nightowl888
-
[lucenenet] branch master updated (5864780 -> ed8be60)
nightowl888
-
[lucenenet] branch master updated: BUG: Lucene.Net.QueryParser.Flexible.Standard: Fixed calendar and time zone handling on .NET Core (#551)
nightowl888
-
[lucenenet-site] branch asf-site updated (89d3b77 -> 0a9c985)
shazwazza
-
[lucenenet-site] branch task/website-build-e35e814c19289a3b3a44fd15907aa3a6ae194a48 created (now 7b08242)
asf-ci-deploy
-
[lucenenet] branch master updated: Lucene.Net.Index.Test4GBStoredFields::Test(): Increased timeout from 20 to 25 min to allow nightly to complete the run
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Fixed [AwaitsFix] attribute declaration
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Added [AwaitsFix] attribute (see #559)
nightowl888
-
[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
-
[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
-
[lucenenet] branch master updated: Lucene.Net.Replicator.IndexAndTaxonomyRevision: Updated documentation.
nightowl888
-
[lucenenet] branch docs/4.8.0-beta00015 updated (7ee09cf -> fd1fd33)
nightowl888
-
[lucenenet] branch master updated (54c9a76 -> a7725fc)
nightowl888
-
[lucenenet] branch master updated: Patch for BlendedInfixSuggester to solve ArgumentNullException (#548) (fixes #527)
nightowl888
-
[lucenenet] branch master updated (558e040 -> fcf0019)
nightowl888
-
[lucenenet] branch master updated (ba1d70b -> 558e040)
nightowl888
-
[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
-
[lucenenet] branch master updated (cf4d49b -> 50d8357)
nightowl888
-
[lucenenet] branch master updated (9a39013 -> cf4d49b)
nightowl888
-
[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
-
[lucenenet] branch master updated (1383437 -> c296087)
nightowl888
-
[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
-
[lucenenet] branch master updated: BUG: Lucene.Net.Tests.Util.TestPriorityQueue: Fixed issues with comparers after introducing J2N.Randomizer, which produces negative random numbers.
nightowl888
-
[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
-
[lucenenet] branch master updated: Lucene.Net.TestFramework.Search.CheckHits::CheckHitCollector(): Removed unnecessary call to Convert.ToInt32 and simplified collection initialization.
nightowl888
-
[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
-
[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
-
[lucenenet] branch master updated (7a1d739 -> 89a4e0a)
nightowl888
-
[lucenenet] branch master updated: azure-pipelines.yml: Upgraded from macOS-10.14 to macOS-10.15
nightowl888
-
[lucenenet] branch master updated (3dfbc18 -> 03bc03b)
nightowl888
-
[lucenenet] branch master updated: README.md: Updated version numbers to 4.8.0-beta00015
nightowl888
-
[lucenenet] branch docs/4.8.0-beta00015 updated (96dc74c -> 7ee09cf)
nightowl888
-
[lucenenet] branch master updated: website: Added API docs link for 4.8.0-beta00015
nightowl888
-
[lucenenet-site] branch asf-site updated: Adds link to API docs for 4.8.0-beta00015
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.sln: Added websites project to the solution and removed broken apidocs project
nightowl888
-
[lucenenet] branch master updated (96dc74c -> f5792a0)
nightowl888
-
[lucenenet] branch docs/4.8.0-beta00015 created (now 96dc74c)
nightowl888
-
[lucenenet] branch master updated (ae7d844 -> 96dc74c)
nightowl888
-
[lucenenet-site] branch asf-site updated: Added download page for 4.8.0-beta00015 and updated release procedure
nightowl888
-
svn commit: r50676 - /dev/lucenenet/4.8.0-beta00015/
nightowl888
-
svn commit: r50675 - /release/lucenenet/4.8.0-beta00015/
nightowl888
-
[lucenenet] branch master updated: website: Updated release notes for 4.8.0-beta00015
nightowl888
-
[lucenenet-site] branch asf-site updated: Updated release notes page for 4.8.0-beta00015
nightowl888
-
[lucenenet] branch master updated: Website build automation (#533)
shazwazza
-
svn commit: r50622 - /dev/lucenenet/4.8.0-beta00015/
nightowl888
-
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00015 created (now e5ce74d)
nightowl888
-
[lucenenet] branch master updated (2023eda -> 2f67981)
nightowl888
-
[lucenenet-site] branch asf-site updated: Added release notes page for 4.8.0-beta00015
nightowl888
-
[lucenenet] branch master updated: website: Added release notes for 4.8.0-beta00015
nightowl888
-
[lucenenet] branch master updated (f68cbb3 -> 671cb83)
nightowl888
-
[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
-
[lucenenet] branch master updated: SWEEP: Added missing license headers
nightowl888
-
[lucenenet] branch master updated (6632a68 -> 942e2ab)
nightowl888
-
[lucenenet] branch master updated (dd7ed62 -> 6632a68)
nightowl888
-
[lucenenet] branch master updated (3dcffb2 -> dd7ed62)
nightowl888