Messages by Thread
-
-
Re: [PR] Remove a repetion from the quick-start index.md page [lucenenet]
via GitHub
-
[I] Prism is now commercial software [lucenenet]
via GitHub
-
[GitHub] [lucenenet] tomwolfgang opened a new pull request, #871: Update tutorial.md
via GitHub
-
[GitHub] [lucenenet] tomwolfgang opened a new pull request, #870: Update introduction.md
via GitHub
-
Mailing list threading improvements
Christofer Dutz
-
[GitHub] [lucenenet] gkatoch opened a new issue, #869: Wildcards does not work with query string containing Hyphen
via GitHub
-
[GitHub] [lucenenet] NightOwl888 closed pull request #868: Use expression instead of file for NuGet license
via GitHub
-
[GitHub] [lucenenet] NightOwl888 commented on pull request #868: Use expression instead of file for NuGet license
via GitHub
-
[GitHub] [lucenenet] nikcio opened a new pull request, #867: ci: Update action versions
via GitHub
-
[GitHub] [lucenenet] nikcio opened a new pull request, #866: ci: Cache nuget packages (Github actions)
via GitHub
-
[GitHub] [lucenenet] nikcio commented on issue #793: When will the 4.8.0 version be released?
via GitHub
-
[GitHub] [lucenenet] sbiaudet opened a new pull request, #864: [backport] GITHUB-11838 Add api to allow concurrent query rewrite
via GitHub
-
Final Reminder: Community Over Code call for presentations closing soon
Rich Bowen
-
TAC Applications for Community Over Code North America and Asia now open
Gavin McDonald
-
[GitHub] [lucenenet] cucoreanu opened a new pull request, #863: Fix two typos in quick-start introduction.md
via GitHub
-
[GitHub] [lucenenet] ahmadmdabit opened a new issue, #861: I have an issue in the x86 version of application
via GitHub
-
[GitHub] [lucenenet] jeme commented on issue #860: Lucene.NET Does Not find the word "on"?
via GitHub
-
[GitHub] [lucenenet] andreaCosm opened a new issue, #859: EdgeNGramFilter: .NET seems to be missing PreserveOriginal
via GitHub
-
Call for Presentations, Community Over Code Asia 2023
Rich Bowen
-
[GitHub] [lucenenet] gkatoch opened a new issue, #858: Question: How can I add a filter for Flag enums correctly in a search query
via GitHub
-
[GitHub] [lucenenet] laimis commented on issue #851: Add .NET Core support for Lucene.Net.Analysis.OpenNLP
via GitHub
-
[GitHub] [lucenenet] laimis closed issue #851: Add .NET Core support for Lucene.Net.Analysis.OpenNLP
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #857: Add NuGet Caching to GitHub Actions
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #856: Add NuGet Caching to Azure Pipelines Build
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #855: Lucene.Net.Store (BaseDirectory + BaseDirectoryWrapper): Fixed XML comments so they don't produce warnings
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #854: SWEEP: Lucene.Net.Store: Fixed several Dispose() methods so they are safe to be called multiple times
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #853: BUG: Lucene.Net.Documents.DateTools: Convert DateTimeKind.Unspecified dates to UTC, otherwise they can produce ArgumentOutOfRangeException
via GitHub
-
[GitHub] [lucenenet] NightOwl888 commented on issue #851: Add .NET Core support for Lucene.Net.Analysis.OpenNLP
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #852: Upgrade Lucene.Net.Analysis.OpenNLP to target .net core 6, in addition to .net framework
via GitHub
-
Call for Presentations, Community Over Code 2023
Rich Bowen
-
[GitHub] [lucenenet] suchoss opened a new issue, #850: It seems that escaped query characters are not treated as escaped when calling queryParser.Parse()
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #849: Suppress virtual method call from the constructor warning for AddCategory call
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #848: Analyzing infix suggester virtual method fix
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #847: Use factory class to instantiate index writer config and index writer in DirectoryTaxonomyWriter
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #846: Task: Investigate failing QueryParser Flexible tests (TestNumericQueryParser.cs)
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #845: BUG: TestIndexWriterOnJRECrash: Removed using block
via GitHub
-
[GitHub] [lucenenet] Almas1997 commented on issue #262: Lucene & Memory Mapped Files
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #844: BUG: Lucene.Net.Util.RandomizedContext: Create a separate instance of Randomizer() for each thread
via GitHub
-
[GitHub] [lucenenet] laimis opened a new issue, #843: Random property used by the tests needs to return new instance of "Randomness generator" per thread
via GitHub
-
[GitHub] [lucenenet] reza1370programmer opened a new issue, #842: for some reasons lucene create duplicate data while searching
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #841: NRTCachingDirectory doesn't allow double dispose calls
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #840: Revert "Remove unnecessary index writer getting opened"
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #839: AnalyzingInfixSuggesterTest.TestRandomNRT() failure
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #838: Fix slow test: use different sleep method if resolution is low
via GitHub
-
[REPORT] LUCENE.NET - April, 2023
Shad Storhaug
-
[GitHub] [lucenenet] laimis opened a new pull request, #837: IndexSearcher fix for virtual calls from constructor
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #836: Task: Investigate slow tests in Lucene.Net.Facet
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #835: Virtual method call from the constructor fixes for ElementType
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #834: add suppress and comment on using constructors
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #833: Add suppress attributes and comment on using constructors for QueryParserTokenManager
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #832: SWEEP: Add string overloads to eliminate unnecessary allocations of FileInfo and DirectoryInfo objects
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #831: ComposedQuery fix for virtual call being made from constructor
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #830: SrndTruncQuery fix for virtual call being made from constructor
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #829: Adjust QueryTemplateManager to allow subclasses avoid calling virtual methods from the constructors
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #828: Workaround for virtual call issue for WithinPrefixTreeFilter
via GitHub
-
[GitHub] [lucenenet] eladmarg closed pull request #774: reuse heap for priority queue
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new issue, #827: System properties specified as environment variables throw unhelpful ArgumentException
via GitHub
-
[GitHub] [lucenenet] NightOwl888 opened a new pull request, #826: BREAKING: Introducing ValuePriorityQueue<T>
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #825: Remove unnecessary index writer getting opened
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #824: add ignore attributes
via GitHub
-
[GitHub] [lucenenet] laimis opened a new pull request, #823: Supress sonar cloud virtual method from constructor call error
via GitHub