What is the latest version of Lucene.net?

强颜欢笑 提交于 2019-12-08 02:14:19

问题


From where do I download the latest version of Lucene.net dll? I am right now using 2.0.0.4 version but its MultiFieldQueryParser's constructor does not accept boost values.


回答1:


Here! Looks like v2.0-004 is the latest version though.




回答2:


2.0.0.4 is the latest package that they have available. However, if you don't mind building from the source, 2.3.1 is the latest stable that they have in the trunk. You can just pull down something like TortoiseSVN and pull it from the repository.

I built it with no issues at all.



来源:https://stackoverflow.com/questions/554608/what-is-the-latest-version-of-lucene-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!