Shad Storhaug

Results 300 comments of Shad Storhaug

We are working on 4.8.0-beta00016 at present and will likely be releasing it within the next couple of weeks. - Since we have completed #288 (at least to the point...

> any substantial way I guess this is the crux of the misunderstanding. We don't need a few companies to put in _tons_ of time or funding, we need **_many_**...

> There is no one to one file map between the repos. There file and folder structures structures. Perhaps if this repo were reorganized then tools like win merge would...

@hamzashoukat94 Actually, it was @vvdb that [first reported this](https://lists.apache.org/thread/dwnk27cjppjc12pnwq4w4jlzg08rqlrr) on the [dev mailing list](https://lucenenet.apache.org/contributing/mailing-lists.html#developers-dev). He was instrumental in helping to bridge the gap on many components in the Lucene.Net.Store namespace,...

Thanks for putting this together. I suspect the reason you are not seeing an improvement between versions is because you are using a `RAMDirectory`, which bypasses the codecs and some...

I have rebased against the master branch so this is up to date again. I also rearranged the project so all of the NuGet versions are defined in `BuildConfigurations.cs`. I...

The Lucene [test framework](https://www.nuget.org/packages/Lucene.Net.TestFramework) is unique in that it is a component that is meant for use by end users as well as our own tests. I did some research,...

@eladmarg This sounds like a good question to either post on [StackOverflow](https://stackoverflow.com/questions/tagged/lucene.net) (including the `lucene` tag) or to the [Lucene team](https://lucene.apache.org/core/discussion.html), as it doesn't sound like this is a technology...

This was partially addressed in #341. However, there are still a few iterators to convert, if sensible. 1. `DocIdBitSetIterator` and all subclasses 2. `CharacterIterator` 3. `BreakIterator` and all subclasses

Time zone support has been added in #551 and #580 which has been included since 4.8.0-beta00016. It isn't clear from your question whether you are using [`DateTools`](https://lucenenet.apache.org/docs/4.8.0-beta00016/api/core/Lucene.Net.Documents.DateTools.html) to make the...