You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [lucenenet] NightOwl888 commented on issue #413: Making Lucene.Net.Join.TermsQuery public - posted by GitBox <gi...@apache.org> on 2021/11/01 06:43:33 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #281: Verify compatibility with Luke 4.8.0 - posted by GitBox <gi...@apache.org> on 2021/11/01 07:42:55 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #281: Verify compatibility with Luke 4.8.0 - posted by GitBox <gi...@apache.org> on 2021/11/01 07:42:56 UTC, 0 replies.
- RE: Code analyzer fix - new release (beta00015) timeline? - posted by Shad Storhaug <sh...@shadstorhaug.com> on 2021/11/03 01:37:19 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #431: Query/Filter Casting - posted by GitBox <gi...@apache.org> on 2021/11/04 16:06:01 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #431: Query/Filter Casting - posted by GitBox <gi...@apache.org> on 2021/11/04 16:06:01 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #534: Lucene.Net.Replicator Bug Fixes (Fixes #363) - posted by GitBox <gi...@apache.org> on 2021/11/06 17:32:32 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #363: Investigate Failing Test: Lucene.Net.Replicator.Http.HttpReplicatorTest::TestBasic() - posted by GitBox <gi...@apache.org> on 2021/11/06 18:01:49 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #534: Lucene.Net.Replicator Bug Fixes (Fixes #363) - posted by GitBox <gi...@apache.org> on 2021/11/07 02:57:31 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #363: Investigate Failing Test: Lucene.Net.Replicator.Http.HttpReplicatorTest::TestBasic() - posted by GitBox <gi...@apache.org> on 2021/11/07 02:57:31 UTC, 0 replies.
- [GitHub] [lucenenet] Maxwellwr commented on issue #527: ArgumentNullException with BlendedInfixSuggester (v. 4.8.0-beta00014) - posted by GitBox <gi...@apache.org> on 2021/11/17 18:21:34 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #271: TokenStream.IncrementToken() is called after Dispose() is called - posted by GitBox <gi...@apache.org> on 2021/11/18 16:04:29 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #536: BUG: Modified all TermsEnum.MoveNext() methods to return a check for null rather than returning true - posted by GitBox <gi...@apache.org> on 2021/11/18 16:46:40 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #537: BUG: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase: Removed IndexOptions.NONE from the list of available options - posted by GitBox <gi...@apache.org> on 2021/11/18 17:13:02 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #538: PERFORMANCE: Lucene.Net.TestFramework.Search.CheckHits::CheckHitCollector(): Removed unnecessary call to Convert.ToInt32 and simplified collection initialization. - posted by GitBox <gi...@apache.org> on 2021/11/18 17:18:03 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #539: BUG: Lucene.Net.Grouping.Term.TermAllGroupHeadsCollector: Use NumericUtils.SingleToSortableInt32() to compare floating point numbers - posted by GitBox <gi...@apache.org> on 2021/11/18 17:25:25 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #540: BUG: Lucene.Net.Tests.Util.TestPriorityQueue: Fixed issues with comparers - posted by GitBox <gi...@apache.org> on 2021/11/18 17:30:55 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #541: BUG: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader::NextDoc(): Fixed assert that was throwing on BytesRef.Utf8ToString() - posted by GitBox <gi...@apache.org> on 2021/11/18 17:43:12 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #542: BUG: Lucene.Net.Util.Automation.MinimizationOperations::MinimizeHopcroft(): Fixed range in OpenBitSet.Clear() - posted by GitBox <gi...@apache.org> on 2021/11/18 17:50:47 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #543: BUG: Lucene.Net.Tests.QueryParser.Flexible.Standard.TestQPHelper: Use ParseExact to specify the date format - posted by GitBox <gi...@apache.org> on 2021/11/18 18:02:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #535: Added [SuppressCodecs] attribute where required for custom Lucene.NET tests - posted by GitBox <gi...@apache.org> on 2021/11/18 18:06:57 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #536: BUG: Modified all TermsEnum.MoveNext() methods to return a check for null rather than returning true - posted by GitBox <gi...@apache.org> on 2021/11/18 18:09:51 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #537: BUG: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase: Removed IndexOptions.NONE from the list of available options - posted by GitBox <gi...@apache.org> on 2021/11/18 18:10:44 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #538: PERFORMANCE: Lucene.Net.TestFramework.Search.CheckHits::CheckHitCollector(): Removed unnecessary call to Convert.ToInt32 and simplified collection initialization. - posted by GitBox <gi...@apache.org> on 2021/11/18 18:11:49 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #539: BUG: Lucene.Net.Grouping.Term.TermAllGroupHeadsCollector: Use NumericUtils.SingleToSortableInt32() to compare floating point numbers - posted by GitBox <gi...@apache.org> on 2021/11/18 18:12:53 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #540: BUG: Lucene.Net.Tests.Util.TestPriorityQueue: Fixed issues with comparers - posted by GitBox <gi...@apache.org> on 2021/11/18 18:14:34 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #541: BUG: Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader::NextDoc(): Fixed assert that was throwing on BytesRef.Utf8ToString() - posted by GitBox <gi...@apache.org> on 2021/11/18 18:37:31 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #542: BUG: Lucene.Net.Util.Automation.MinimizationOperations::MinimizeHopcroft(): Fixed range in OpenBitSet.Clear() - posted by GitBox <gi...@apache.org> on 2021/11/18 18:51:01 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #543: BUG: Lucene.Net.Tests.QueryParser.Flexible.Standard.TestQPHelper: Use ParseExact to specify the date format - posted by GitBox <gi...@apache.org> on 2021/11/18 18:52:04 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new issue #544: Failing Test: Lucene.Net.Index.TestIndexWriter.TestTwoThreadsInterruptDeadlock() - posted by GitBox <gi...@apache.org> on 2021/11/18 22:53:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new issue #545: Failing Test: Lucene.Net.Index.TestDuelingCodecs::TestEquals() - posted by GitBox <gi...@apache.org> on 2021/11/18 23:20:46 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new issue #546: Failing Test: Lucene.Net.Search.TestSimpleExplanations::TestDMQ8() - posted by GitBox <gi...@apache.org> on 2021/11/18 23:51:21 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #547: Lucene.Net.TestFramework: Fixed random seed functionality so it is repeatable (Fixes #288) - posted by GitBox <gi...@apache.org> on 2021/11/19 03:21:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #527: ArgumentNullException with BlendedInfixSuggester (v. 4.8.0-beta00014) - posted by GitBox <gi...@apache.org> on 2021/11/19 05:08:42 UTC, 0 replies.
- [GitHub] [lucenenet] Maxwellwr opened a new pull request #548: Patch for BlendedInfixSuggester to solve ArgumentNullException - posted by GitBox <gi...@apache.org> on 2021/11/19 15:17:08 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new issue #549: Failing Test: Lucene.Net.Search.Join.TestJoinUtil::TestMultiValueRandomJoin() - posted by GitBox <gi...@apache.org> on 2021/11/19 16:17:46 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #551: BUG: Lucene.Net.QueryParser.Flexible.Standard: Fixed calendar handling on .NET Core - posted by GitBox <gi...@apache.org> on 2021/11/22 00:26:03 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #552: BUG: Lucene.Net.Suggest.Jaspell.JaspellTernarySearchTree: Fixed random number generator so it produces random numbers - posted by GitBox <gi...@apache.org> on 2021/11/22 00:36:18 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #553: BUG: Lucene.Net.TestFramework.Util.TestUtil::RandomAnalysisString(): Fixed ArgumentOutOfRangeException - posted by GitBox <gi...@apache.org> on 2021/11/22 00:59:07 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #550: BUG: Use StringComparer.Ordinal for Sort() methods, where appropriate - posted by GitBox <gi...@apache.org> on 2021/11/22 05:58:39 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #552: BUG: Lucene.Net.Suggest.Jaspell.JaspellTernarySearchTree: Fixed random number generator so it produces random numbers - posted by GitBox <gi...@apache.org> on 2021/11/22 05:59:00 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #553: BUG: Lucene.Net.TestFramework.Util.TestUtil::RandomAnalysisString(): Fixed ArgumentOutOfRangeException - posted by GitBox <gi...@apache.org> on 2021/11/22 05:59:21 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #554: SWEEP: Made stateless comparers into singletons to reduce allocations - posted by GitBox <gi...@apache.org> on 2021/11/22 05:59:42 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #288: Fix Random Seed Functionality in TestFramework - posted by GitBox <gi...@apache.org> on 2021/11/22 22:52:35 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #547: Lucene.Net.TestFramework: Fixed random seed functionality so it is repeatable (Fixes #288) - posted by GitBox <gi...@apache.org> on 2021/11/22 22:52:46 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #548: Patch for BlendedInfixSuggester to solve ArgumentNullException - posted by GitBox <gi...@apache.org> on 2021/11/23 00:32:26 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #527: ArgumentNullException with BlendedInfixSuggester (v. 4.8.0-beta00014) - posted by GitBox <gi...@apache.org> on 2021/11/23 00:32:26 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #548: Patch for BlendedInfixSuggester to solve ArgumentNullException - posted by GitBox <gi...@apache.org> on 2021/11/23 00:32:39 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #555: Deprecated support for Thread.Interrupt() - posted by GitBox <gi...@apache.org> on 2021/11/23 04:41:08 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #555: Deprecated support for Thread.Interrupt() - posted by GitBox <gi...@apache.org> on 2021/11/23 04:41:52 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #526: Task: Change documentation about Thread.Interrupt() to indicate this is not safe to use with Lucene.NET - posted by GitBox <gi...@apache.org> on 2021/11/23 04:41:52 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #544: Failing Test: Lucene.Net.Index.TestIndexWriter::TestTwoThreadsInterruptDeadlock() - posted by GitBox <gi...@apache.org> on 2021/11/23 04:42:02 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new issue #556: API Documantation Build Issues - posted by GitBox <gi...@apache.org> on 2021/11/23 07:13:36 UTC, 0 replies.
- [GitHub] [lucenenet] Shazwazza commented on issue #556: API Documantation Build Issues - posted by GitBox <gi...@apache.org> on 2021/11/23 07:47:47 UTC, 1 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #556: API Documantation Build Issues - posted by GitBox <gi...@apache.org> on 2021/11/23 07:56:54 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #557: BUG: Lucene.Net.Search.DisjunctionMaxScorer: x86 floating point precision issue (fixes #546) - posted by GitBox <gi...@apache.org> on 2021/11/23 09:47:01 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #557: BUG: Lucene.Net.Search.DisjunctionMaxScorer: x86 floating point precision issue (fixes #546) - posted by GitBox <gi...@apache.org> on 2021/11/23 09:56:13 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #546: Failing Test: Lucene.Net.Search.TestSimpleExplanations::TestDMQ8() - posted by GitBox <gi...@apache.org> on 2021/11/23 09:56:13 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #558: BUG: Lucene.Net.Expressions.ScoreFunctionValues: Fixed x86 floating point issue - posted by GitBox <gi...@apache.org> on 2021/11/23 10:44:58 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #558: BUG: Lucene.Net.Expressions.ScoreFunctionValues: Fixed x86 floating point issue - posted by GitBox <gi...@apache.org> on 2021/11/23 10:51:17 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new issue #559: Failing Test: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest.TestContains() - posted by GitBox <gi...@apache.org> on 2021/11/23 11:11:07 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #560: Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains(): Added [AwaitsFix] attribute (see #559) - posted by GitBox <gi...@apache.org> on 2021/11/24 00:45:47 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #561: website: Updated `Lucene.Net.Codecs` DI documentation - posted by GitBox <gi...@apache.org> on 2021/11/24 01:37:49 UTC, 0 replies.
- [GitHub] [lucenenet] deiniolcarter opened a new issue #562: Intermittent Lucene.Net.Spatial Issue - posted by GitBox <gi...@apache.org> on 2021/11/25 16:38:39 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #562: Intermittent Lucene.Net.Spatial Issue - posted by GitBox <gi...@apache.org> on 2021/11/26 12:06:39 UTC, 0 replies.