Steven Hangger
Steven Hangger
Try this VS2017+ branch: https://github.com/LonghronShen/Scylla
VS2012+ ships with a Windows XP compatible toolset, e.g., v141_xp. So I forked to add support for those who want to use new Visual Studio version.
You're right, I forgot those who are still using Windows XP SP0,1,2. Since it is in year 2019 now, we have morden OS, morden building toolset, fantastic git tool, let's...
Good point. I mean, to what extent can we make a workaround solution. This may lead to some suggestions about refactoring the architecture of the DLR framework which allows us...
Thank you for your reply! Your library is excellent and simple in use, which impressed me very much yesterday. Since I'm developing a C++ project based on CMake building system,...
Still have some problems, the unit tests not all cleared. Lucene.Net 4.8 has changed a lot comparing to 3.03, so we need more tests. I'll send a PR to you,...
Wait, my netcore branch is whole new from your master branch, so PR failed. Let's make a new netcore branch in your repository? @JimLiu
OK, I'll create a new netcore branch, and make a PR. Currently what we need is writing more unit tests and see if the new Lucene.Net 4.8 is stable enough....
A .NET Core 2.0 port has been done and used internally for months, so I pushed my new **netcore2.0** branch. Another, let's see if we can contribute the repository to...
其实没有封死以前的数据加载方式,仔细看代码,在WordDictionary.LoadFromBinFile函数,他是在验证文件系统文件不存在时才会去走内嵌资源文件的。因此如果你有新的词库,直接按照约定路径或者手动设定选项放置即可优先加载。