Messages by Thread
-
-
[lucenenet] branch master updated (94a3e1e -> e8bc15f)
nightowl888
-
[lucenenet] branch master updated (2b2f3de -> 94a3e1e)
nightowl888
-
[lucenenet] branch benchmarkdotnet updated (19ce5e9 -> a67e42a)
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.Spatial.Util.ShapeFieldCache: Removed unnecessary array allocation
nightowl888
-
[lucenenet] branch master updated: BUG: Lucene.Net.ICU: Fixed ThaiWordBreaker to account for surrogate pairs. Also added locking to help with thread safety.
nightowl888
-
[lucenenet] branch master updated (9aea45c -> 9ce76e9)
nightowl888
-
[lucenenet] branch bugfix/308-TestAddIndexesWithCloseNoWait updated (717d7e5 -> 8fd1c78)
shazwazza
-
[lucenenet-site] branch asf-site updated: Adds beta10/11 download pages
shazwazza
-
[lucenenet] branch master updated: Adds beta10/11 download pages
shazwazza
-
[lucenenet] branch master updated (43745db -> 7622fbf)
nightowl888
-
[lucenenet] branch master updated (e3afc98 -> 43745db)
nightowl888
-
svn commit: r40682 - /dev/lucenenet/4.8.0-beta00011/
nightowl888
-
svn commit: r40681 - /release/lucenenet/4.8.0-beta00011/
nightowl888
-
svn commit: r40615 - /dev/lucenenet/4.8.0-beta00011/
nightowl888
-
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00011 created (now c96d167)
nightowl888
-
[lucenenet] branch master updated: .rat-excludes: Removed non-existent files from Configuration/Base. Added exclusions for obj, bin, svn-dev, and svn-release.
nightowl888
-
[lucenenet] branch master updated (33faa93 -> 47599bc)
nightowl888
-
[lucenenet] branch master updated: Lucene.Net.Configuration: Removed ConfigurationBuilder, ConfigurationProvider, and LuceneDefaultConfigurationSource. Renamed LuceneDefaultConfigurationProvider > EnvironmentVariablesConfigurationProvider to match .NET. (fixes #311)
nightowl888
-
[lucenenet] branch bugfix/308-TestAddIndexesWithCloseNoWait created (now 717d7e5)
shazwazza
-
[lucenenet] branch benchmarkdotnet updated (573f301 -> 19ce5e9)
nightowl888
-
svn commit: r40556 - /dev/lucenenet/4.8.0-beta00010/
nightowl888
-
svn commit: r40555 - /release/lucenenet/4.8.0-beta00010/
nightowl888
-
svn commit: r40509 - /dev/lucenenet/4.8.0-beta00010/
nightowl888
-
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00010 created (now e0180c5)
nightowl888
-
[lucenenet] branch master updated: azure-pipelines.yml: Fixed paths to exclude downloaded artifacts from the release distribution
nightowl888
-
[lucenenet] branch master updated: azure-pipelines.yml: Fixed Release job to checkout the source so it can be included in the release distribution
nightowl888
-
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00010 deleted (was 3dc0c6b)
nightowl888
-
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00010 created (now 3dc0c6b)
nightowl888
-
[lucenenet] branch master updated: azure-pipelines.yml: Fixed broken checkout and relative paths in the Publish stage (required for Publish symbols path task)
nightowl888
-
[lucenenet] branch master updated (e17221f -> 0446a4e)
nightowl888
-
[lucenenet] branch benchmarkdotnet created (now 573f301)
shazwazza
-
[lucenenet] branch master updated (081edee -> e17221f)
nightowl888
-
[lucenenet] branch master updated (a8d3771 -> 081edee)
nightowl888
-
[lucenenet] branch master updated (53c44eb -> a8d3771)
nightowl888
-
[lucenenet] branch master updated: missing packages from downloads
shazwazza
-
[lucenenet-site] branch asf-site updated: missing packages
shazwazza
-
[lucenenet] branch master updated (3b92a59 -> 3d30140)
shazwazza
-
[lucenenet] branch docs-poc updated (c218309 -> 07e1d13)
shazwazza
-
[lucenenet] branch docs/4.8.0-beta00009 updated (c218309 -> 07e1d13)
shazwazza
-
[lucenenet-site] branch asf-site updated: adds beta00009 download/docs links
shazwazza
-
[lucenenet] branch master updated (40186fb -> 3b92a59)
nightowl888
-
[lucenenet] branch master updated (cffc8dd -> 40186fb)
nightowl888
-
[lucenenet] 20/27: Lucene.Net.Util (BytesRef + CharsRef): Implemented IEquatable<T>
nightowl888
-
[lucenenet] 05/27: Lucene.Net.Tests.Util.TestIdentityHashSet: Use non-aggressive comparison for J2N collections
nightowl888
-
[lucenenet] 15/27: Lucene.Net.TestFramework: Using Assert.That is several times slower than Assert.IsFalse (#295)
nightowl888
-
[lucenenet] 26/27: Lucene.Net.Util: Use Array.Empty<T>() when possible
nightowl888
-
[lucenenet] 17/27: Lucene.Net.Suggest: Removed ElementAt() calls from Lists, also reversing the list in place is faster than LINQ (#261)
nightowl888
-
[lucenenet] 08/27: Lucene.Net.TestFramework:RandomExtensions: Added missing overload of NextInt64(long) to choose only max upper bound
nightowl888
-
[lucenenet] 06/27: Lucene.Net.TestFramework: Removed NUnit.CollectionAssert overloads
nightowl888
-
[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
-
[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
-
[lucenenet] 27/27: Lucene.Net.Util (MathUtil + NumericUtils + SloppyMath + UnicodeUtil): Added some aggressive inlining, made classes static (#261)
nightowl888
-
[lucenenet] 11/27: Automaton patches
nightowl888
-
[lucenenet] 04/27: Lucene.Net.TestFramework: refactored collection asserts so aggressive mode can be passed as an optional parameter (true by default)
nightowl888
-
[lucenenet] 13/27: Lucene.Net.Analsis.TokenAttributes.CharTermAttribute::ResizeBuffer(): Use Array.Resize() rather than copy (#261)
nightowl888
-
[lucenenet] 19/27: Lucene.Net.Index.Term: Optimized equality checking (#295, #261)
nightowl888
-
[lucenenet] 02/27: Lucene.Net.Util.AttributeSource: Optimize creation of built-in attributes (#295, #261)
nightowl888
-
[lucenenet] 18/27: Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser: Remove ElementAt() from List (#261)
nightowl888
-
[lucenenet] 03/27: Lucene.Net.Util.AttributeSource: Optimized string building for converting Attribute interface name to Attribute class name (#295, #261)
nightowl888
-
[lucenenet] 01/27: SWEEP: Removed all calls to Type.GetTypeInfo() extension method, which is costing a few ns each time it is called.
nightowl888
-
[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
-
[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
-
[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
-
[lucenenet] 10/27: Lucene.Net.Util.Automaton.DacuikMihovAutomatonBuilder: Reduce the number of zero length array allocations (#295, #261)
nightowl888
-
[lucenenet] 23/27: Lucene.Net.Tests.Index.TestDocumentsWriterDeleteQueue: Updated comparisons to reduce memory allocations (#261)
nightowl888
-
[lucenenet] 12/27: Lucene.Net.TestFramework.Search.RandomSimilarityProvider::ToString(): Use StringBuilder for better efficiency (#295, #261)
nightowl888
-
[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
-
[lucenenet] 16/27: Lucene.Net.Tests.Suggest: Removed calls to ElementAt() (#261)
nightowl888
-
[lucenenet] 22/27: Updated assertEquals and Assert.AreEqual to specify aggressive: false when it doesn't apply to the test
nightowl888
-
svn commit: r40259 - /dev/lucenenet/4.8.0-beta00009/
nightowl888
-
svn commit: r40258 - /release/lucenenet/4.8.0-beta00009/
nightowl888
-
[lucenenet] branch docs/4.8.0-beta00009 created (now c218309)
shazwazza
-
[lucenenet] branch docs-poc updated: fixes spatial, fixes memory toc, hard codes some links
shazwazza
-
[lucenenet] branch docs-poc updated (f937f67 -> 079c8f5)
shazwazza
-
[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
-
[lucenenet] branch docs-poc updated: fixes up casing for some projects and links on main document
shazwazza
-
[lucenenet] branch docs-poc updated: adds cli, cleans up ps1 script
shazwazza
-
[lucenenet] branch docs-poc updated: adds spatial, suggest and demo
shazwazza
-
[lucenenet] branch docs-poc updated: adds replicator/sandbox
shazwazza
-
[lucenenet] branch docs-poc updated: adds queries/queryparser
shazwazza
-
svn commit: r40195 - /dev/lucenenet/4.8.0-beta00009/
nightowl888
-
[lucenenet] annotated tag Lucene.Net_4_8_0_beta00009 created (now 0eeec6d)
nightowl888
-
[lucenenet] branch master updated (f6e9961 -> cffc8dd)
nightowl888
-
[lucenenet] branch master updated (123360d -> f6e9961)
nightowl888
-
[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
-
[lucenenet] branch docs-poc updated: adds join, memory, misc
shazwazza
-
[lucenenet] branch docs-poc updated: Fixes up highlighter main doc
shazwazza
-
[lucenenet] branch docs-poc updated: Ensures all overwrite files package/overview are included in builds, adds highlighter and icu builds
shazwazza
-
[lucenenet] branch master updated (6dabe24 -> cc63141)
nightowl888