You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [lucenenet] jeme commented on issue #382: Replicator doesn't work - posted by GitBox <gi...@apache.org> on 2020/11/03 13:39:43 UTC, 0 replies.
- [GitHub] [lucenenet] mypolat commented on issue #382: Replicator doesn't work - posted by GitBox <gi...@apache.org> on 2020/11/03 13:42:11 UTC, 0 replies.
- [GitHub] [lucenenet] jeme edited a comment on issue #382: Replicator doesn't work - posted by GitBox <gi...@apache.org> on 2020/11/03 14:17:16 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #383: Fix for Delegate-based Asserts - posted by GitBox <gi...@apache.org> on 2020/11/03 21:17:40 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #346: Remove Debugging.AssertsEnabled - posted by GitBox <gi...@apache.org> on 2020/11/03 21:24:18 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #383: Fix for Delegate-based Asserts - posted by GitBox <gi...@apache.org> on 2020/11/03 21:24:18 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed pull request #373: Remove delegate based debugging assert - posted by GitBox <gi...@apache.org> on 2020/11/03 21:24:18 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed pull request #372: Change Debugging.Assert usage to not allocate due to lambda capture - posted by GitBox <gi...@apache.org> on 2020/11/03 21:24:18 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #384: Fix for IndexOptions.CompareTo() Boxing (Closes #375, Closes #376) - posted by GitBox <gi...@apache.org> on 2020/11/03 22:55:57 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #375: Unnecessary boxing of IndexOptions enum - posted by GitBox <gi...@apache.org> on 2020/11/03 22:56:17 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed pull request #376: Add extension method to avoid boxing IndexOptions, closes #375 - posted by GitBox <gi...@apache.org> on 2020/11/03 22:56:17 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #384: Fix for IndexOptions.CompareTo() Boxing (Closes #375, Closes #376) - posted by GitBox <gi...@apache.org> on 2020/11/03 22:56:17 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #376: Add extension method to avoid boxing IndexOptions, closes #375 - posted by GitBox <gi...@apache.org> on 2020/11/03 22:58:02 UTC, 1 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #371: Add new interface to NumericDocValues to close #370 - posted by GitBox <gi...@apache.org> on 2020/11/04 03:41:52 UTC, 2 replies.
- [GitHub] [lucenenet] Semirk0 opened a new pull request #385: Adding overloads to Document for GetValues and Get - posted by GitBox <gi...@apache.org> on 2020/11/04 11:38:49 UTC, 0 replies.
- [GitHub] [lucenenet] AntonOttoW commented on issue #296: IndexOutOfRangeException when searching - posted by GitBox <gi...@apache.org> on 2020/11/04 18:47:55 UTC, 0 replies.
- [GitHub] [lucenenet] AntonOttoW edited a comment on issue #296: IndexOutOfRangeException when searching - posted by GitBox <gi...@apache.org> on 2020/11/04 18:53:37 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #386: Fixes #296 - Remove Equals() from Lucene.Net.Util.Automaton.State - posted by GitBox <gi...@apache.org> on 2020/11/05 03:58:17 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #386: Fixes #296 - Remove Equals() from Lucene.Net.Util.Automaton.State - posted by GitBox <gi...@apache.org> on 2020/11/05 03:58:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #296: IndexOutOfRangeException when searching - posted by GitBox <gi...@apache.org> on 2020/11/05 03:58:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #296: IndexOutOfRangeException when searching - posted by GitBox <gi...@apache.org> on 2020/11/05 04:08:58 UTC, 1 replies.
- [GitHub] [lucenenet] mypolat closed issue #382: Replicator doesn't work - posted by GitBox <gi...@apache.org> on 2020/11/05 08:24:20 UTC, 0 replies.
- [GitHub] [lucenenet] TheBeardedLlama commented on issue #306: Make assertions into a 1st class feature in the test framework - posted by GitBox <gi...@apache.org> on 2020/11/05 09:40:59 UTC, 0 replies.
- [GitHub] [lucenenet] rclabo commented on pull request #386: Fixes #296 - Remove Equals() from Lucene.Net.Util.Automaton.State - posted by GitBox <gi...@apache.org> on 2020/11/05 13:44:25 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #306: Make assertions into a 1st class feature in the test framework - posted by GitBox <gi...@apache.org> on 2020/11/05 14:22:13 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #386: Fixes #296 - Remove Equals() from Lucene.Net.Util.Automaton.State - posted by GitBox <gi...@apache.org> on 2020/11/05 14:53:27 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on a change in pull request #385: Adding overloads to Document for GetValues and Get - posted by GitBox <gi...@apache.org> on 2020/11/05 16:47:16 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #333: Why is there a drastic difference in search time between lucenenet in c# and lucene in java while the other statistics are roughly comparable? - posted by GitBox <gi...@apache.org> on 2020/11/05 17:22:44 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #333: Why is there a drastic difference in search time between lucenenet in c# and lucene in java while the other statistics are roughly comparable? - posted by GitBox <gi...@apache.org> on 2020/11/05 17:22:44 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #319: NRE on spatial search - posted by GitBox <gi...@apache.org> on 2020/11/07 09:17:30 UTC, 0 replies.
- [GitHub] [lucenenet] eladmarg commented on issue #319: NRE on spatial search - posted by GitBox <gi...@apache.org> on 2020/11/07 10:29:03 UTC, 0 replies.
- [GitHub] [lucenenet] theolivenbaum commented on pull request #371: Add new interface to NumericDocValues to close #370 - posted by GitBox <gi...@apache.org> on 2020/11/09 16:26:41 UTC, 1 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #387: Fixes several code quality issues (Code Analysis) - posted by GitBox <gi...@apache.org> on 2020/11/10 15:30:26 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #388: Downgraded minimum required Microsoft.Extensions.Configuration version to 2.0.0 - posted by GitBox <gi...@apache.org> on 2020/11/10 15:40:39 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #387: Fixes several code quality issues (Code Analysis) - posted by GitBox <gi...@apache.org> on 2020/11/10 15:47:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #388: Downgraded minimum required Microsoft.Extensions.Configuration version to 2.0.0 - posted by GitBox <gi...@apache.org> on 2020/11/10 15:48:53 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #389: Revert FieldCacheImpl delegate capture (Fixes #370, Closes #371) - posted by GitBox <gi...@apache.org> on 2020/11/10 21:15:03 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #390: Adds tests for .NET 5 / C# 9.0 support - posted by GitBox <gi...@apache.org> on 2020/11/12 09:18:25 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #389: Revert FieldCacheImpl delegate capture (Fixes #370, Closes #371) - posted by GitBox <gi...@apache.org> on 2020/11/12 09:20:02 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #390: Adds tests for .NET 5 / C# 9.0 support - posted by GitBox <gi...@apache.org> on 2020/11/12 09:20:45 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed pull request #371: Add new interface to NumericDocValues to close #370 - posted by GitBox <gi...@apache.org> on 2020/11/12 09:21:59 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #370: Reduce allocations from FieldCache - posted by GitBox <gi...@apache.org> on 2020/11/12 09:22:20 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #370: Reduce allocations from FieldCache - posted by GitBox <gi...@apache.org> on 2020/11/12 09:22:21 UTC, 0 replies.
- [VOTE] Apache Lucene.NET 4.8.0-beta00013 - posted by Shad Storhaug <sh...@shadstorhaug.com> on 2020/11/13 11:57:07 UTC, 7 replies.
- [RESULT] [VOTE] Apache Lucene.NET 4.8.0-beta00013 - posted by Shad Storhaug <sh...@shadstorhaug.com> on 2020/11/16 12:28:35 UTC, 0 replies.
- [GitHub] [lucenenet] Shazwazza commented on issue #380: Docs: docs.ps1 Build Script Failure - posted by GitBox <gi...@apache.org> on 2020/11/17 21:55:51 UTC, 1 replies.
- [GitHub] [lucenenet] Shazwazza opened a new pull request #391: Website updates (from oct 2020) - posted by GitBox <gi...@apache.org> on 2020/11/18 05:06:49 UTC, 0 replies.
- [GitHub] [lucenenet] Semirk0 commented on pull request #385: Adding overloads to Document for GetValues and Get - posted by GitBox <gi...@apache.org> on 2020/11/18 14:17:17 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #385: Adding overloads to Document for GetValues and Get - posted by GitBox <gi...@apache.org> on 2020/11/18 19:31:09 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #391: Website updates (from oct 2020) - posted by GitBox <gi...@apache.org> on 2020/11/18 20:47:20 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #391: Website updates (from oct 2020) - posted by GitBox <gi...@apache.org> on 2020/11/18 20:47:41 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 closed issue #380: Docs: docs.ps1 Build Script Failure - posted by GitBox <gi...@apache.org> on 2020/11/18 20:48:01 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #392: Enabled GitHub Actions to Run Tests on Pull Request - posted by GitBox <gi...@apache.org> on 2020/11/21 09:06:33 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #392: Enabled GitHub Actions to Run Tests on Pull Request - posted by GitBox <gi...@apache.org> on 2020/11/21 09:06:53 UTC, 0 replies.
- [GitHub] [lucenenet] LordMike opened a new pull request #393: Make docs readable - posted by GitBox <gi...@apache.org> on 2020/11/23 22:00:13 UTC, 0 replies.
- [GitHub] [lucenenet] Xebast opened a new issue #394: Lucene.Net Nugget (4.8.0-beta00013) does not compile under Visual 2017 - Lucene.Net.CodeAnalysis.Lucene1000_TokenStreamOrItsIncrementTokenMethodMustBeSealedCSAnalyzer - posted by GitBox <gi...@apache.org> on 2020/11/24 15:41:39 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #394: Lucene.Net Nugget (4.8.0-beta00013) does not compile under Visual 2017 - Lucene.Net.CodeAnalysis.Lucene1000_TokenStreamOrItsIncrementTokenMethodMustBeSealedCSAnalyzer - posted by GitBox <gi...@apache.org> on 2020/11/24 18:39:36 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 opened a new pull request #395: Azure DevOps Pipeline Optimizations and Improvements - posted by GitBox <gi...@apache.org> on 2020/11/24 19:39:01 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on pull request #393: Make Highlighter docs readable - posted by GitBox <gi...@apache.org> on 2020/11/24 20:11:20 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 merged pull request #395: Azure DevOps Pipeline Optimizations and Improvements - posted by GitBox <gi...@apache.org> on 2020/11/24 21:22:35 UTC, 0 replies.
- [GitHub] [lucenenet] LordMike closed pull request #393: Make Highlighter docs readable - posted by GitBox <gi...@apache.org> on 2020/11/24 21:22:55 UTC, 0 replies.
- [GitHub] [lucenenet] LordMike commented on pull request #393: Make Highlighter docs readable - posted by GitBox <gi...@apache.org> on 2020/11/24 21:22:55 UTC, 0 replies.
- [GitHub] [lucenenet] Shazwazza opened a new issue #396: Idea on how to handle manually editing the docs files while keeping the automated conversion - posted by GitBox <gi...@apache.org> on 2020/11/25 04:50:45 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #396: Idea on how to handle manually editing the docs files while keeping the automated conversion - posted by GitBox <gi...@apache.org> on 2020/11/25 14:04:48 UTC, 2 replies.
- [GitHub] [lucenenet] NightOwl888 commented on issue #290: Docs - automate the website updates when publishing new docs - posted by GitBox <gi...@apache.org> on 2020/11/25 16:18:16 UTC, 0 replies.
- [GitHub] [lucenenet] NightOwl888 edited a comment on issue #290: Docs - automate the website updates when publishing new docs - posted by GitBox <gi...@apache.org> on 2020/11/25 16:23:57 UTC, 0 replies.
- [GitHub] [lucenenet] Xebast commented on issue #394: Lucene.Net NuGet (4.8.0-beta00013) does not compile under Visual 2017 - Lucene.Net.CodeAnalysis.Lucene1000_TokenStreamOrItsIncrementTokenMethodMustBeSealedCSAnalyzer - posted by GitBox <gi...@apache.org> on 2020/11/25 16:30:23 UTC, 0 replies.
- [GitHub] [lucenenet] Shazwazza commented on issue #396: Idea on how to handle manually editing the docs files while keeping the automated conversion - posted by GitBox <gi...@apache.org> on 2020/11/26 02:42:12 UTC, 0 replies.