RE: [Vote] Apache Lucene.Net 4.8.0-beta00003

2017-05-16 Thread Shad Storhaug
Oops, international date line mixup - the vote will close 18:00 UTC 19-May 2017 -Original Message- From: Todd Lucas [mailto:m...@toddlucas.net] Sent: Wednesday, May 17, 2017 2:32 AM To: dev@lucenenet.apache.org Subject: RE: [Vote] Apache Lucene.Net 4.8.0-beta3 +1 Updated and ran

RE: [Vote] Apache Lucene.Net 4.8.0-beta00003

2017-05-16 Thread Todd Lucas
+1 Updated and ran against the MyGet feed bits. -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Tuesday, May 16, 2017 11:30 AM To: dev@lucenenet.apache.org Subject: Re: [Vote] Apache Lucene.Net 4.8.0-beta3 +1 From:

RE: [Vote] Apache Lucene.Net 4.8.0-beta00003

2017-05-16 Thread Shad Storhaug
> What is required to get all green on dotnetcore ? There is an issue that only has been happening when the ThaiAnalyzer tests are called. An AccessViolationException is thrown from the icu.net library, indicating that it is writing to protected memory. Actually, I discovered when running

Re: [Vote] Apache Lucene.Net 4.8.0-beta00003

2017-05-16 Thread Laimonas Simutis
+1 On Tue, May 16, 2017 at 1:01 PM, Shad Storhaug wrote: > Third time's a charm. We've fixed the index corruption issue (that turns > out *only* happens when using x86 in combination with binary doc values) > which means indexes written under those conditions with prior

[GitHub] lucenenet pull request #207: API: Added ReferenceManager.AcquireContext()

2017-05-16 Thread NightOwl888
GitHub user NightOwl888 opened a pull request: https://github.com/apache/lucenenet/pull/207 API: Added ReferenceManager.AcquireContext() Opening this as a pull request so the team can discuss this approach vs the previous `ExecuteSearch` method (that was inadvertently removed from

[GitHub] lucenenet issue #206: API Doc site generator using DocFx script

2017-05-16 Thread NightOwl888
Github user NightOwl888 commented on the issue: https://github.com/apache/lucenenet/pull/206 @Shazwazza Thanks for this! > it's also possible to add markdown articles using docfx but I've removed these for now until we might want them. We definitely want

[GitHub] lucenenet issue #206: API Doc site generator using DocFx script

2017-05-16 Thread synhershko
Github user synhershko commented on the issue: https://github.com/apache/lucenenet/pull/206 This looks great, thanks for the initiative! @NightOwl888 I assume many files' code comments are still broken so we will gradually get them fixed so it looks better then @wwb

[GitHub] lucenenet pull request #206: API Doc site generator using DocFx script

2017-05-16 Thread Shazwazza
GitHub user Shazwazza opened a pull request: https://github.com/apache/lucenenet/pull/206 API Doc site generator using DocFx script I remember seeing on the mail list that getting API docs generated was still on the TODO list so here it is. This is a PR to build API documentation