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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|