Hi folks,
I just re-released build 003 of Lucene.Net 1.9.1 and build 007 of Lucene.Net
1.9, both as "final".
Here are the change sets for both of those releases:
- Fix: Lucene.Net.Index.TermBuffer.CompareTo() -- don't cast to
System.Object
- Fix: renamed Ldf function to Idf
- Fix: Lucene.Net.Documents.Document.Fields() -- changed from
returning an IEnumerator to IEnumerable
- Fix: Lucene.Net.Search.TermQuery.Clone() -- removed this unused
method
- Fix: Lucene.Net.Search.RangeQuery.Clone() -- removed this unused
method
- Fix: Lucene.Net.Search.PrefixQuery.Clone() -- removed this unused
method
- Fix: Lucene.Net.Search.PhraseQuery.Clone() -- removed this unused
method
- Fix: Lucene.Net.Search.PhrasePrefixQuery.Clone() -- removed this
unused method
- Fix: Lucene.Net.Search.MultiPhraseQuery.Clone() -- removed this
unused method
- Fix: Lucene.Net.Search.MatchAllDocsQuery.Clone() -- removed this
unused method
You can grab the source for 1.9 or 1.9.1 off SVN or get them as ZIP off the
download site: http://incubator.apache.org/lucene.net/download/.
The ZIP files are called: Lucene.Net-1.9.1-003-11Oct06.src.zip and
Lucene.Net-1.9.final-007-11Oct06.src.zip
Best regards,
-- George Aroush