Messages by Date
-
2020/08/24
[lucenenet] 04/09: PERFORMANCE: Lucene.Net.Util.AttributeSource::GetAttribute<T>(): Removed extra lookup by using TryGetValue
nightowl888
-
2020/08/24
[lucenenet] 03/09: PERFORMANCE: Lucene.Net.Util.AttributeSource: Eliminated unnecessary try catch and replaced ContainsKey with TryGetValue
nightowl888
-
2020/08/24
[lucenenet] 01/09: Lucene.Net.Analysis.ICU: Updated Segmentation files to Lucene 8.6.1 to account for the latest features of ICU
nightowl888
-
2020/08/24
[lucenenet] 07/09: Lucene.Net.Tests.ICU: Added concurrency test for ThaiAnalyzer
nightowl888
-
2020/08/24
[lucenenet] 09/09: TO REVERT: Lucene.Net.ICU: Added locking to ICUTokenizer to only allow a single thread to manipulate the BreakIterator at a time. This can be reverted when the BreakIterator issue is fixed.
nightowl888
-
2020/08/24
[lucenenet] 06/09: PERFORMANCE: Lucene.Net.Util.AttributeSource.DefaultAttributeFactory: Use external lock for better performance and removed redundant GetOrAdd() call
nightowl888
-
2020/08/24
[lucenenet] 05/09: PERFORMANCE: Lucene.Net.Util: Streamlined DefaultAttributeFactory to make the get/update process of creating an attribute WeakReference atomic
nightowl888
-
2020/08/24
[lucenenet] branch master updated (e8bc15f -> 6eba1e0)
nightowl888
-
2020/08/24
[lucenenet] 01/13: Lucene.Net.Diagnostics: Moved AssertionException from test framework to Lucene.Net assembly
nightowl888
-
2020/08/24
[lucenenet] 13/13: azure-pipelines.yml: Added option to disable asserts when running tests
nightowl888
-
2020/08/24
[lucenenet] branch master updated (94a3e1e -> e8bc15f)
nightowl888
-
2020/08/24
[lucenenet] 05/13: Converted all test projects to use Lucene.Net.Diagnostics.Debugging.Assert() instead of System.Diagnostics.Debug.Assert()
nightowl888
-
2020/08/24
[lucenenet] 10/13: Lucene.Net.TestFramework/Support/JavaCompatibility/LuceneTestCase: Fixed issue with reflection not finding the method due to the Func<string> parameter of Debugging.Assert()
nightowl888
-
2020/08/24
[lucenenet] 02/13: Lucene.Net.Diagnostics: Added static Debugging.Assert() overloads to allow assertions to be turned on and off in the Release build
nightowl888
-
2020/08/24
[lucenenet] 08/13: Lucene.Net.Diagnostics.Debugging: Changed AssertsEnabled to a static field
nightowl888
-
2020/08/24
[lucenenet] 06/13: SWEEP: Reviewed and added missing asserts and moved some assert conditions to be not run when asserts are disabled
nightowl888
-
2020/08/24
[lucenenet] 12/13: Lucene.Net.Tests: Don't run tests that require asserts unless asserts are enabled. (closes #326, see #313)
nightowl888
-
2020/08/24
[lucenenet] 11/13: Codecs: Reverted term vectors readers to use InvalidOperationException always instead of AssertionException only when assert is enabled
nightowl888
-
2020/08/22
[lucenenet] branch master updated (2b2f3de -> 94a3e1e)
nightowl888
-
2020/08/16
[lucenenet] 01/02: Lucene.Net.Tests.BenchmarkDotNet: Added jobs for 4.8.0-beta00011
nightowl888
-
2020/08/16
[lucenenet] 02/02: Added benchmarks for facet operations using Lucene.Net.Demo.Facet classes as a basis
nightowl888
-
2020/08/16
[lucenenet] branch benchmarkdotnet updated (19ce5e9 -> a67e42a)
nightowl888
-
2020/08/02
[lucenenet] branch master updated: Lucene.Net.Spatial.Util.ShapeFieldCache: Removed unnecessary array allocation
nightowl888
-
2020/08/02
[lucenenet] branch master updated: BUG: Lucene.Net.ICU: Fixed ThaiWordBreaker to account for surrogate pairs. Also added locking to help with thread safety.
nightowl888
-
2020/08/02
[lucenenet] 02/02: BUG: Lucene.Net.Analysis.Common: Fixed classes that were originally using invariant culture to do so again. J2N's Character class default is to use the current culture, which had changed from the prior Character class that used invariant culture. Fixes TestICUFoldingFilter::TestRandomStrings().
nightowl888
-
2020/08/02
[lucenenet] branch master updated (9aea45c -> 9ce76e9)
nightowl888
-
2020/08/02
[lucenenet] 01/02: BUG: Fixed surrogate pair and culture-sensitivity issues with many analyzers. (see #296)
nightowl888
-
2020/07/29
[lucenenet] branch bugfix/308-TestAddIndexesWithCloseNoWait updated (717d7e5 -> 8fd1c78)
shazwazza
-
2020/07/29
[lucenenet-site] branch asf-site updated: Adds beta10/11 download pages
shazwazza
-
2020/07/29
[lucenenet] branch master updated: Adds beta10/11 download pages
shazwazza
-
2020/07/29
[lucenenet] 07/14: PERFORMANCE: Use J2N's ICollection<T>.ToArray() extension method that uses ICollection<T>.CopyTo(), which takes precedence over the LINQ IEnumerable<T>.ToArray() extension method. Benchmarks show about a 1/3 increase in performance. (see #261)
nightowl888
-
2020/07/29
[lucenenet] 04/14: build/Dependencies.props: Upgraded J2N package dependency to 2.0.0-beta-0009
nightowl888
-
2020/07/29
[lucenenet] 06/14: build/Dependencies.props: Updated Morfologik.Stemming dependency to 2.1.6-beta0007
nightowl888
-
2020/07/29
[lucenenet] 03/14: PERFORMANCE: Lucene.Net.Index.FieldInfos: Changed Builder.FieldInfo() method to TryGetFieldInfo() to optimize check for value (see #261)
nightowl888
-
2020/07/29
[lucenenet] 14/14: Lucene.Net.TestFramework: Fixed broken XML doc comment
nightowl888
-
2020/07/29
[lucenenet] 09/14: Directory.Build.props: Disabled warnings for features that require .NET Standard 2.1
nightowl888
-
2020/07/29
[lucenenet] 12/14: Lucene.Net.Support.ListExtensions: Factored out BinarySearch in favor of implementation from J2N
nightowl888
-
2020/07/29
[lucenenet] 10/14: PERFORMANCE: Eliminated several calls to FirstOrDefault(), LastOrDefault(), Skip(), First(), and Last() (see #261)
nightowl888
-
2020/07/29
[lucenenet] 11/14: Lucene.Net.QueryParser.Surround.Query.ComposedQuery::MakeLuceneSubQueriesField(): Added missing using block on enumerator
nightowl888
-
2020/07/29
[lucenenet] 05/14: build.Dependencies.props: Upgraded ICU4N package version to 60.1.0-alpha.352
nightowl888
-
2020/07/29
[lucenenet] 13/14: Lucene.Net.Suggest.FreeTextSuggester: Converted from SubList().Clear() to RemoveRange()
nightowl888
-
2020/07/29
[lucenenet] branch master updated (43745db -> 7622fbf)
nightowl888
-
2020/07/29
[lucenenet] 08/14: Lucene.Net.Support.IO.FileSupport::CreateTempFile(): Optimized the check for invalid characters to shave off a few ns
nightowl888
-
2020/07/29
[lucenenet] 02/14: PERFORMANCE: Lucene.Net.Facet.Taxonomy.WriterCache.NameInt32CacheLRU: Changed from Dictionary to ConcurrentDictionary so we can delete items from the cache while forward iterating through it. (see #261)
nightowl888
-
2020/07/29
[lucenenet] 01/14: PERFORMANCE: Lucene.Net.TestFramework: Fixed FSTTester to delete while iterating forward instead of using .ElementAt() to iterate in reverse, which takes about 3x longer (see #261)
nightowl888
-
2020/07/24
[lucenenet] 02/02: Lucene.Net.Tests.Analysis.Common: Fixed potential issue with ArgumentExceptions being thrown from char.ConvertToUtf32(string, int) by reverting back to CodePointAt() method in TestCharTokenizers.TestCrossPlaneNomalization().
nightowl888
-
2020/07/24
[lucenenet] branch master updated (e3afc98 -> 43745db)
nightowl888
-
2020/07/24
[lucenenet] 02/02: Lucene.Net.Tests.Analysis.Common: Fixed potential issue with ArgumentExceptions being thrown from char.ConvertToUtf32(string, int) by reverting back to CodePointAt() method in TestCharTokenizers.TestCrossPlaneNomalization().
nightowl888
-
2020/07/24
[lucenenet] 01/02: Lucene.Net.Analysis.Common: Removed cast from NGramTokenizerAnonymousInnerClassHelper.IsTokenChar(int) that was causing surrogate pairs to fail in the TestUTF8FullRange() tests of NGramTokenizerTest and EdgeNGramTokenizerTest (see #269)
nightowl888
-
2020/07/24
[lucenenet] branch master updated (e3afc98 -> 43745db)
nightowl888
-
2020/07/24
[lucenenet] 01/02: Lucene.Net.Analysis.Common: Removed cast from NGramTokenizerAnonymousInnerClassHelper.IsTokenChar(int) that was causing surrogate pairs to fail in the TestUTF8FullRange() tests of NGramTokenizerTest and EdgeNGramTokenizerTest (see #269)
nightowl888
-
2020/07/24
svn commit: r40682 - /dev/lucenenet/4.8.0-beta00011/
nightowl888
-
2020/07/24
svn commit: r40681 - /release/lucenenet/4.8.0-beta00011/
nightowl888
-
2020/07/21
svn commit: r40615 - /dev/lucenenet/4.8.0-beta00011/
nightowl888
-
2020/07/21
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00011 created (now c96d167)
nightowl888
-
2020/07/21
[lucenenet] branch master updated: .rat-excludes: Removed non-existent files from Configuration/Base. Added exclusions for obj, bin, svn-dev, and svn-release.
nightowl888
-
2020/07/21
[lucenenet] 16/24: PERFORMANCE: Lucene.Net.Search.NumericRangeQuery: Changed rangeBounds from LinkedList to Queue
nightowl888
-
2020/07/21
[lucenenet] 24/24: Lucene.Net.Tests.Support.TestApiConsistency: Added support for filtering public fields via regex
nightowl888
-
2020/07/21
[lucenenet] 07/24: azure-pipelines.yml: Increased parallel jobs by one
nightowl888
-
2020/07/21
[lucenenet] 21/24: Lucene.Net.TestFramework: Fixed bug in message formatting of failed asserts
nightowl888
-
2020/07/21
[lucenenet] 08/24: Lucene.Net.Support.Collections: Reduced memory allocations of CaseInsensitiveComparer in ReverseOrder<T>() method
nightowl888
-
2020/07/21
[lucenenet] 17/24: PERFORMANCE: Lucene.Net.Analysis.CachingTokenFilter: Changed cache from LinkedList to List
nightowl888
-
2020/07/21
[lucenenet] 14/24: PERFORMANCE: Lucene.Net.Index.IndexWriter: Replaced FlushTicket LinkedList with a Queue
nightowl888
-
2020/07/21
[lucenenet] 04/24: BREAKING: Lucene.Net.Analysis.Common.Analysis.Compound: Changed protected m_tokens field from LinkedList to Queue for better throughput
nightowl888
-
2020/07/21
[lucenenet] 15/24: PERFORMANCE: Lucene.Net.Index.DocumentsWriterFlushQueue: Replaced FlushTicket LinkedList with a Queue
nightowl888
-
2020/07/21
[lucenenet] 18/24: PERFORMANCE: Lucene.Net.Tests.Analysis.Common: Changed Hunspell StemmerTestBase to use more optimized assert to compare arrays
nightowl888
-
2020/07/21
[lucenenet] 02/24: PERFORMANCE: Lucene.Net.TestFramework: Refactored Assert class to test for additional conditions locally, since NUnit is extremely slow when calling some methods in a tight loop. Eliminated object overloads and changed to generic to enforce comparing similar types by default unless opting in by specifying object as the generic type.
nightowl888
-
2020/07/21
[lucenenet] 10/24: Lucene.Net.TestFramework.Util.Fst.FSTTester: Use SCG Ditionary for better performance
nightowl888
-
2020/07/21
[lucenenet] 09/24: Lucene.Net.Util.RamUsageEstimator: Switched back to System.Collections.Generic.Dictionary because indexer of JCG dictionary is slower
nightowl888
-
2020/07/21
[lucenenet] 22/24: SWEEP: Consolidated empty array creation code
nightowl888
-
2020/07/21
[lucenenet] 23/24: Upgraded C# LangVersion to 8.0
nightowl888
-
2020/07/21
[lucenenet] 05/24: TestWordDelimiterFactory: Converted to use inline anonymous analyzer syntax instead of explicit class definitions
nightowl888
-
2020/07/21
[lucenenet] 19/24: Added using directives to import the Assert class from the test framework instead of using NUnit's slow one
nightowl888
-
2020/07/21
[lucenenet] 13/24: Lucene.Net.Facet: Optimized DirectoryTaxonomyReader by eliminating locking, removing unnecessary casts, and using LazyInitializer for the taxonomy array initialization
nightowl888
-
2020/07/21
[lucenenet] 12/24: Lucene.Net.Tests.Analysis.Common: Refactored ShingleFilterTest to use inline Analyzers instead of explicit classes
nightowl888
-
2020/07/21
[lucenenet] 20/24: PERFORMANCE: Lucene.Net.Analysis.Common: Changed the inputWindow in ShingleFilter to use a Queue instead of LinkedList
nightowl888
-
2020/07/21
[lucenenet] 11/24: Lucene.Net.Tests.Util: Added missing Assert imports (NUnit's asserts are too slow)
nightowl888
-
2020/07/21
[lucenenet] 01/24: PERFORMANCE: Lucene.Net.TestFramework: Reverted testing conditions from 2200e79938ac6de7d002fe3ab8944d3c3cdeb211 in TestUtil and BaseTermVectorsFormatTestCase back to their original values. Also discovered TestUtil.AssertAttributeReflection() was unnecessarily copying the collection that was passed to it and reverted that change.
nightowl888
-
2020/07/21
[lucenenet] branch master updated (33faa93 -> 47599bc)
nightowl888
-
2020/07/21
[lucenenet] 03/24: PERFORMANCE: Lucene.Net.Util.Automaton: Replaced LinkedList<T> with Queue<T> in areas where copy constructors were not in use
nightowl888
-
2020/07/21
[lucenenet] 06/24: Lucene.Net.Analysis.Phonetic.DoubleMetaphoneFilter: Changed LinkedList to Queue for better throughput
nightowl888
-
2020/07/21
[lucenenet] branch master updated: Lucene.Net.Configuration: Removed ConfigurationBuilder, ConfigurationProvider, and LuceneDefaultConfigurationSource. Renamed LuceneDefaultConfigurationProvider > EnvironmentVariablesConfigurationProvider to match .NET. (fixes #311)
nightowl888
-
2020/07/20
[lucenenet] 01/01: Fixes deadlock issues with MockDirectoryWrapper
shazwazza
-
2020/07/20
[lucenenet] branch bugfix/308-TestAddIndexesWithCloseNoWait created (now 717d7e5)
shazwazza
-
2020/07/20
[lucenenet] 02/03: Lucene.Net.Tests.BenchmarkDotNet: Updated HomePageScripBenchmarks to include beta 5, beta 6, and beta 10
nightowl888
-
2020/07/20
[lucenenet] 01/03: Adds simple benchmark between nuget versions
nightowl888
-
2020/07/20
[lucenenet] branch benchmarkdotnet updated (573f301 -> 19ce5e9)
nightowl888
-
2020/07/20
[lucenenet] 03/03: Lucene.Net.Tests.BenchmarkDotNet: Added benchmarks for IndexFiles and SearchFiles
nightowl888
-
2020/07/19
svn commit: r40556 - /dev/lucenenet/4.8.0-beta00010/
nightowl888
-
2020/07/19
svn commit: r40555 - /release/lucenenet/4.8.0-beta00010/
nightowl888
-
2020/07/16
svn commit: r40509 - /dev/lucenenet/4.8.0-beta00010/
nightowl888
-
2020/07/16
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00010 created (now e0180c5)
nightowl888
-
2020/07/15
[lucenenet] branch master updated: azure-pipelines.yml: Fixed paths to exclude downloaded artifacts from the release distribution
nightowl888
-
2020/07/15
[lucenenet] branch master updated: azure-pipelines.yml: Fixed Release job to checkout the source so it can be included in the release distribution
nightowl888
-
2020/07/15
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00010 deleted (was 3dc0c6b)
nightowl888
-
2020/07/15
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00010 created (now 3dc0c6b)
nightowl888
-
2020/07/15
[lucenenet] branch master updated: azure-pipelines.yml: Fixed broken checkout and relative paths in the Publish stage (required for Publish symbols path task)
nightowl888
-
2020/07/15
[lucenenet] 06/06: Added missing license headers
nightowl888
-
2020/07/15
[lucenenet] 05/06: build/Dependencies.props: Upgraded ICU4N to 60.1.0-alpha.351
nightowl888
-
2020/07/15
[lucenenet] 03/06: Removed some unused using directives
nightowl888
-
2020/07/15
[lucenenet] branch master updated (e17221f -> 0446a4e)
nightowl888
-
2020/07/15
[lucenenet] 01/06: SWEEP: Removed fully-qualified namespace from System exception types and added using directives instead
nightowl888
-
2020/07/15
[lucenenet] 02/06: Lucene.Net.Util.ArrayUtil: Reduced memory allocations when using GetNaturalComparer<T>() by creating a singleton instance.
nightowl888
-
2020/07/15
[lucenenet] 04/06: Lucene.Net.Index.IndexWriterConfig: Minor documentation fix
nightowl888
-
2020/07/14
[lucenenet] 01/01: Adds simple benchmark between nuget versions
shazwazza
-
2020/07/14
[lucenenet] branch benchmarkdotnet created (now 573f301)
shazwazza
-
2020/07/14
[lucenenet] 07/14: azure-pipelines.yml: Removed NuGet caching, as it doesn't account for when dependencies change
nightowl888
-
2020/07/14
[lucenenet] 12/14: Lucene.Net.TestFramework: Added logging of system properties so we can see how they are configured in CI
nightowl888
-
2020/07/14
[lucenenet] 01/14: Removed miscellaneous .NET Core 1.x/.NET Standard 1.x support from projects that were previously missed
nightowl888
-
2020/07/14
[lucenenet] 11/14: azure-pipelines.yml: Added build features for the test framework's system properties
nightowl888
-
2020/07/14
[lucenenet] 10/14: LICENSE.txt, NOTICE.txt: Updated copyright info
nightowl888
-
2020/07/14
[lucenenet] 04/14: Lucene.Net.Codecs.SimpleText: Using decimal is 30% faster than using BigInteger for add and subtract
nightowl888
-
2020/07/14
[lucenenet] 13/14: publish-test-results.yml: View files in test environment after artifacts are downloaded
nightowl888
-
2020/07/14
[lucenenet] 02/14: Removed unused dependencies for .NET Framework
nightowl888
-
2020/07/14
[lucenenet] branch master updated (081edee -> e17221f)
nightowl888
-
2020/07/14
[lucenenet] 09/14: Added NuGet.config to work around build pipeline caching issues
nightowl888
-
2020/07/14
[lucenenet] 08/14: azure-pipelines.yml: Cleaned up unused variable PublishedArtifactZipFileName
nightowl888
-
2020/07/14
[lucenenet] 06/14: Applied the Slow and Nightly attributes to all tests that they apply to
nightowl888
-
2020/07/14
[lucenenet] 05/14: Lucene.Net.TestFramework.Util.LuceneTestCase: Completed implementation of Nightly, Weekly, AwaitsFix, and Slow attributes.
nightowl888
-
2020/07/14
[lucenenet] 03/14: Fixed up Microsoft.Extension.Configuration references
nightowl888
-
2020/07/11
[lucenenet] branch master updated (a8d3771 -> 081edee)
nightowl888
-
2020/07/03
[lucenenet] 05/05: azure-pipelines.yml: Reduced maximum parallel jobs to 6 on macOS and Linux, 7 on Windows
nightowl888
-
2020/07/03
[lucenenet] branch master updated (53c44eb -> a8d3771)
nightowl888
-
2020/07/03
[lucenenet] 02/05: added missing publish
nightowl888
-
2020/07/03
[lucenenet] 03/05: Lucene.Net.Tests: Combined T-Z into a single project
nightowl888
-
2020/07/03
[lucenenet] 04/05: Lucene.Net.Tests: Split E-I int E-I and I-J
nightowl888
-
2020/07/03
[lucenenet] 01/05: build improvements. Pipeline caching.
nightowl888
-
2020/06/30
[lucenenet] branch master updated: missing packages from downloads
shazwazza
-
2020/06/30
[lucenenet-site] branch asf-site updated: missing packages
shazwazza
-
2020/06/30
[lucenenet] branch master updated (3b92a59 -> 3d30140)
shazwazza
-
2020/06/30
[lucenenet] branch docs-poc updated (c218309 -> 07e1d13)
shazwazza
-
2020/06/30
[lucenenet] 01/01: Merge pull request #304 from apache/docs-poc
shazwazza
-
2020/06/30
[lucenenet] 01/02: _rel fixes and a couple more hard coded paths
shazwazza
-
2020/06/30
[lucenenet] 02/02: adds beta00009 links to site
shazwazza
-
2020/06/30
[lucenenet] branch docs/4.8.0-beta00009 updated (c218309 -> 07e1d13)
shazwazza
-
2020/06/30
[lucenenet-site] branch asf-site updated: adds beta00009 download/docs links
shazwazza
-
2020/06/30
[lucenenet] branch master updated (40186fb -> 3b92a59)
nightowl888
-
2020/06/30
[lucenenet] 09/09: Lucene.Net.Analysis.Tokenizer: Allow enabling "asserts" for testing
nightowl888
-
2020/06/30
[lucenenet] 08/09: Lucene.Net.TestFramework: Reuse inbuilt environment variable provider rather than our stock one, that is only meant as a logical default.
nightowl888
-
2020/06/30
[lucenenet] 05/09: Lucene.Net.Benchmark: Ignored the failing "alt package" test. We currently only support assemblies that are referenced by the calling project.
nightowl888
-
2020/06/30
[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)
nightowl888
-
2020/06/30
[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)
nightowl888
-
2020/06/30
[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)
nightowl888
-
2020/06/30
[lucenenet] 06/09: Lucene.Net.Tests.Index.TestIndexWriterExceptions::TestExceptionDocumentsWriterInit(): Fixed issue with swallowing NUnit's AssertionException by using Assert.Throws.
nightowl888
-
2020/06/30
[lucenenet] 04/09: Lucene.Net.TestFramework: Added additional overloads of Assert.Throws to supply messages
nightowl888
-
2020/06/30
[lucenenet] 01/09: Lucene.Net.Codecs: Fixed testing condition for BaseTermVectorsFormatTestCase on TermVectorsReaders by throwing InvalidOperationException (fixes #267)
nightowl888
-
2020/06/30
[lucenenet] 22/27: Updated assertEquals and Assert.AreEqual to specify aggressive: false when it doesn't apply to the test
nightowl888
-
2020/06/30
[lucenenet] 16/27: Lucene.Net.Tests.Suggest: Removed calls to ElementAt() (#261)
nightowl888
-
2020/06/30
[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().
nightowl888
-
2020/06/30
[lucenenet] 12/27: Lucene.Net.TestFramework.Search.RandomSimilarityProvider::ToString(): Use StringBuilder for better efficiency (#295, #261)
nightowl888
-
2020/06/30
[lucenenet] 23/27: Lucene.Net.Tests.Index.TestDocumentsWriterDeleteQueue: Updated comparisons to reduce memory allocations (#261)
nightowl888
-
2020/06/30
[lucenenet] 10/27: Lucene.Net.Util.Automaton.DacuikMihovAutomatonBuilder: Reduce the number of zero length array allocations (#295, #261)
nightowl888
-
2020/06/30
[lucenenet] 25/27: Lucene.Net.Support.Collections::ToString(): Fixed overloads to write "null" when the collection passed is null rather than throw an exception
nightowl888
-
2020/06/30
[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)
nightowl888
-
2020/06/30
[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)
nightowl888
-
2020/06/30
[lucenenet] 01/27: SWEEP: Removed all calls to Type.GetTypeInfo() extension method, which is costing a few ns each time it is called.
nightowl888
-
2020/06/30
[lucenenet] 03/27: Lucene.Net.Util.AttributeSource: Optimized string building for converting Attribute interface name to Attribute class name (#295, #261)
nightowl888
-
2020/06/30
[lucenenet] 18/27: Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser: Remove ElementAt() from List (#261)
nightowl888
-
2020/06/30
[lucenenet] 02/27: Lucene.Net.Util.AttributeSource: Optimize creation of built-in attributes (#295, #261)
nightowl888
-
2020/06/30
[lucenenet] 19/27: Lucene.Net.Index.Term: Optimized equality checking (#295, #261)
nightowl888
-
2020/06/30
[lucenenet] 13/27: Lucene.Net.Analsis.TokenAttributes.CharTermAttribute::ResizeBuffer(): Use Array.Resize() rather than copy (#261)
nightowl888
-
2020/06/30
[lucenenet] 04/27: Lucene.Net.TestFramework: refactored collection asserts so aggressive mode can be passed as an optional parameter (true by default)
nightowl888
-
2020/06/30
[lucenenet] 11/27: Automaton patches
nightowl888
-
2020/06/30
[lucenenet] 27/27: Lucene.Net.Util (MathUtil + NumericUtils + SloppyMath + UnicodeUtil): Added some aggressive inlining, made classes static (#261)
nightowl888
-
2020/06/30
[lucenenet] 21/27: Lucene.Net.TestFramework: Added some overloads with Func<string>, since some of the messages are expensive to build and only apply to the failure case
nightowl888
-
2020/06/30
[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)
nightowl888
-
2020/06/30
[lucenenet] 06/27: Lucene.Net.TestFramework: Removed NUnit.CollectionAssert overloads
nightowl888
-
2020/06/30
[lucenenet] branch master updated (cffc8dd -> 40186fb)
nightowl888
-
2020/06/30
[lucenenet] 08/27: Lucene.Net.TestFramework:RandomExtensions: Added missing overload of NextInt64(long) to choose only max upper bound
nightowl888
-
2020/06/30
[lucenenet] 17/27: Lucene.Net.Suggest: Removed ElementAt() calls from Lists, also reversing the list in place is faster than LINQ (#261)
nightowl888
-
2020/06/30
[lucenenet] 26/27: Lucene.Net.Util: Use Array.Empty<T>() when possible
nightowl888
-
2020/06/30
[lucenenet] 15/27: Lucene.Net.TestFramework: Using Assert.That is several times slower than Assert.IsFalse (#295)
nightowl888
-
2020/06/30
[lucenenet] 05/27: Lucene.Net.Tests.Util.TestIdentityHashSet: Use non-aggressive comparison for J2N collections
nightowl888
-
2020/06/30
[lucenenet] 20/27: Lucene.Net.Util (BytesRef + CharsRef): Implemented IEquatable<T>
nightowl888
-
2020/06/30
svn commit: r40259 - /dev/lucenenet/4.8.0-beta00009/
nightowl888
-
2020/06/30
svn commit: r40258 - /release/lucenenet/4.8.0-beta00009/
nightowl888
-
2020/06/29
[lucenenet] branch docs/4.8.0-beta00009 created (now c218309)
shazwazza
-
2020/06/29
[lucenenet] branch docs-poc updated: fixes spatial, fixes memory toc, hard codes some links
shazwazza
-
2020/06/29
[lucenenet] 01/01: Merge commit 'refs/tags/Lucene.Net_4_8_0_beta00009^{}' into docs-poc
shazwazza
-
2020/06/29
[lucenenet] branch docs-poc updated (f937f67 -> 079c8f5)
shazwazza
-
2020/06/29
[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
shazwazza
-
2020/06/29
[lucenenet] branch docs-poc updated: fixes up casing for some projects and links on main document
shazwazza
-
2020/06/29
[lucenenet] branch docs-poc updated: adds cli, cleans up ps1 script
shazwazza
-
2020/06/28
[lucenenet] branch docs-poc updated: adds spatial, suggest and demo
shazwazza
-
2020/06/28
[lucenenet] branch docs-poc updated: adds replicator/sandbox
shazwazza
-
2020/06/28
[lucenenet] branch docs-poc updated: adds queries/queryparser
shazwazza
-
2020/06/27
svn commit: r40195 - /dev/lucenenet/4.8.0-beta00009/
nightowl888
-
2020/06/27
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00009 created (now 0eeec6d)
nightowl888
-
2020/06/27
[lucenenet] 02/02: Added missing license headers
nightowl888
-
2020/06/27
[lucenenet] branch master updated (f6e9961 -> cffc8dd)
nightowl888
-
2020/06/27
[lucenenet] 01/02: Revert "Updated to passive from aggressive"
nightowl888
-
2020/06/27
[lucenenet] 02/02: Lucene.Net.ICU, Lucene.Net.Tests.ICU: Upgraded to utilize UCultureInfo from ICU4N
nightowl888
-
2020/06/27
[lucenenet] 01/02: build/Dependencies.props: Upgraded ICU4N dependencies to 60.1.0-alpha.350
nightowl888
-
2020/06/27
[lucenenet] branch master updated (123360d -> f6e9961)
nightowl888
-
2020/06/27
[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)
nightowl888
-
2020/06/25
[lucenenet] branch docs-poc updated: adds join, memory, misc
shazwazza
-
2020/06/25
[lucenenet] branch docs-poc updated: Fixes up highlighter main doc
shazwazza
-
2020/06/25
[lucenenet] branch docs-poc updated: Ensures all overwrite files package/overview are included in builds, adds highlighter and icu builds
shazwazza
-
2020/06/24
[lucenenet] 20/26: Lucene.Net.Tests.Facet: Switched to using the Assert class from the test framework instead of NUnit (#295, #261)
nightowl888
-
2020/06/24
[lucenenet] 08/26: Lucene.Net.Tests.Suggest.Fst.FSTCompletionTest: Removed unnecessary calls to ElementAt() and Count() LINQ (Addresses #261)
nightowl888