Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseldredge committed Apr 8, 2013
1 parent 7369277 commit 5ba8f88
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions source/Lucene.Net.Linq/Lucene.Net.Linq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,23 @@
Execute LINQ queries on Lucene.Net complete with object to Document mapping.
</description>
<releaseNotes>

Current Release
===============

## Current Release

* Enable analyzing and retrieving term vectors using [Field(TermVector = TermVectorMode.Yes)] and TermFreqVectorDocumentMapper
* Enable Field level boosting while indexing using [Field(Boost = 5)]

## 3.1.46

* Open new IndexWriter after ISession.Commit fails and calls Rollback on current IndexWriter
* Convert objects and keys to documents and queries before writing to IndexWriter

3.1.45
======

* Automatically creates Analyzer using metadata attributes like [Field(Analyzer=typeof(StandardAnalyzer)].
* Store different object types in single index.
* Prevent documents with null values on key properties from being stored.
* Enable sorting on types implementing IComparable&lt;T&gt; but not non-generic IComparable.
* Allow client to provide custom IDocumentMapper&lt;T&gt; implementations.

## 3.1.45

* Automatically creates Analyzer using metadata attributes like [Field(Analyzer=typeof(StandardAnalyzer)]
* Store different object types in single index
* Prevent documents with null values on key properties from being stored
* Enable sorting on types implementing IComparable&lt;T&gt; but not non-generic IComparable
* Allow client to provide custom IDocumentMapper&lt;T&gt; implementations
</releaseNotes>
<dependencies>
<dependency id="Remotion.Linq" version="[1.13.183, 2.0)" />
Expand Down

0 comments on commit 5ba8f88

Please sign in to comment.