SolrNet v0.4.0.b1 Release Notes

Release Date: 2011-12-04 // over 12 years ago
    • โฌ†๏ธ Upgraded to NHibernate 3.2.0
    • โž• Added support for MoreLikeThis handler
    • ๐Ÿ›  Fixed intermitent bug in NHibernate integration
    • ๐Ÿ’ฅ Breaking change: removed query result interfaces (ISolrQueryResults)
    • Friendlier highlighting results (issue #96)
    • โž• Added Terms component support (issue #122)
    • โž• Added Clustering component support (issue #121)
    • ๐Ÿ›  Fixed issue #159 : ignore LocalParams for facet date parameters
    • โž• Added option to disable quoting in SolrQueryByField
    • โž• Added ngroups for grouping
    • ๐Ÿ›  Fixed bug with fastVectorHighlighter
    • ๐Ÿ›  Fixed bug when using SolrNet in Application_Start in IIS 7+
    • โฌ†๏ธ Upgraded to Autofac 2.5.2
    • โž• Added support for multicore in Autofac module
    • Obsoleted Add(IEnumerable). Use AddRange() instead.