Github user Shazwazza commented on the issue:
https://github.com/apache/lucenenet/pull/206
I've just run the script to do the docs conversions and can see the output.
I'll make some tweaks to that since the overview.md file's need a special yaml
type header to explicitly set their 'uid' and it will need to strip out some of
the extra html markup but that should be pretty easy to do. But it's good to
see that it only modified about 2 dozen files which were the ones i manually
added the uid's for so it's pretty close to being automated.
To confirm which Lucene branch to use when running this script, I've
checked out the latest commit to the branch: `branch_4x`
(https://github.com/apache/lucene-solr/tree/branch_4x), is that the correct
place that we've been porting over from or should i be working from a specific
revision?
I'll re-investigate the namespace thing, i'm sure there's a way to do this
one way or another.
---