GitBox |
[GitHub] [lucenenet] parikshitphukan17 opened a new 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? |
Tue, 01 Sep, 10:57 |
GitBox |
[GitHub] [lucenenet] eladmarg 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? |
Tue, 01 Sep, 11:46 |
GitBox |
[GitHub] [lucenenet] jeme 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? |
Tue, 01 Sep, 18:05 |
GitBox |
[GitHub] [lucenenet] jeme edited a comment 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? |
Tue, 01 Sep, 18:06 |
GitBox |
[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? |
Wed, 02 Sep, 08:45 |
GitBox |
[GitHub] [lucenenet] parikshitphukan17 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? |
Wed, 02 Sep, 10:10 |
GitBox |
[GitHub] [lucenenet] parikshitphukan17 edited a comment 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? |
Wed, 02 Sep, 10:12 |
GitBox |
[GitHub] [lucenenet] jeme 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? |
Mon, 07 Sep, 08:59 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #334: Lucene.Net.Search.FieldCacheDocIdSet: Added constructor with predicate |
Mon, 07 Sep, 14:59 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #335: DocumentsWriterThreadPool upgrade to 4.8.1 (fixes TestRollbackAndCommitWithThreads() test) |
Mon, 07 Sep, 15:06 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #335: DocumentsWriterThreadPool upgrade to 4.8.1 (fixes TestRollbackAndCommitWithThreads() test) |
Mon, 07 Sep, 15:06 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #334: Lucene.Net.Search.FieldCacheDocIdSet: Added constructor with predicate |
Mon, 07 Sep, 15:06 |
Shad Storhaug |
[REPORT] Lucene.NET - September, 2020 |
Wed, 09 Sep, 18:34 |
GitBox |
[GitHub] [lucenenet] ondister opened a new issue #336: Method not found: 'System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile |
Thu, 10 Sep, 07:30 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #336: Method not found: 'System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile |
Thu, 10 Sep, 13:29 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #337: Converted conditional compilation constants to features rather than frameworks |
Mon, 14 Sep, 01:51 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #337: Converted conditional compilation constants to features rather than frameworks |
Mon, 14 Sep, 01:53 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #338: Fixes 4 failing tests in .NET Framework/x86 |
Mon, 14 Sep, 02:34 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #338: Fixes 4 failing tests in .NET Framework/x86 |
Mon, 14 Sep, 02:37 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #339: Fixed several references to J2N.BitConversion |
Mon, 14 Sep, 04:46 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #339: Fixed several references to J2N.BitConversion |
Mon, 14 Sep, 04:55 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #340: BREAKING: Changed CaptializationFilter default culture to invariant to match Lucene |
Mon, 14 Sep, 05:31 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #340: BREAKING: Changed CaptializationFilter default culture to invariant to match Lucene |
Mon, 14 Sep, 05:32 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #341: Converted several Java-style iterator classes to .NET enumerators |
Tue, 15 Sep, 14:14 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #329: Fixes #323 - Allow .NET Framework users to upgrade Microsoft.Extensions.Configuration without requiring an IConfigurationFactory |
Tue, 15 Sep, 14:15 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #323: Method 'get_Providers' in type 'Lucene.Net.Configuration.ConfigurationRoot' does not have an implementation. |
Tue, 15 Sep, 14:15 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #286: Build warning since v4.8.0-beta00008 |
Tue, 15 Sep, 14:16 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #330: Lucene.Net.CodeAnalysis: Separated CSharp and VisualBasic providers (fixes #286) |
Tue, 15 Sep, 14:16 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #341: Converted several Java-style iterator classes to .NET enumerators |
Tue, 15 Sep, 14:19 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #279: Convert Java Iterator classes to implement IEnumerable<T> |
Tue, 15 Sep, 14:19 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed pull request #212: LUCENENET-469 - enumerables |
Tue, 15 Sep, 14:21 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on pull request #212: LUCENENET-469 - enumerables |
Tue, 15 Sep, 14:21 |
GitBox |
[GitHub] [lucenenet] clambertus opened a new issue #279: Convert Java Iterator classes to implement IEnumerable<T> |
Tue, 15 Sep, 14:36 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #279: Convert Java Iterator classes to implement IEnumerable<T> |
Tue, 15 Sep, 14:36 |
Shad Storhaug |
[VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Wed, 16 Sep, 07:31 |
GitBox |
[GitHub] [lucenenet] jeme commented on issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 09:01 |
GitBox |
[GitHub] [lucenenet] jeme edited a comment on issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 09:03 |
GitBox |
[GitHub] [lucenenet] jeme edited a comment on issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 09:11 |
GitBox |
[GitHub] [lucenenet] jeme edited a comment on issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 09:16 |
GitBox |
[GitHub] [lucenenet] jeme edited a comment on issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 10:31 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 12:58 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #297: Investigate Performance of Math Functions in .NET Standard 2.1+ |
Wed, 16 Sep, 12:58 |
GitBox |
[GitHub] [lucenenet] thedugas commented on issue #296: IndexOutOfRangeException when searching |
Wed, 16 Sep, 14:34 |
GitBox |
[GitHub] [lucenenet] thedugas edited a comment on issue #296: IndexOutOfRangeException when searching |
Wed, 16 Sep, 20:50 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #296: IndexOutOfRangeException when searching |
Wed, 16 Sep, 23:49 |
Shad Storhaug |
Re: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Thu, 17 Sep, 05:24 |
Elad Margalit |
Re: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Thu, 17 Sep, 05:30 |
Shannon Deminick |
Re: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Thu, 17 Sep, 05:52 |
Michael Condillac |
Re: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Fri, 18 Sep, 03:51 |
Prescott Nasser |
RE: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Fri, 18 Sep, 04:44 |
Simon Svensson |
Re: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Fri, 18 Sep, 06:58 |
Laimonas Simutis |
Re: [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Fri, 18 Sep, 11:11 |
Shad Storhaug |
[RESULT] [VOTE] Apache Lucene.NET 4.8.0-beta00012 |
Sat, 19 Sep, 07:47 |
GitBox |
[GitHub] [lucenenet] NightOwl888 opened a new pull request #342: 4.8.0-beta00012 release updates |
Sat, 19 Sep, 16:05 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #342: 4.8.0-beta00012 release updates |
Sat, 19 Sep, 16:14 |
GitBox |
[GitHub] [lucenenet] LunarExplorer commented on issue #296: IndexOutOfRangeException when searching |
Sat, 19 Sep, 20:28 |
GitBox |
[GitHub] [lucenenet] LunarExplorer removed a comment on issue #296: IndexOutOfRangeException when searching |
Sat, 19 Sep, 21:18 |
Shad Storhaug |
[ANNOUNCE] Apache Lucene.NET 4.8.0-beta00012 Released |
Sun, 20 Sep, 11:45 |
GitBox |
[GitHub] [lucenenet] TheBeardedLlama commented on issue #343: Unwanted files being added to projects |
Sun, 20 Sep, 20:45 |
GitBox |
[GitHub] [lucenenet] nazjunaid commented on issue #343: Unwanted files being added to projects |
Sun, 20 Sep, 20:54 |
GitBox |
[GitHub] [lucenenet] TheBeardedLlama commented on issue #343: Unwanted files being added to projects |
Sun, 20 Sep, 21:06 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #343: Unwanted files being added to projects |
Mon, 21 Sep, 14:09 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #343: Unwanted files being added to projects |
Mon, 21 Sep, 14:09 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #336: Method not found: 'System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile |
Mon, 21 Sep, 14:34 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #336: Method not found: 'System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile |
Mon, 21 Sep, 14:34 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #248: Missing BufferedChecksum |
Mon, 21 Sep, 14:37 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #248: Missing BufferedChecksum |
Mon, 21 Sep, 14:37 |
GitBox |
[GitHub] [lucenenet] thedugas commented on issue #296: IndexOutOfRangeException when searching |
Mon, 21 Sep, 18:46 |
GitBox |
[GitHub] [lucenenet] thedugas edited a comment on issue #296: IndexOutOfRangeException when searching |
Mon, 21 Sep, 18:47 |
GitBox |
[GitHub] [lucenenet] thedugas edited a comment on issue #296: IndexOutOfRangeException when searching |
Mon, 21 Sep, 19:23 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #343: Unwanted files being added to projects |
Tue, 22 Sep, 03:03 |
GitBox |
[GitHub] [lucenenet] TheBeardedLlama commented on issue #343: Unwanted files being added to projects |
Tue, 22 Sep, 03:15 |
GitBox |
[GitHub] [lucenenet] nazjunaid opened a new issue #343: Unwanted files being added to projects |
Tue, 22 Sep, 03:18 |
GitBox |
[GitHub] [lucenenet] nazjunaid commented on issue #343: Unwanted files being added to projects |
Tue, 22 Sep, 03:20 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #336: Method not found: 'System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile |
Tue, 22 Sep, 03:23 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #343: Unwanted files being added to projects |
Tue, 22 Sep, 03:23 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #248: Missing BufferedChecksum |
Tue, 22 Sep, 03:27 |
GitBox |
[GitHub] [lucenenet] thedugas commented on issue #296: IndexOutOfRangeException when searching |
Tue, 22 Sep, 03:33 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #248: Missing BufferedChecksum |
Tue, 22 Sep, 03:34 |
GitBox |
[GitHub] [lucenenet] theolivenbaum opened a new pull request #344: remove unnecessary dictionary lookup in FieldCacheImpl |
Tue, 22 Sep, 03:38 |
GitBox |
[GitHub] [lucenenet] NightOwl888 closed issue #336: Method not found: 'System.IO.MemoryMappedFiles.MemoryMappedFile System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile |
Tue, 22 Sep, 03:40 |
GitBox |
[GitHub] [lucenenet] thedugas edited a comment on issue #296: IndexOutOfRangeException when searching |
Tue, 22 Sep, 03:46 |
GitBox |
[GitHub] [lucenenet] NightOwl888 merged pull request #344: remove unnecessary dictionary lookup in FieldCacheImpl |
Tue, 22 Sep, 06:00 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on pull request #344: remove unnecessary dictionary lookup in FieldCacheImpl |
Tue, 22 Sep, 07:34 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on pull request #344: remove unnecessary dictionary lookup in FieldCacheImpl |
Tue, 22 Sep, 08:35 |
GitBox |
[GitHub] [lucenenet] eladmarg commented on pull request #345: Reduce casting |
Tue, 22 Sep, 13:30 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on issue #346: Remove Debugging.AssertsEnabled |
Tue, 22 Sep, 14:34 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on issue #346: Remove Debugging.AssertsEnabled |
Tue, 22 Sep, 14:37 |
GitBox |
[GitHub] [lucenenet] eladmarg commented on issue #346: Remove Debugging.AssertsEnabled |
Tue, 22 Sep, 14:46 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on pull request #345: Reduce casting |
Tue, 22 Sep, 14:47 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on issue #346: Remove Debugging.AssertsEnabled |
Tue, 22 Sep, 15:01 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on issue #346: Remove Debugging.AssertsEnabled |
Tue, 22 Sep, 15:03 |
GitBox |
[GitHub] [lucenenet] NightOwl888 edited a comment on issue #346: Remove Debugging.AssertsEnabled |
Tue, 22 Sep, 15:04 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on pull request #345: Reduce casting |
Tue, 22 Sep, 15:55 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on pull request #345: Reduce casting |
Tue, 22 Sep, 16:32 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on pull request #345: Reduce casting |
Tue, 22 Sep, 16:47 |
GitBox |
[GitHub] [lucenenet] theolivenbaum commented on pull request #345: Reduce casting |
Tue, 22 Sep, 16:58 |
GitBox |
[GitHub] [lucenenet] eladmarg commented on pull request #345: Reduce casting |
Tue, 22 Sep, 17:33 |
GitBox |
[GitHub] [lucenenet] NightOwl888 commented on pull request #345: Reduce casting |
Tue, 22 Sep, 17:35 |
GitBox |
[GitHub] [lucenenet] jeme commented on pull request #345: Reduce casting |
Tue, 22 Sep, 17:52 |