Messages by Date
-
2020/06/24
[lucenenet] 03/26: addresses #295 updated lucene test case asserts and modified IEnumerable to IList to take advantage of indexing
nightowl888
-
2020/06/24
[lucenenet] 04/26: Updated to passive from aggressive
nightowl888
-
2020/06/24
[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/
nightowl888
-
2020/06/24
[lucenenet] 23/26: Lucene.Net.TestFramework: Removed SeedAttribute
nightowl888
-
2020/06/24
[lucenenet] 24/26: run-tests-on-os.yml: Upgraded to .NET Core SDK 3.1.301
nightowl888
-
2020/06/24
[lucenenet] 14/26: Lucene.Net.TestFramework: Optimized array asserts by first checking with J2N.Collections.ArrayEqualityComparer<T> before cascading only the failing calls to NUnit.CollectionAssert.AreEqual to generate the error message (#295, #261)
nightowl888
-
2020/06/24
[lucenenet] 26/26: run-tests-on-os.yml: Added task to install .NET Core SDK 2.1
nightowl888
-
2020/06/24
[lucenenet] 06/26: added using Assert = Lucene.Net.TestFramework.Assert; to use TestFramework Assert
nightowl888
-
2020/06/24
[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).
nightowl888
-
2020/06/24
[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)
nightowl888
-
2020/06/24
[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)
nightowl888
-
2020/06/24
[lucenenet] 10/26: Lucene.Net.TestFramework.Support.JavaCompatibility.LuceneTestCase: Updated assertEquals overloads to support additional collection types
nightowl888
-
2020/06/24
[lucenenet] 19/26: Lucene.Net.Tests.Analysis.Phonetic: Switched to using the Assert class from the test framework instead of NUnit (#295, #261)
nightowl888
-
2020/06/24
[lucenenet] 16/26: Lucene.Net.Tests.Index: Switched to using the Assert class in the test framework instead of NUnit (#295, #261)
nightowl888
-
2020/06/24
[lucenenet] 05/26: commented unused code throwing an expection and slowing test
nightowl888
-
2020/06/24
[lucenenet] 21/26: Lucene.Net.TestFramework: Added assert overloads for float (#295, #261)
nightowl888
-
2020/06/24
[lucenenet] 01/26: Reformated Debug assert call with String.Format with interpolation call. Improvement of 15%
nightowl888
-
2020/06/24
[lucenenet] branch master updated (6dabe24 -> cc63141)
nightowl888
-
2020/06/24
[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)
nightowl888
-
2020/06/24
[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
nightowl888
-
2020/06/24
[lucenenet] 09/26: Lucene.Net.TestFramework: Added overloads for int to Assert.AreEqual (addresses #295, #261)
nightowl888
-
2020/06/24
[lucenenet] 13/26: Lucene.Net.Tests.Index.TestIndexWriter: Fixed ambiguous call issue with Assert.AreEqual
nightowl888
-
2020/06/24
[lucenenet] 18/26: Lucene.Net.Tests.ICU: Switched to using the Assert class from the test framework instead of NUnit (#295, #261).
nightowl888
-
2020/06/24
[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)
nightowl888
-
2020/06/24
[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.
nightowl888
-
2020/06/23
[lucenenet] branch docs-poc updated: Adds grouping
shazwazza
-
2020/06/22
[lucenenet] branch docs-poc updated: adds expressions and facets
shazwazza
-
2020/06/22
[lucenenet] branch docs-poc updated: adds codecs
shazwazza
-
2020/06/22
[lucenenet] branch docs-poc updated (99295fe -> c740499)
shazwazza
-
2020/06/22
[lucenenet] 01/01: Merge pull request #291 from apache/docs/codec-configuration
shazwazza
-
2020/06/22
[lucenenet] 08/09: Morfologik docs now building
shazwazza
-
2020/06/22
[lucenenet] 01/09: have 2x sites building, now to see if we can make them act as part of an encompassing site
shazwazza
-
2020/06/22
[lucenenet] 09/09: Adds more builds for separate package sites
shazwazza
-
2020/06/22
[lucenenet] 04/09: Gets the "Core" subsite working (finally), now to see if we can get more functional with the header menu
shazwazza
-
2020/06/22
[lucenenet] 02/09: Gets sub-sites almost working, no xref support between them but they build and render pretty well
shazwazza
-
2020/06/22
[lucenenet] 05/09: Moves template files, uses custom template just for the managedref docs to add the top level breadcrumb
shazwazza
-
2020/06/22
[lucenenet] branch docs-poc created (now 99295fe)
shazwazza
-
2020/06/22
[lucenenet] 03/09: Merge remote-tracking branch 'LUCENE/master' into docs-poc
shazwazza
-
2020/06/22
[lucenenet] 07/09: analysis common package docs now working
shazwazza
-
2020/06/22
[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
shazwazza
-
2020/06/17
[lucenenet] 04/04: Added NuGet.config file
nightowl888
-
2020/06/17
[lucenenet] 03/04: build/Dependencies.props: Removed unused MicrosoftExtensionsConfigurationAbstractionsPackageVersion_NET4_5 property
nightowl888
-
2020/06/17
[lucenenet] branch master updated (a7f7c40 -> 6dabe24)
nightowl888
-
2020/06/17
[lucenenet] 02/04: build/build.ps1: Added Powershell version number check
nightowl888
-
2020/06/17
[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)
nightowl888
-
2020/06/10
[lucenenet] branch master updated: The description for websie link under the title Lucene 2.9.4.1 is wrong.
nightowl888
-
2020/06/10
[lucenenet] branch master updated: Lucene.Net.Tests.Util.TestOfflineSorter::TestLargerRandom(): Added the [Explicit] attribute, since in Lucene this test was marked Nightly
nightowl888
-
2020/06/03
[lucenenet] branch master updated (3072f0c -> d606b6c)
nightowl888
-
2020/06/03
[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.
nightowl888
-
2020/06/03
[lucenenet] 01/02: Lucene.Net.Queries.Function: Created anonymous classes for ValueSourceScorer and ValueFiller, and factored out hand-coded anonymous classes
nightowl888
-
2020/06/03
[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.
nightowl888
-
2020/05/31
[lucenenet] branch master updated (4ef61cb -> a57e91f)
nightowl888
-
2020/05/31
[lucenenet] 02/02: Added documentation demonstrating how codec factories can be subclassed, custom built, and registered to include custom codec types, as well as testing examples, and default registered codecs. (closes #266, closes LUCENENET-625)
nightowl888
-
2020/05/31
[lucenenet] 01/02: Lucene.Net.Tests.TestFramework.DependencyInjection: Simplified ICodecFactory implementation so its registration doesn't rely on "named" service extension methods.
nightowl888
-
2020/05/31
[lucenenet] branch docs/codec-configuration updated (f5424fb -> 82125df)
nightowl888
-
2020/05/31
[lucenenet] branch docs/codec-configuration created (now f5424fb)
nightowl888
-
2020/05/31
[lucenenet] 01/01: Added documentation demonstrating how codec factories can be subclassed, custom built, and registered to include custom codec types, as well as testing examples, and default registered codecs. (closes #266, closes LUCENENET-625)
nightowl888
-
2020/05/26
[lucenenet-site] branch asf-site updated: Deploys updated docs for docs and links for new release and docs
shazwazza
-
2020/05/26
[lucenenet] branch docs-may updated: docs copy
shazwazza
-
2020/05/26
[lucenenet] branch docs-may updated: fixes links for beta00007
shazwazza
-
2020/05/26
[lucenenet] branch docs-may updated: Gets download links working correctly
shazwazza
-
2020/05/26
[lucenenet] branch docs-may updated: Adds new link to the docs, updates remaining docs for publishing the docs/website
shazwazza
-
2020/05/20
[lucenenet] branch docs-may updated: adds further description of publishing the docs
shazwazza
-
2020/05/20
[lucenenet] branch docs-may updated: Runs docs conversion tool
shazwazza
-
2020/05/20
[lucenenet] branch docs-may updated: Added plugin to replace env vars in markdown which helps with automation
shazwazza
-
2020/05/14
[lucenenet] branch docs-may updated: Updates script to update docfx json prior to building adds more docs
shazwazza
-
2020/05/14
[lucenenet] 01/01: Adds build script to build and execute the docs converter (converts those proj to use package reference)
shazwazza
-
2020/05/14
[lucenenet] branch docs-may created (now 0b1ab10)
shazwazza
-
2020/05/05
[lucenenet] branch master updated: fixes svn revert syntax
shazwazza
-
2020/05/04
[lucenenet] branch master updated: versioning doc and release notes
shazwazza
-
2020/05/04
[lucenenet-site] branch asf-site updated: release notes
shazwazza
-
2020/05/04
[lucenenet-site] branch asf-site updated: moves versioning info to it's own page
shazwazza
-
2020/05/04
[lucenenet-site] branch asf-site updated: adds make a release
shazwazza
-
2020/05/04
[lucenenet] branch master updated: adds make a release doc
shazwazza
-
2020/05/04
[lucenenet-site] branch asf-site updated: updates download page
shazwazza
-
2020/05/04
[lucenenet-site] branch asf-site updated: corrected version titles
shazwazza
-
2020/05/04
[lucenenet-site] branch asf-site updated: Updates website with new download info and links
shazwazza
-
2020/05/04
[lucenenet] branch master updated: release page tweak
shazwazza
-
2020/05/04
[lucenenet] branch master updated: Adds new release info for website
shazwazza
-
2020/05/04
svn commit: r39288 - /release/lucenenet/4.8.0-beta00008/
shazwazza
-
2020/05/04
svn commit: r39287 - /dev/lucenenet/4.8.0-beta00008/
shazwazza
-
2020/04/28
svn commit: r39170 - in /dev/lucenenet: ./ 4.8.0-beta00008/
shazwazza
-
2020/04/28
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00008 updated (8cf15f7 -> 8ee8be5)
shazwazza
-
2020/04/28
svn commit: r39169 - /release/lucenenet/KEYS
shazwazza
-
2020/04/25
[lucenenet] 02/02: build/Release.targets: Added target for appending signature to KEYS file based on Apache ID
nightowl888
-
2020/04/25
[lucenenet] branch master updated (243ae5f -> 8cf15f7)
nightowl888
-
2020/04/25
[lucenenet] 01/02: Added missing license headers
nightowl888
-
2020/04/25
[lucenenet] 01/04: Added MSBuild target for Apache Release Audit Tool and added binary to the repository
nightowl888
-
2020/04/25
[lucenenet] 02/04: build/Release.targets: Added targets for checking out, signing, and committing release assets to dev/lucenenet
nightowl888
-
2020/04/25
[lucenenet] 03/04: build/Release.targets: Added target for committing the release and added verification of signatures
nightowl888
-
2020/04/25
[lucenenet] branch master updated (d6c5885 -> 243ae5f)
nightowl888
-
2020/04/25
[lucenenet] 04/04: build/Release.targets: Added copy command for KEYS file to the CommitReleaseCandidate target
nightowl888
-
2020/04/15
[lucenenet] 02/02: BREAKING: Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Updated logic of Append overloads to accept startIndex/count instead of startIndex/endIndex
nightowl888
-
2020/04/15
[lucenenet] branch master updated (faa0b94 -> d6c5885)
nightowl888
-
2020/04/15
[lucenenet] 01/02: Lucene.Net.Analysis.Common.Analysis.Util.OpenStringBuilder: Grouped Append() methods with their counterparts and added LUCENENET specific comments
nightowl888
-
2020/04/15
[lucenenet] branch master updated: Made IAppendable methods an explicit IAppendable declaration and ensured consistency using count instead of length in Append overloads (#240)
nightowl888
-
2020/04/14
[lucenenet-site] branch asf-site updated: Updates to website based on docs/4.8.0-beta00007 changes
shazwazza
-
2020/04/14
[lucenenet] 01/01: Merge branch 'docs/4.8.0-beta00007'
shazwazza
-
2020/04/14
[lucenenet] branch master updated (e95dfa3 -> d76c733)
shazwazza
-
2020/04/14
[lucenenet] branch docs/4.8.0-beta00007 updated (6594967 -> d99ccdd)
shazwazza
-
2020/04/14
[lucenenet] branch docs/4.8.0-beta00007 created (now 6594967)
shazwazza
-
2020/04/14
[lucenenet] branch master updated: CONTRIBUTING.md + README.md + websites: Changed JIRA references to GitHub Issues.
nightowl888
-
2020/04/14
[lucenenet] branch master updated: https://issues.apache.org/jira/browse/LUCENENET-607 (#241)
nightowl888
-
2020/04/13
[lucenenet] branch master updated: .asf.yaml: Fixed tags that didn't pass validation
nightowl888
-
2020/04/13
[lucenenet] branch master updated: Added .asf.yaml file to control GitHub settings
nightowl888
-
2020/04/13
Error while running github feature from .asf.yaml in lucenenet!
Apache Infrastructure
-
2020/04/10
[lucenenet] branch master updated: CONTRIBUTING.md + README.md: Removed info about ICLA. Per legal, we only need to have this signed when a contributor becomes a committer, there is no reason to discuss this for PRs. See: https://lists.apache.org/thread.html/re60f365f1236aee3417b23e13efe4286a47968aaec2c12842e45ff6b%40%3Cdev.lucenenet.apache.org%3E
nightowl888
-
2020/04/09
[lucenenet] branch master updated: Upgraded ICU4N dependency to 60.1.0-alpha.238
nightowl888
-
2020/04/05
[lucenenet] 01/02: SWEEP: Added InternalsVisibleTo attribute generation to MSBuild, and set up SignAssembly to automatically include/exclude the PublicKey in the attribute depending on whether the assembly is signed.
nightowl888
-
2020/04/05
[lucenenet] 02/02: Upgraded J2N dependency to 2.0.0-beta-0007, ICU4N to 60.1.0-alpha.231 and Morfologik.Stemming to 2.1.6-beta-0005
nightowl888
-
2020/04/05
[lucenenet] branch master updated (db53430 -> 519c680)
nightowl888
-
2020/04/02
[lucenenet] branch master updated: Changed build to always use 1 target framework per VM and refactored test binaries so they will be smaller to download per VM.
nightowl888
-
2020/04/01
[lucenenet] 01/03: Converted anonymous IComparer<T> classes to use Comparer.Create() delegate method
nightowl888
-
2020/04/01
[lucenenet] 03/03: azure-pipelines.yml, build.ps1: Updated command to update version numbers from the (no longer supported) vso[task.setvariable variable=Build.BuildNumber] to vso[build.updatebuildnumber] (closes #239)
nightowl888
-
2020/04/01
[lucenenet] 02/03: renamed start/end to startIndex/length
nightowl888
-
2020/04/01
[lucenenet] branch master updated (1274197 -> 5ca25da)
nightowl888
-
2020/03/14
[lucenenet] branch master updated (08e35ce -> 1274197)
nightowl888
-
2020/03/14
[lucenenet] 01/02: Upgraded ICU4N to 60.1.0-alpha.225
nightowl888
-
2020/03/14
[lucenenet] 02/02: Lucene.Net.Store.FSDirectory: Fixed broken XML doc comment
nightowl888
-
2020/02/12
[lucenenet] 01/05: BUG: Added missing call to FileStream::Flush() in FSIndexOutput::Flush() that was preventing persistence to disk from occuring at the necessary phase (fixes LUCENENET-645)
nightowl888
-
2020/02/12
[lucenenet] 03/05: BUG: Lucene.Net.Index.DocumentsWriterDeleteQueue::DeleteSlice(): Extra Debug.Assert() statement that wasn't in Lucene causes Lucene.Net.Index.TestIndexWriterUnicode::TestEmbeddedFFFF() test to fail when running in debug mode
nightowl888
-
2020/02/12
[lucenenet] 04/05: Lucene.Net.Tests.Index (TestBagOfPositions + TestBagOfPostings): Fixed performance issue due to converting int to string and string to int in the current culture
nightowl888
-
2020/02/12
[lucenenet] branch master updated (f9e8fc0 -> 08e35ce)
nightowl888
-
2020/02/12
[lucenenet] 05/05: Lucene.Net.Store (FSDirectory + BufferedIndexOutput): Refactored FSDirectory.FSIndexOutput to utilize the FileStream buffer only, rather than using both a FileStream buffer and the buffer in BufferedIndexOutput.
nightowl888
-
2020/02/12
[lucenenet] 02/05: SWEEP: Pass Random instance to all Shuffle() method calls to ensure the same psuedo-random sequence is used based on the seed.
nightowl888
-
2020/02/08
[lucenenet] 21/35: BREAKING: Lucene.Net.Support.IO: Marked FileSupport class internal
nightowl888
-
2020/02/08
[lucenenet] 10/35: BREAKING: Lucene.Net.Support: Marked ICallable interface internal
nightowl888
-
2020/02/08
[lucenenet] 30/35: BREAKING: Lucene.Net.Util.NumberFormat, Lucene.Net.QueryParsers.Flexible.Standard.Config.NumberDateFormat: Changed protected locale field to private, made property named Culture, and changed constructors and methods to use "culture" rather than "locale" for parameter names
nightowl888
-
2020/02/08
[lucenenet] 33/35: Lucene.Net.Support.IO.FileStreamExtensions::Read(): Moved to StreamExtensions class and optimized to read bytes in bulk instead of one byte at a time (fixes LUCENENET-643)
nightowl888
-
2020/02/08
[lucenenet] 25/35: BREAKING: Lucene.Net.Support: Moved ExceptionExtensions to Lucene.Net.Util namespace
nightowl888
-
2020/02/08
[lucenenet] 34/35: Upgraded Morfologik.Stemming to 2.1.6-beta-0004
nightowl888
-
2020/02/08
[lucenenet] 13/35: BREAKING: Lucene.Net.Support: Marked BitArrayExtensions internal
nightowl888
-
2020/02/08
[lucenenet] 16/35: BREAKING: Lucene.Net.Support: Marked Time class internal, factored out CurrentTimeMilliseconds() in favor of J2N's
nightowl888
-
2020/02/08
[lucenenet] 17/35: BREAKING: Lucene.Net.Support: Marked IdentityWeakReference internal
nightowl888
-
2020/02/08
[lucenenet] 19/35: BREAKING: Lucene.Net.Support.IO: Marked FileStreamExtensions and StreamExtensions internal
nightowl888
-
2020/02/08
[lucenenet] 14/35: BREAKING: Lucene.Net.Support: Marked DictionaryExtensions, EnumerableExtensions, and SetExtensions internal
nightowl888
-
2020/02/08
[lucenenet] 31/35: BREAKING: Lucene.Net.Support: Moved SystemProperties class to Lucene.Net.Util namespace
nightowl888
-
2020/02/08
[lucenenet] 20/35: BREAKING: Lucene.Net.Support.IO: Marked SafeTextWriterWrapper internal
nightowl888
-
2020/02/08
[lucenenet] 27/35: BREAKING: Lucene.Net.Support.NumberFormat: Moved to Lucene.Net.Util namespace
nightowl888
-
2020/02/08
[lucenenet] 28/35: BREAKING: Lucene.Net.TestFramework.Support.JavaCompatibility.AbstractBeforeAfterRule: Moved from Lucene.Net.Support namespace to Lucene.Net.Util
nightowl888
-
2020/02/08
[lucenenet] 18/35: BREAKING: Lucene.Net.Support.IO: Marked BinaryReaderDataInput, BinaryReaderDataOutput and ByteArrayOutputStream internal
nightowl888
-
2020/02/08
[lucenenet] 03/35: Lucene.Net.Facet, Lucene.Net.QueryParser: Factored out LurchTable in favor of J2N's implementation
nightowl888
-
2020/02/08
[lucenenet] 35/35: BUG: Lucene.Net.Search.BooleanClause::Equals(BooleanClause): Fixed potential null reference exception when Query is set to null
nightowl888
-
2020/02/08
[lucenenet] branch master updated (26c0145 -> f9e8fc0)
nightowl888
-
2020/02/08
[lucenenet] 32/35: BREAKING: Lucene.Net.Benchmark.Support: Moved EnglishNumberFormatExtensions to Lucene.Net.Util namespace
nightowl888
-
2020/02/08
[lucenenet] 15/35: BREAKING: Lucene.Net.Support: Marked Number class internal
nightowl888
-
2020/02/08
[lucenenet] 02/35: azure-pipelines.yml, run-tests-on-os.yml: Upgraded UseDotNet task to version 2
nightowl888
-
2020/02/08
[lucenenet] 23/35: BREAKING: Lucene.Net.Support: Marked RectangularArrays internal
nightowl888
-
2020/02/08
[lucenenet] 09/35: BREAKING: Factored out Lucene.Net.Support.AssemblyExtensions in favor of J2N's implementation
nightowl888
-
2020/02/08
[lucenenet] 01/35: Upgraded J2N to 2.0.0-beta-0002 and ICU4N to 60.1.0-alpha.203
nightowl888
-
2020/02/08
[lucenenet] 06/35: BREAKING: Lucene.Net.Support.Threading: Deleted unused DisposableThreadLocalProfiler
nightowl888
-
2020/02/08
[lucenenet] 26/35: BREAKING: Lucene.Net.Support.ListExtensions: Moved AddRange, Sort, TimSort, and IntroSort extension methods to Lucene.Net.Util.ListExtensions. Marked Lucene.Net.Support.ListExtensions internal.
nightowl888
-
2020/02/08
[lucenenet] 24/35: BREAKING: Lucene.Net.Support.CRC32, Lucene.Net.Support.IChecksum, Lucene.Net.Store.BufferedChecksum: Marked internal now to prevent a future breaking change, since the plan is to use HashAlgorithm as a replacement for IChecksum (see LUCENENET-637)
nightowl888
-
2020/02/08
[lucenenet] 12/35: BREAKING: Lucene.Net.Support: Marked AssemblyUtils internal
nightowl888
-
2020/02/08
[lucenenet] 29/35: BREAKING: Lucene.Net.TestFramework.Support: Changed namespace of ApiScanTestBase, CultureInfoSupport, and ExceptionSerializationTestBase to Lucene.Net.Util
nightowl888
-
2020/02/08
[lucenenet] 05/35: BREAKING: Lucene.Net.Support.Threading: Marked ICompletionService and TaskSchedulerCompletionService internal
nightowl888
-
2020/02/08
[lucenenet] 04/35: BREAKING: Lucene.Net.Support.Threading: Deleted unused ThreadLock class
nightowl888
-
2020/02/08
[lucenenet] 08/35: BREAKING: Lucene.Net.Support.Threading: Marked LimitedConcurrencyLevelTaskScheduler internal
nightowl888
-
2020/02/08
[lucenenet] 07/35: BREAKING: Lucene.Net.Support.Threading: Marked ReentrantLock internal
nightowl888
-
2020/02/03
[lucenenet] 04/08: Lucene.Net.Support.DictionaryExtensions: Factored out Load() and Store() methods in favor of J2N's implementation
nightowl888
-
2020/02/03
[lucenenet] 05/08: Lucene.Net.Support.DictionaryExtensions: Optimized Put() method, added guard clauses to Put and PutAll
nightowl888
-
2020/02/03
[lucenenet] 06/08: Lucene.Net.Analysis.TokenStream: Removed Reflection code that is used to force the end user to make TokenStream subclasses or their IncrementToken() method sealed (LUCENENET-642)
nightowl888
-
2020/02/03
[lucenenet] 03/08: BREAKING: Lucene.Net.Support: Factored out StringExtensions
nightowl888
-
2020/02/03
[lucenenet] 08/08: Fixed merge conflict: Removed CommonAssemblyKeys.cs reference from Lucene.Net.csproj
nightowl888
-
2020/02/03
[lucenenet] 01/08: SWEEP: Moved AssemblyKeys to Lucene.Net and enabled InternalsVisibleTo for all modules. This makes it possible to make all types in Lucene.Net.Support internal.
nightowl888
-
2020/02/03
[lucenenet] 07/08: Added Lucene.Net.CodeAnalysis project with Roslyn analyzers and code fixes in C#/VB to ensure TokenStream subclasses or their IncrementToken() method are marked sealed. (Fixes LUCENENET-642)
nightowl888
-
2020/02/03
[lucenenet] 02/08: Lucene.Net.Support: Marked custom attributes (for API analysis) internal
nightowl888
-
2020/02/03
[lucenenet] branch master updated (b0b2b23 -> 26c0145)
nightowl888
-
2020/01/30
[lucenenet] 05/09: Lucene.Net.Facet.Taxonomy.CachedOrdinalsReader: Removed locking for ordsCache when using ConditionalWeakTable (See LUCENENET-610, LUCENENET-640, LUCENENET-630)
nightowl888
-
2020/01/30
[lucenenet] 04/09: Lucene.Net.Search.FieldCacheImpl: Switched to ConcurrentDictionary for the innerCache to try to reduce locking (LUCENENET-610)
nightowl888
-
2020/01/30
[lucenenet] 03/09: Lucene.Net.Support.WeakDictionary: Removed unnecessary cast, marked class internal
nightowl888
-
2020/01/30
[lucenenet] 06/09: Lucene.Net.Support: Renamed ConcurrentHashMapWrapper > ConcurrentDictionaryWrapper, marked internal, and added DictionaryExtensions.AsConcurrent() extension method to make usage simpler
nightowl888
-
2020/01/30
[lucenenet] 08/09: Lucene.Net.Support: Added compatibility for nullable attributes, which are not supported prior to .NET Standard 2.1
nightowl888
-
2020/01/30
[lucenenet] 01/09: Lucene.Net.Spatial.Util.ShapeFieldCacheProvider: Simplified cache value creation by using ConditionalWeakTable<TKey, TValue>.GetValue(), and removed dependency on WeakDictionary (See LUCENENET-610, LUCENENET-640).
nightowl888
-
2020/01/30
[lucenenet] 07/09: Fix duplicate FragNum value on Highlight.TextFragment
nightowl888
-
2020/01/30
[lucenenet] branch master updated (b50b42e -> b0b2b23)
nightowl888
-
2020/01/30
[lucenenet] 09/09: Merge remote-tracking branch 'segovia/master'
nightowl888
-
2020/01/30
[lucenenet] 02/09: Lucene.Net.TestFramework.Search.AssertingScorer: Reverted back to using WeakReference for the value, since values are strongly referenced in ConditionalWeakTable
nightowl888
-
2020/01/24
[lucenenet] branch master updated: Updated README
nightowl888
-
2020/01/23
[lucenenet] 01/02: Factored out WeakIdentityMap in favor of ConditionalWeakTable (fixes LUCENENET-640, closes #236)
nightowl888
-
2020/01/23
[lucenenet] branch master updated (01d65bb -> 0eaf765)
nightowl888
-
2020/01/08
[lucenenet] 06/06: SWEEP: Eliminated several unnecessary lookups by converting ContainsKey to TryGetValue
nightowl888
-
2020/01/08
[lucenenet] branch master updated (049b771 -> 01d65bb)
nightowl888
-
2020/01/08
[lucenenet] 05/06: Lucene.Net.Index.BaseCompositeReader: Eliminated unnecessary O(n + n) operation and cast
nightowl888
-
2020/01/08
[lucenenet] 04/06: Lucene.Net.Index.FilterDirectoryReader: Eliminated unnecessary O(n + n) operation
nightowl888
-
2020/01/08
[lucenenet] 03/06: Lucene.Net.Index.StandardDirectoryReader: Eliminated unnecessary O(n + n) operation and cast
nightowl888
-
2020/01/08
[lucenenet] 02/06: Lucene.Net.Search.Payloads.PayloadSpanUtil::ctor(): Eliminated unnecessary O(n + n) operation when instantiating SpanOrQuery
nightowl888
-
2020/01/08
[lucenenet] 01/06: Lucene.Net.Index.DocTermOrds: Removed unnecessary O(n) operation (call to .ToList())
nightowl888
-
2020/01/06
[lucenenet] branch master updated: Moving the markdown converter solution to the src/docs folder
shazwazza
-
2019/12/28
[lucenenet] branch master updated: Updated README + CONTRIBUTING
nightowl888
-
2019/12/28
svn commit: r37395 - /release/lucenenet/4.8.0-beta00007/
nightowl888
-
2019/12/28
svn commit: r37394 - /dev/lucenenet/4.8.0-beta00007/
nightowl888
-
2019/12/25
svn commit: r37363 - /dev/lucenenet/4.8.0-beta00007/
nightowl888
-
2019/12/25
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00007 created (now 7c83cbe)
nightowl888
-
2019/12/25
[lucenenet] branch master updated: Revert "build/NuGet.props: Added exclusion so lucene icon doesn't show up in every project."
nightowl888
-
2019/12/25
[lucenenet] branch master updated (e523b4b -> f886405)
nightowl888
-
2019/12/17
[lucenenet] branch master updated (4eb9e8d -> e523b4b)
shazwazza
-
2019/12/17
[lucenenet] 02/04: Lucene.Net.Support.HashMap: Changed implementation to distinguish between null value and missing element for consistent behavior between value and reference types.
nightowl888
-
2019/12/17
[lucenenet] 03/04: SWEEP: Fixed code that accesses indexer for HashMap so no KeyNotFoundExceptions are thrown
nightowl888
-
2019/12/17
[lucenenet] 04/04: BUG: Lucene.Net.Support.LurchTable: De-nested generic structs and changed their signature so the partial generics support on Xamarin.iOS will not throw exceptions (fixes LUCENENET-602)
nightowl888