Lucene.Net.Analysis.Common Work

2016-08-24 Thread Shad Storhaug
ight end up changing the public API of CharArraySet. Other than that, I don't see any real issues that are holding up the release here. Thoughts? Shad Storhaug/NightOwl888

RE: Suggest

2016-09-02 Thread Shad Storhaug
the second option is the best one, let me know if that is your feeling as well. Thanks, Shad Storhaug/NightOwl888 -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Sunday, August 28, 2016 2:04 PM To: u

RE: Collation

2016-09-06 Thread Shad Storhaug
ion than setting a reference to a library so we have better control over how .NET core-compatible the code is and so we don't take on another dependency. Thanks, Shad Storhaug/NightOwl888 -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On B

Collation

2016-09-04 Thread Shad Storhaug
currently using that property. For now, I will quit working on Collation. Hopefully, you can use some of this to finish the implementation. Thanks, Shad Storhaug/NightOwl888 @NightOwl888<https://github.com/NightOwl888> I didnt see your message until just now. I was working on conver

RE: Remaining Work/Priorities

2016-10-05 Thread Shad Storhaug
e culture, in .NET I am pretty sure that we need to pass it as a parameter to another overload of `QueryParser.Parse` rather than making it a property of QueryParser. But we can deal with that in one step after you have finished porting. -- Shad Storhaug (NightOwl888) -Original Message-

Suggest

2016-08-27 Thread Shad Storhaug
Is anyone working on porting over Suggest? I'd like to take a crack at it. Thanks, Shad Storhaug/NightOwl888

RE: Suggest

2016-08-27 Thread Shad Storhaug
/Lucene.Net.Suggest :) -- Itamar Syn-Hershko http://code972.com | @synhershko <https://twitter.com/synhershko> Freelance Developer & Consultant Lucene.NET committer and PMC member On Sat, Aug 27, 2016 at 11:49 AM, Shad Storhaug <s...@shadstorhaug.com> wrote: > Is anyone working on portin

RE: Lucene.NET 4.8 demo

2016-11-09 Thread Shad Storhaug
in a demo. 5. Perhaps there should be some way to reset the index? I entered another organization to test my updates to the code and it added that organization's results to the original index, which I wasn't expecting. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: itam

RE: Removing LuceneVersion.LUCENE_48 from external API?

2016-11-09 Thread Shad Storhaug
providing overloads that don't have them so they are not required. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Thursday, November 10, 2016 10:27 AM To: dev@lucenenet.

RE: Removing LuceneVersion.LUCENE_48 from external API?

2016-11-09 Thread Shad Storhaug
rshko http://code972.com | @synhershko <https://twitter.com/synhershko> Freelance Developer & Consultant Lucene.NET committer and PMC member On Wed, Nov 9, 2016 at 11:07 PM, Shad Storhaug <s...@shadstorhaug.com> wrote: > Itamar, > > I think for those rare cases, w

RE: ICU4NET 64bit?

2016-11-11 Thread Shad Storhaug
in icu.net? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Connie Yau [mailto:conn...@microsoft.com] Sent: Friday, November 11, 2016 6:01 AM To: Itamar Syn-Hershko; dev@lucenenet.apache.org Subject: RE: ICU4NET 64bit? Hi, I apologise for the delayed response. In the .NET Core

RE: Compilation issues and gotchas

2016-11-10 Thread Shad Storhaug
, culture, and time zone, but once those issues are fixed we should have most of the bugs out, and can begin working on any cross-platform issues that remain. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com

RE: Remaining Work/Priorities

2016-10-22 Thread Shad Storhaug
ble Please clarify, are you working on QueryParser.Flexible, or not? If not, I would like to fix the context issues in the tests over there ASAP to eliminate the false negatives. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug Sent: Wednesday, October 12, 201

RE: [NuGet Gallery] Message for owners of the package 'Lucene.Net'

2016-10-23 Thread Shad Storhaug
might also want query Google about using ICU4NET in an IIS hosted application, or perhaps something more general about having a dependency with ICU4NET's particular architecture (not sure what that is, exactly). Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Sent: Sunday

RE: [NuGet Gallery] Message for owners of the package 'Lucene.Net'

2016-10-21 Thread Shad Storhaug
iling list dev-subscr...@lucenenet.apache.org, checkout the contributing section: https://github.com/apache/lucenenet/blob/master/CONTRIBUTING.md, and coordinate with a PMC member on the dev mailing list to state what you want to work on to avoid work duplication with other team members. Th

RE: Removing LuceneVersion.LUCENE_48 from external API?

2016-11-17 Thread Shad Storhaug
om/synhershko> Freelance Developer & Consultant Lucene.NET committer and PMC member On Thu, Nov 10, 2016 at 9:32 AM, Shad Storhaug <s...@shadstorhaug.com> wrote: > I realize that - we wouldn't want to make them optional anyway because > that would not be CLS compliant (

Build Tooling for Spatial4n

2016-11-17 Thread Shad Storhaug
to the feed so I can work with it (username nightowl888). If you are leaving it to me, I will just make you a feed owner - let me know. The plan is to make a pre-release of Spatial4n on NuGet so it will be ready for when we get the pre-release of Lucene.Net on NuGet. Thanks, Shad Storhaug

RE: ICU4NET 64bit?

2016-11-12 Thread Shad Storhaug
nality ported in icu-dotnet in order to make the library complete enough to fully support Lucene.Net. Thanks, Shad Storhaug (NightOwl888) P.S. After you submitted #191, the first thing I did was attempt to use icu-dotnet in a standalone project to test some of its features. However, I couldn't seem

RE: nuget.org and 4.8

2016-11-12 Thread Shad Storhaug
ioned he likes FAKE, care to elaborate on its feature set? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: Saturday, November 12, 2016 12:34 AM To: dev@lucenenet.apache.org Cc: Prescott Nasser Subject: Re: nuget.org and

RE: ICU4NET 64bit?

2016-11-03 Thread Shad Storhaug
the issues with auto-loading), that would be great. Thanks, Shad Storhaug (NightOwl888) From: Roethinger, Alexander [mailto:aroethin...@affili.net] Sent: Thursday, November 3, 2016 9:37 PM To: dev@lucenenet.apache.org Subject: ICU4NET 64bit? Dear Devs, can anyone point me to the source-code

RE: Remaining Work/Priorities

2016-10-11 Thread Shad Storhaug
g. Can someone look into that please? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug Sent: Wednesday, October 5, 2016 8:23 PM To: dev@lucenenet.apache.org Cc: Connie Yau; 'cri...@gmail.com' Subject: RE: Remaining Work/Priorities > Analysis.ICU (Depends on ICU4j) h

Re: Remaining Work/Priorities

2016-10-11 Thread Shad Storhaug
, which can often be a suitable replacement for an interface. Shad Storhaug (NightOwl888) Hey Shad, Sorry for not responding sooner. The last few weeks have been pretty crazy for me (vacation and now a production release at work) so I haven't had a chance to look into it further

RE: Remaining Work/Priorities

2016-10-12 Thread Shad Storhaug
ruction so the only reasonable way for the class to read it is to make it static. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Thursday, October 13, 2016 12:09

SPIClassIterator/NamedSPILoader Limitation Issue

2016-10-17 Thread Shad Storhaug
So, what would be the most logical default behavior for DefaultInstanceLoader? Is there an alternative way of ordering the assemblies and/or types that we should consider? Shad Storhaug (NightOwl888)

RE: All builds failing on TeamCity

2016-12-10 Thread Shad Storhaug
so when the latest version is available it will be needed by users. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Connie Yau [mailto:conn...@microsoft.com] Sent: Tuesday, December 6, 2016 1:30 AM To: dev@lucenenet.apache.org Subject: All builds failing on TeamCity Hi, I

RE: Remaining Work/Priorities

2016-12-15 Thread Shad Storhaug
engine that is (mysteriously) missing from the .NET framework. Thoughts? Ideas? Thanks, Shad Storhaug (NightOwl888) P. S. Itamar - can we get an update as to the status of the new website? -Original Message- From: Shad Storhaug Sent: Wednesday, October 12, 2016 2:10 AM To:

RE: Hanging TC Builds

2017-01-02 Thread Shad Storhaug
. - Lucene.Net.Analysis.Th.TestThaiAnalyzer.TestRandomHugeStrings - Lucene.Net.Index.TestByteSlices - Lucene.Net.Search.TestSearchAfter.TestQueries - Lucene.Net.Util.Fst.TestFSTs.TestRandomWords Thanks, Shad Storhaug (NightOwl888) -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com

RE: Bug in Lucene static initialization with multiple threads.

2017-03-21 Thread Shad Storhaug
l MoveNext() and one beats the other to read Current and reap in a race condition (it does this by throwing an exception in Java). I will attempt to get it working this way, but at least now we can settle for just passing instead of ideal behavior if we can't get it to work exactly this way. T

RE: Proposal: UnicodeUtils.ToCharArray implementation

2017-03-23 Thread Shad Storhaug
Array.Copy(chars, result, w); return result; } Anyway, if you think we need to adjust the threshold or if you have any other suggestions, let me know. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com]

RE: TestSearcherManager_Mem

2017-03-23 Thread Shad Storhaug
, still broken (sometimes). Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Thursday, March 23, 2017 8:25 PM To: Van Den Berghe, Vincent; dev@lucenenet.apache.org Cc: dev@lucenenet.apache.org Subject: RE

RE: TestAgainstBrzozowski weirdness

2017-03-23 Thread Shad Storhaug
Vincent, I put the GetHashCode() fix into both ValueList and ValueHashSet. You unwittingly reverted it back to its original Java state. Thanks, Shad Storhaug (NightOwl888) From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Thursday, March 23, 2017 9:57 PM To: dev

RE: API Work/Stabilization Update

2017-03-24 Thread Shad Storhaug
ty to work on it? Thanks, Shad Storhaug (NightOwl888) From: Shad Storhaug Sent: Tuesday, March 21, 2017 5:25 AM To: 'dev@lucenenet.apache.org' Subject: API Work/Stabilization Update I am getting very close to getting #203 merged. I wouldn't go so far as to say that the API is finished, bu

RE: API Work/Stabilization Update

2017-03-24 Thread Shad Storhaug
here are still tests in Analysis.Common that can cause it to crash. I haven't investigated if there is a setting in NUnit to increase the buffer size, which might be a better fix, but I could probably track down the rest of the tests that are causing this before the merge. Thanks, Shad S

RE: TestSearcherManager_Mem

2017-03-24 Thread Shad Storhaug
hose. WDYT? Shad -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Saturday, March 25, 2017 12:37 AM To: Shad Storhaug Cc: dev@lucenenet.apache.org Subject: RE: TestSearcherManager_Mem Hello Shad, I'd love to give you hope for Brzozowski

RE: TestSearcherManager_Mem

2017-03-24 Thread Shad Storhaug
BTW - someone wrote a several tests for EquatableList that are in the repo (in the support directory), but are not currently part of the project that we might be able to make use of. I think it is a carry-over from Lucene.Net 3.0.3. -Original Message- From: Shad Storhaug Sent: Saturday

RE: TestSearcherManager_Mem

2017-03-25 Thread Shad Storhaug
he problem, but it is definitely a suspect. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Saturday, March 25, 2017 2:34 AM To: Shad Storhaug Cc: dev@lucenenet.apache.org Subject: RE: TestSearcherManager_

RE: API Work/Stabilization Update

2017-03-25 Thread Shad Storhaug
e for .NET 4.5.1 already. So I think the aim is to eventually eliminate those .csproj files (and for that matter .nuspec files) and use strictly .json files for project configuration going forward. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Wyatt Barnett [mailto

RE: Recommended Highlighter for 4.8

2017-03-30 Thread Shad Storhaug
, but if none of those suits you there are some more unfinished tasks in the "known issues" here: http://apache.markmail.org/search/?q=from%3A%22Shad+Storhaug%22#query:from%3A%22Shad%20Storhaug%22+page:1+mid:s5imh7pkncfphszs+state:results Thanks, Shad Storhaug (NightOwl888) -Original Message

RE: Bug in Lucene static initialization with multiple threads.

2017-03-22 Thread Shad Storhaug
would always use using blocks in production code, but you have to take into consideration these tests were written by the insane. Even if you don't fix the test with using blocks, running the test again usually bypasses this message and gets you to another one. Thanks, Shad Storhaug (NightOwl888) --

RE: Bug in Lucene static initialization with multiple threads.

2017-03-23 Thread Shad Storhaug
the value of the wrapped ICollector. This is the only difference between the test that always passes and the one that randomly fails. So, either somebody is lying that they accept docs out of order (anybody who returns true is suspect), or the code that accepts the docs out of order is munged. Sha

RE: TestSearcherManager_Mem

2017-03-23 Thread Shad Storhaug
t or broke it more, but it is definitely behaving differently now. Now, let me see if I can bring your other changes into my universe...perhaps the new failure has something to do with the reset event. Thanks, Shad Storhaug (NightOwl888) From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@b

RE: Bug in Lucene static initialization with multiple threads.

2017-03-23 Thread Shad Storhaug
Vincent, You have me convinced that I would rather be working on version 4.9 so I wouldn't have to deal with it :). Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Thursday, March 23, 2017 8:00 PM To: Shad

RE: TestSearcherManager_Mem

2017-03-25 Thread Shad Storhaug
in the constructor of the RegExp class). Still investigating... Shad -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Saturday, March 25, 2017 1:59 PM To: Van Den Berghe, Vincent Cc: dev@lucenenet.apache.org Subject: RE: TestSearcherManager_Mem Vincent, I took a look

RE: TestSearcherManager_Mem

2017-03-24 Thread Shad Storhaug
the effort anyway (I have already spent several days chasing after that one). Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Friday, March 24, 2017 4:40 PM To: Shad Storhaug Cc: dev@lucenenet.ap

RE: Bug in Lucene static initialization with multiple threads.

2017-03-20 Thread Shad Storhaug
issues you are seeing. If you have any spare time, your help would be appreciated on these as well. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Tuesday, February 7, 2017 6:00 PM To: dev@lucenenet.

RE: Lucene.net file I/O inefficiency and a question

2017-03-20 Thread Shad Storhaug
lease keep sending the issues (or fixes) our way. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug Sent: Wednesday, February 1, 2017 11:23 AM To: 'vincent.vandenber...@bvdinfo.com' Cc: dev@lucenenet.apache.org Subject: RE: Lucene.net file I/O inefficiency and a quest

RE: Bug in Lucene static initialization with multiple threads.

2017-03-22 Thread Shad Storhaug
, I am going to keep poking at it to see if I can spot the cause(s), and would appreciate any (more) help you can provide. Thanks again, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Wednesday, March 22, 2

RE: API Work/Stabilization Update

2017-04-05 Thread Shad Storhaug
BTW – I created an account at TeamCity. NightOwl888 / s...@shadstorhaug.com<mailto:s...@shadstorhaug.com> From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: Wednesday, April 5, 2017 3:41 AM To: Shad Storhaug Cc: Connie Yau; dev@lucenenet.apache.org Subject: Re: API Work/Stabili

RE: API Work/Stabilization Update

2017-04-04 Thread Shad Storhaug
eters that you would otherwise have to set on runbuild.ps1 in order to run all of the tests for both .NET Framework and .NET Core Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Sunday, April 2, 2017 4:10 PM To: wyatt.barn.

RE: API Work/Stabilization Update

2017-04-10 Thread Shad Storhaug
package out to MyGet. Or set one of the builds up to fail the other if it fails. Any ideas? Thanks, Shad Storhaug (NightOwl888) From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: Tuesday, April 11, 2017 1:26 AM To: Shad Storhaug Cc: Connie Yau; dev@lucenenet.apache.org Subject: Re: API Work

RE: API Work/Stabilization Update

2017-04-10 Thread Shad Storhaug
:46 AM To: Shad Storhaug Cc: Connie Yau; dev@lucenenet.apache.org Subject: Re: API Work/Stabilization Update Sorry for the confusion. Having me take a stab at it sounds good, when would you be expecting turnaround? Totally agree on one true, consistent version stream. I would hit it slightly

RE: API Work/Stabilization Update

2017-03-31 Thread Shad Storhaug
Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Saturday, April 1, 2017 5:31 AM To: dev@lucenenet.apache.org Subject: RE: API Work/Stabilization Update Wyatt, Great. Yea, actually after I sent my last email I was starting to wonder if Connie ever tested the build on a box

RE: API Work/Stabilization Update

2017-03-31 Thread Shad Storhaug
lace with your branch to > > start slogging through getting the new build working. In the > > interests of full disclosure I'm working an event the last week and > > a half of April and will be completely out of pocket then. But I'm about > > otherwise. > >

RE: API Work/Stabilization Update

2017-03-31 Thread Shad Storhaug
lp getting them fixed so they are at least visible in Visual Studio intellisense. See the latest status on #203. And then of course we can use them to generate new documents. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent

RE: API Work/Stabilization Update

2017-03-31 Thread Shad Storhaug
://www.nuget.org/packages/Spatial4n.Core/ is on. NTS is not required by Lucene.Net, but it is required for anyone who needs to run the tests. -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Saturday, April 1, 2017 5:31 AM To: dev@lucenenet.apache.org Subject: RE

RE: API Work/Stabilization Update

2017-03-31 Thread Shad Storhaug
be running in release mode. They would not even run in debug if I recall correctly. Let me know how the switch works and I'll make sure I'm throwing it on the build server side. On Fri, Mar 31, 2017 at 6:56 PM Shad Storhaug <s...@shadstorhaug.com> wrote: > I don't necessarily need ownership

RE: API Work/Stabilization Update

2017-04-12 Thread Shad Storhaug
f we did it that way. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Wednesday, April 12, 2017 1:23 AM To: Wyatt Barnett Cc: Connie Yau; dev@lucenenet.apache.org Subject: RE: API Work/Stabilization Update It looks like there

RE: API Work/Stabilization Update

2017-04-06 Thread Shad Storhaug
having to set lots of different Boolean flags to tell it what to run and what not to. From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: Thursday, April 6, 2017 6:20 PM To: Shad Storhaug Cc: Connie Yau; dev@lucenenet.apache.org Subject: Re: API Work/Stabilization Update Hi Shad -- you now

RE: API Work/Stabilization Update

2017-04-06 Thread Shad Storhaug
: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: Friday, April 7, 2017 1:30 AM To: Shad Storhaug Cc: Connie Yau; dev@lucenenet.apache.org Subject: Re: API Work/Stabilization Update Good question Shad. I think I de-escaped things properly -- the powershell command it is running

JIRA Issue Tracker - Needs Updates

2017-04-06 Thread Shad Storhaug
to 4.8.0 - note that it is not "portable", though). I would be happy to do it if someone would give me access. Or, if there are any suggestions on other ways to categorize issues belonging to these sub-projects without creating so many individual components, I am open to ideas. Th

RE: API Work/Stabilization Update

2017-04-05 Thread Shad Storhaug
this (at least for .NET 4.5.1) and set it up using TeamCity tools? Thanks, Shad Storhaug (NightOwl888) -----Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Wednesday, April 5, 2017 1:10 PM To: Wyatt Barnett Cc: Connie Yau; dev@lucenenet.apache.org Subject: RE: API Work/S

RE: API Work/Stabilization Update

2017-04-05 Thread Shad Storhaug
up so tests can be run as separate steps. Thanks, Shad Storhaug (NightOwl888) -----Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Wednesday, April 5, 2017 8:42 PM To: Wyatt Barnett Cc: Connie Yau; dev@lucenenet.apache.org Subject: RE: API Work/Stabi

RE: JIRA Issue Tracker - Needs Updates

2017-04-06 Thread Shad Storhaug
Tracker - Needs Updates Wayne is typically my alter ego after the 10th cocktail. Did he show up? :) I updated in another thread but the build server permissions are taken care of. On Thu, Apr 6, 2017 at 6:11 AM Shad Storhaug <s...@shadstorhaug.com> wrote: > All I am saying is, it is YE

RE: JIRA Issue Tracker - Needs Updates

2017-04-06 Thread Shad Storhaug
server permissions are taken care of. On Thu, Apr 6, 2017 at 6:11 AM Shad Storhaug <s...@shadstorhaug.com> wrote: > All I am saying is, it is YET ANOTHER account people have to sign up for. > It seems like a lot of friction could be removed here for people who > want to help out.

RE: JIRA Issue Tracker - Needs Updates

2017-04-06 Thread Shad Storhaug
you please give me ownership to the https://www.nuget.org/packages/Spatial4n.Core.NTS/ feed, so I can upload the beta of Spatial4n.Core.NTS there? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf

RE: API Work/Stabilization Update

2017-04-18 Thread Shad Storhaug
version 2) pre-release 3) patch version, and I think this covers all of those cases. Thoughts? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Olivier Spinelli [mailto:olivier.spine...@invenietis.com] Sent: Tuesday, April 18, 2017 3:36 PM To: Shad Storhaug Subject: RE: API

RE: API Work/Stabilization Update

2017-04-16 Thread Shad Storhaug
Therefore, 4.8.0.999-beta2 would become 4.80.999-beta2. Thoughts? Alternatives? -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Thursday, April 13, 2017 12:44 AM To: Wyatt Barnett Cc: Connie Yau; dev@lucenenet.apache.org Subject: RE: API Work/Stabilization

RE: API Work/Stabilization Update

2017-04-17 Thread Shad Storhaug
just hope it isn't that confusing. But if you have any other ideas that don't lock us into "we're never gonna patch this because our version would no longer match Lucene", let me know. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Andy Pook [mailto:andy.p...@gmai

RE: JIRA Issue Tracker - Needs Updates

2017-04-23 Thread Shad Storhaug
cene-net-ci, so we won't be able to put them onto the same feed with the existing packages. The new TeamCity setup: https://teamcity.jetbrains.com/project.html?projectId=LuceneNet_PortableBuilds And the branch to be merged: https://github.com/apache/lucenenet/tree/api-work (changed the readme

RE: API Work/Stabilization Update

2017-04-05 Thread Shad Storhaug
NG: Could not find TestResult.xml. Testing [Lucene.Net.Tests.Analysis.Common] on [net451]... dotnet.exe test --configuration Release --framework net451 --no-build Project 'F:\Projects\lucenenet\src\Lucene.Net.Tests.Analysis.Common\project.json' does not support framework: net451 WARNING: Could not

RE: Bug in Lucene static initialization with multiple threads.

2017-03-21 Thread Shad Storhaug
be a big prize. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Tuesday, March 21, 2017 8:51 PM To: Shad Storhaug Cc: dev@lucenenet.apache.org Subject: RE: Bug in Lucene static initialization with multiple

RE: JIRA Issue Tracker - Needs Updates

2017-04-24 Thread Shad Storhaug
ersion. While I did that mainly to correlate the CI builds to a commit without tagging every build, it seems it would also come in handy if there is a delay between when the binary is generated and when the tag is applied to the repository. Thanks, Shad Storhaug (NightOwl888) -Original M

Benchmark Concurrency Bug

2017-07-31 Thread Shad Storhaug
the HTML Agility Pack instead: https://www.nuget.org/packages/HtmlAgilityPack. If the concurrency bug happens to have something to do with Sax.Net, feel free to replace it with the HTML Agility Pack. I would appreciate if you could have a look at this when you have a chance. Thanks, Shad Storhaug

RE: Benchmark Concurrency Bug

2017-07-31 Thread Shad Storhaug
[mailto:vincent.vandenber...@bvdinfo.com] Sent: Monday, July 31, 2017 8:07 PM To: Shad Storhaug Cc: dev@lucenenet.apache.org Subject: RE: Benchmark Concurrency Bug Hello Shad, There are 2 causes for the tests TestOneDocument/TestTwoDocuments never to terminate: Cause 1: the Parser.Run() method is never called

RE: Possible Issue with DoubleField

2017-08-10 Thread Shad Storhaug
-beta4? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Roethinger, Alexander [mailto:aroethin...@affili.net] Sent: Friday, August 11, 2017 5:32 AM To: dev@lucenenet.apache.org Subject: Possible Issue with DoubleField Dear Devs, I just updated my search application from

RE: New Website

2017-07-17 Thread Shad Storhaug
ly be a small site with a few pages, but it would be a cool feature if we had an interactive online demo of Lucene.Net in action, especially if we could put together a faceted search demo drilling down into data. Let's consider that a wish list item - a "could have", not a "must

RE: New Website

2017-07-17 Thread Shad Storhaug
erflow.com/questions/8962757/executing-a-cgi-script-via-javascript Hah - they also tried to do something with that green Lucene logo - but it really turned out bad: https://svn.apache.org/repos/asf/lucene.net/site/images/lucene_net_green_460.GIF Thanks, Shad Storhaug (NightOwl888) -Origin

RE: "Incubating" on GitHub

2017-07-11 Thread Shad Storhaug
be enough. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Monday, July 10, 2017 6:18 PM To: dev@lucenenet.apache.org Subject: Re: "Incubating" on GitHub On 2017-07-10, Shad Storhaug wrote: > 2. Can we

RE: Suggest

2017-07-07 Thread Shad Storhaug
and will be part of our next beta release. In the meantime if you need to use it, you can try it out from our CI feed: https://www.myget.org/gallery/lucene-net-ci Other than that, there is no more Chinese functionality available to port in Lucene 4.8.0. Thanks, Shad Storhaug (NightOwl888

"Incubating" on GitHub

2017-07-10 Thread Shad Storhaug
ings. These types of things likely give people pause about downloading the software and actually have given me pause about contributing in the first place, as I am sure it does with others. Thanks, Shad Storhaug (NightOwl888)

RE: New Website

2017-07-08 Thread Shad Storhaug
e willing to host the static site repository, and whether you want to go down the GitHub org path - assuming you're happy with the direction. Cheers, George From: Shad Storhaug <s...@shadstorhaug.com> Sent: 07 July 2017 23:32 To: dev@lucenenet.apache.

Debugging Help Requested

2017-07-06 Thread Shad Storhaug
eat(20)] attribute on them, they would fail more consistently. I also noticed that they always fail if MMapDirectory is made as the only option provided by the test framework. Anyway, I would really appreciate if you could have a look to see if you can work out what is going on. Thanks, Shad Storhaug (NightOwl888)

RE: Mailing List Documentation

2017-07-06 Thread Shad Storhaug
the progress on this PR https://github.com/apache/lucenenet/pull/206, which I think will solve our documentation issues. Just need to get a lot of people writing up samples on how to get started using Lucene and different features -Original Message- From: Shad Storhaug [mailto:s

RE: Mailing List Documentation

2017-07-07 Thread Shad Storhaug
for Lucene.Net is also essential to learning the basics before diving into the API docs. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: George Kinsman [mailto:geo...@georgekinsman.com] Sent: Friday, July 7, 2017 1:20 PM To: dev@lucenenet.apache.org Subject: Re: Mailing

RE: Debugging Help Requested

2017-07-12 Thread Shad Storhaug
will need to adjust the first part of the command-line commands to "lucene-cli.exe" (or whatever you put in the assembly name box of project properties) rather than "dotnet lucene-cli.dll" in that case. Thanks, Shad Storhaug (NightOwl888) From: Van Den Berghe, Vincent [mailt

RE: A request

2017-07-13 Thread Shad Storhaug
it doesn't seem practical to force every subclass to provide a constructor if they don't actually need it to populate a variable that is not even used. Would you like to submit a PR for the change? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Bergh

RE: Debugging Help Requested

2017-07-15 Thread Shad Storhaug
first learned by reading Pragmatic Version Control Using Git (https://pragprog.com/book/tsgit/pragmatic-version-control-using-git), in which the first 130 pages covers about everything you need to know (and StackOverflow is very helpful for the rest). More on your other reply coming up... Than

RE: Debugging Help Requested

2017-07-15 Thread Shad Storhaug
production one, so there is no way for the build to support both the production and temporary ones simultaneously (or at least I haven't figured it out yet). From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Saturday, July 15, 2017 4:33 PM To: Shad Storhaug Cc: dev@luc

RE: "Incubating" on GitHub

2017-07-15 Thread Shad Storhaug
Prescott, Any news on this? GitHub still says "incubating". It feels like we should be hatching chickens. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Monday, July 10, 2017 5:36 PM To: dev@lucenenet.

RE: TestSearcherManager_Mem

2017-07-18 Thread Shad Storhaug
here we can use: https://svn.apache.org/repos/asf/lucene.net/tags/Lucene.Net_3_0_3_RC2_final. Or, if not at least we can point fingers and laugh. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent

RE: Problem with Lucene.Net.Analysis.Common 4.8 beta

2017-07-18 Thread Shad Storhaug
Roj, Please use the official 4.8.0-beta4 packages on NuGet. https://www.nuget.org/packages?q=Tag%3Alucene.net+Author%3A%22The+Apache+Software+Foundation%22 That old MyGet CI feed unfortunately was inconsistently updated with some of the newer components and is now broken. Thanks, Shad

RE: Debugging Help Requested

2017-07-18 Thread Shad Storhaug
sure the correct exception is thrown when all of the retry attempts fail. This happens so rarely, that maybe this is the right fix. Thoughts? Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Saturday, July 15, 2017 8:28 PM

RE: New Website

2017-07-16 Thread Shad Storhaug
che.org/core/ (although there needs to be some fact checking against lucene 4.8.0 on each of these points) 11. It's no longer 2016 :) (well, maybe it is in Australia). Thanks, Shad Storhaug (NightOwl888) -Original Message- From: George Kinsman [mailto:geo...@georgekinsman.com] Sent: Sunday, July 1

RE: New Website

2017-07-18 Thread Shad Storhaug
.zip) Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Shad Storhaug [mailto:s...@shadstorhaug.com] Sent: Tuesday, July 18, 2017 2:53 AM To: George Kinsman Cc: dev@lucenenet.apache.org Subject: RE: New Website George, FYI - I found the source code for the old website

RE: Debugging Help Requested

2017-07-20 Thread Shad Storhaug
rifyServer and LockStressTest, is there anything here we need to change? https://github.com/NightOwl888/lucenenet/blob/master/src/tools/lucene-cli/docs/lock/index.md Thanks, Shad Storhaug (NightOwl888) From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Thursday, July

RE: Debugging Help Requested

2017-07-20 Thread Shad Storhaug
nks, Shad Storhaug (NightOwl888) From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Thursday, July 20, 2017 3:19 PM To: Shad Storhaug Cc: dev@lucenenet.apache.org Subject: RE: Debugging Help Requested Hello Shad, Bow before me, for I am the master of protocol violations. I a

RE: An alternative NativeFSLockFactory

2017-07-21 Thread Shad Storhaug
features that we support (it may be out of date a little), which we can hopefully add back in for .NET Standard 2.0. Thanks, Shad Storhaug (NightOwl888) -Original Message- From: Van Den Berghe, Vincent [mailto:vincent.vandenber...@bvdinfo.com] Sent: Friday, July 21, 2017 10:02

RE: The curse of TestSearcherManager_Mem()

2017-07-27 Thread Shad Storhaug
e Once you have had your fill of alcohol, I hope you can help out with some of the effort (such as finding an alternate solution than using stack traces for testing so we can remove the Debuggable attribute). Your help is much appreciated. Thanks, Shad Storhaug (NightOwl888) From: Van

MyGet CI Feed

2017-07-19 Thread Shad Storhaug
uot;. Maarten assures me that none of the URLs or API keys will change by doing this, and you will still be able to manage the feed and who can access it. The only difference is that the space it takes up will no longer count against your MyGet account. Thanks, Shad Storhaug (NightOwl888)

Mailing List Documentation

2017-07-06 Thread Shad Storhaug
ne.net/docs/3.0.3/Index.html (with the new version number), or somewhere else? Thanks, Shad Storhaug (NightOwl888)

  1   2   3   4   5   6   7   >