CodeConnect/SourceBrowser

WorkspaceModel Bug on LuceneNet project

JoshVarty opened this issue · 1 comments

For some reason the hierarchy seems to have gotten flattened. The top level should be /src

http://sourcebrowser.io/Browse/apache/lucenenet/

It's due to the presence of multiple .sln files and the fact that they're located at different points in the hierachy.

https://github.com/apache/lucenenet/Lucene.Net.sln
https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.Codecs/Lucene.Net.Codecs.sln

I've got a couple solutions in mind that I'll try out.