What is the latest version of Lucene.net?
问题 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