Github user Shazwazza commented on the issue:
https://github.com/apache/lucenenet/pull/206
Just FYI I've pushed a bunch of new commits. The docs are looking fairly
good now, have fixed up a bunch of xref's and put back in the main page link
list, however some of the sections are not completed which I've just marked
(you'll see when you build it). One problem however is the `TestFramework`
because all of the classes in there are not in a TestFramework namespace and
instead they overlap with other namespaces in different packages which confuses
the docs. It will build with it in but when navigating the docs you might end
up randomly under the TestFramework. To fix this we would probably need to
change the namespace of the classes in the TestFramework project to be
something like `Lucene.Net.TestFramework.*` ... I'm happy to do this if that's
ok to do!
---