You are viewing a plain text version of this content. The canonical link for it is here.
- [I] Scarce Documentation for OpenNLP Integration [lucenenet] - posted by "GAInTheHouse (via GitHub)" <gi...@apache.org> on 2024/01/08 21:32:15 UTC, 7 replies.
- Re: [I] NLP Support (OpenNLP) [lucenenet] - posted by "paulirwin (via GitHub)" <gi...@apache.org> on 2024/01/10 23:31:41 UTC, 0 replies.
- Re: [I] Review tests for Lucene.Net assembly [lucenenet] - posted by "paulirwin (via GitHub)" <gi...@apache.org> on 2024/01/11 15:16:09 UTC, 5 replies.
- Re: [PR] Upgrade Lucene.Net.Analysis.OpenNLP to target .net core 6, in addition to .net framework [lucenenet] - posted by "GAInTheHouse (via GitHub)" <gi...@apache.org> on 2024/01/11 19:25:53 UTC, 3 replies.
- [PR] .build/dependencies.props: Upgraded TimeZoneConverter to 6.1.0. [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/12 07:24:20 UTC, 1 replies.
- [PR] Added net6.0 target to Lucene.Net.Analysis.OpenNLP and changed to using MavenReference [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/13 14:03:51 UTC, 2 replies.
- [I] Add a link and info about the Lucene.NET Slack channel [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/13 15:27:49 UTC, 5 replies.
- Re: [I] The type initializer for "Lucene.Net.Diagnostics.Debugging" threw an exception [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/14 01:48:48 UTC, 0 replies.
- [I] Investigate Failing Test: Lucene.Net.Index.TestIndexWriterOnJRECrash::TestNRTThreads_Mem() [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/14 02:18:50 UTC, 0 replies.
- [PR] Lucene.Net.Index.TestIndexWriterOnJRECrash::TestNRTThreads_Mem(): Added [AwaitsFix] attribute because this test fails intermittently [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/14 02:28:00 UTC, 1 replies.
- [I] Investigate Failing Test: Lucene.Net.Analysis.Miscellaneous.TestStemmerOverrideFilter::TestRandomRealisticWhiteSpace() [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/14 03:39:43 UTC, 2 replies.
- Personal feedback to the projects recent activity - posted by Christofer Dutz <cd...@apache.org> on 2024/01/16 08:04:49 UTC, 5 replies.
- [PR] Tests: Review T-Z Tests, #259 [lucenenet] - posted by "paulirwin (via GitHub)" <gi...@apache.org> on 2024/01/18 17:23:09 UTC, 27 replies.
- Re: [I] Make assertions into a 1st class feature in the test framework [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 08:23:47 UTC, 0 replies.
- [I] Task: Finish [SuppressTempFileChecks] attribute functionality [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 08:35:17 UTC, 0 replies.
- [PR] PERFORMANCE: Lucene.Net.Analysis.TokenAttributes.CharTermAttribute: Optimized char copying on Append() and Subsequence() [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 10:40:44 UTC, 1 replies.
- [PR] PERFORMANCE: Lucene.Net.Facet.Taxonomy.WriterCache.CharBlockArray: Compare equality and calculate hash code without allocating [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 13:40:13 UTC, 1 replies.
- [PR] Lucene.Net.Facet.Taxonomy.WriterCache.CharBlockArray: Implemented IAppendable to align with Lucene. [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 14:50:04 UTC, 1 replies.
- Re: [I] Creating QueryParserTokenManager writes to standard output [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 18:45:02 UTC, 6 replies.
- Re: [I] Random Query Parser Error [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 18:54:14 UTC, 1 replies.
- Re: [PR] BREAKING: Indexing Sequence Number [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 19:42:38 UTC, 1 replies.
- Re: [PR] [backport] GITHUB-11838 Add api to allow concurrent query rewrite [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/19 19:56:24 UTC, 1 replies.
- [PR] BUG: Lucene.Net.QueryParsers.Classic.QueryParserTokenManager: Removed initialization code that caused writing a BOM to standard out upon creation. Fixes #792. [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 04:35:36 UTC, 1 replies.
- [PR] TestTargetFramework.props: Added documentation about how the TargetFramework specified in tests maps to a TargetFramework that is under test [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 05:03:00 UTC, 1 replies.
- [PR] CI: .github/workflows/sonar.yml: Upgraded JDK to 21 (latest LTS) because SonarCloud no longer supports JDK 11. Fixes #883. [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 05:54:05 UTC, 1 replies.
- Re: [I] ci: Upgrade SonarCloud to Java 17 [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 05:54:55 UTC, 0 replies.
- [PR] Updated vulnerable dependencies System.Security.Cryptography and SharpZipLib [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 07:31:28 UTC, 1 replies.
- Re: [I] Wrong parsing of terms in quotes [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 08:32:02 UTC, 1 replies.
- Re: [I] Does lucene.net support near-real-time segment replication [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 08:38:41 UTC, 1 replies.
- [PR] BUG: Lucene.Net.Analysis.Miscellaneous.TestStemmerOverrideFilter::TestRandomRealisticWhiteSpace(): Fixed rare random test failure [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/20 13:59:23 UTC, 1 replies.
- Re: [I] System properties specified as environment variables throw unhelpful ArgumentException [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/22 08:11:15 UTC, 0 replies.
- Re: [I] ci: Ensure SonarCloud is not triggered on website or documentation updates [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/22 08:12:39 UTC, 0 replies.
- [I] Failure when parsing phrases [lucenenet] - posted by "jooooel (via GitHub)" <gi...@apache.org> on 2024/01/24 18:34:45 UTC, 5 replies.
- [PR] Solved issue #893 [lucenenet] - posted by "jaivardhan-bhola (via GitHub)" <gi...@apache.org> on 2024/01/30 06:57:48 UTC, 0 replies.
- Re: [PR] Added the slack channel to the contributing page of the website (Fixes #893) [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/30 09:09:19 UTC, 3 replies.
- [PR] Add missing namespaces [lucenenet] - posted by "kant2002 (via GitHub)" <gi...@apache.org> on 2024/01/30 13:18:42 UTC, 0 replies.
- Re: [PR] website: Added missing namespaces to tutorial [lucenenet] - posted by "NightOwl888 (via GitHub)" <gi...@apache.org> on 2024/01/30 13:29:43 UTC, 0 replies.
- [I] Alternative for SetNextReader to return all strings [lucenenet] - posted by "mowali (via GitHub)" <gi...@apache.org> on 2024/01/30 17:20:00 UTC, 0 replies.