Shad Storhaug

Results 94 issues of Shad Storhaug

Building the documentation isn't going as smoothly as it used to. I ended up having to manually patch up the `Lucene.Net.Codecs` namespace page and the changes link, and had to...

docs

On both our main website and the API docs site, we should change the theme of the code highlighter. There are 2 issues we hope to solve: * Make the...

Project Infrastructure
up-for-grabs
docs
good-first-issue
is:enhancement
pri:normal

## Deliverables for this task - [ ] Update demo documentation and code snippets to show the ".NET way" of running demos - [src\Lucene.Net.Demo\overview.md](https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.Demo/overview.md) - [ ] Determine the best...

Project Infrastructure
up-for-grabs
docs
is:enhancement
pri:high

I don't know if this is an issue or a discussion yet, but it seems logical to document this somewhere in case we make it to release with gaps in...

dependency
pri:low

In Java, overridden methods in subclasses can return a different type than the base class. Therefore, it is common in Java to declare the `clone()` method with the subclass type...

performance
design
pri:normal

In [this test scenario](https://github.com/apache/lucenenet/blob/ae13dc4dfe0b8a2d305b9f8f860ac0849a16ac80/src/Lucene.Net.Tests.Facet/Taxonomy/Directory/TestDirectoryTaxonomyReader.cs#L298-L302), an alternate `IndexWriter` is being setup to be returned from the `OpenIndexWriter` method. However, since the constructor of the class calls `OpenIndexWriter` there is an issue...

is:bug
design
pri:high

We recently discovered that the assertions provided by NUnit do not provide any support for primitive types and in those cases will default to `object` which causes boxing/unboxing when doing...

up-for-grabs
design
is:enhancement
pri:normal

The benchmarks project was designed to be able to load user-defined projects to run. In Java, this could be done with a single string to identify the types to load,...

up-for-grabs
investigation
lucene-cli
is:enhancement
pri:normal

We completed the "System Properties" feature in #254/#287, but we are lacking documentation on how end users can utilize it, in particular for the test framework. Here are a list...

docs
design
pri:normal

As mentioned in #72, MvcSiteMapProvider can automatically pick up the authorization settings from FluentSecurity if it inherits AuthorizeAttribute. Per [this post](http://weblogs.asp.net/rashid/archive/2009/09/06/asp-net-mvc-and-authorization-and-monkey-patching.aspx), there are many built-in types in the MVC framework...