SolrNet v0.3.0 Release Notes

Release Date: 2010-12-05 // over 13 years ago
    • ๐Ÿ’ฅ Breaking change: field collapsing changed completely.
    • ๐Ÿ’ฅ Breaking change: removed ServerURL and Version properties from ISolrConnection.
    • ๐Ÿ’ฅ Breaking change: changed Highlighting and MoreLikeThis result classes. Indices are now string instead of T.
    • ๐Ÿ’ฅ Breaking change: all chainable methods on ISolrOperations et al now return ResponseHeader instead of 'this'.
    • ๐Ÿ’ฅ Breaking change: removed NoUniqueKeyException. Now IReadOnlyMappingManager.GetUniqueKey() returns null if there is no unique key.
    • โž• Added mapping validation
    • โฌ†๏ธ Upgraded to Windsor 2.1.1
    • โž• Added StructureMap integration
    • ๐Ÿ›  Fixed culture-related bug in highlighting parameters
    • ๐Ÿ›  Fixed culture-related bug in range query
    • โž• Added MaxSegments and ExpungeDeletes parameters to commit/optimize
    • ๐Ÿ’ฅ Breaking change: renamed WaitOptions to CommitOptions
    • ๐Ÿ’ฅ Breaking change: fixed field boosting, was of type int, now is float
    • โž• Added field index-time boosting (issue #98)
    • ๐Ÿ’ฅ Breaking change: removed obsolete exceptions: BadMappingException, CollectionTypeNotSupportedException, FieldNotFoundException
    • โž• Added support for delete by id+query in the same request (issue #50)
    • ๐Ÿ›  Fixed issue #95 : Highlights didn't support several snippets in results
    • ๐Ÿ›  Fixed performance issue with SolrMultipleCriteriaQuery (issue #94)
    • ๐Ÿ’ฅ Breaking change: removed ISolrDocument interface
    • โž• Added support for loose mapping (issue #53)
    • ๐Ÿ‘Œ Improved multi-core configuration in Windsor facility (issue #70)
    • โž• Added Rollback command (issue #51)
    • โž• Added HTTP-level caching (issue #75)
    • โž• Added operator - for queries
    • โž• Added support for LocalParams (issue #62)