SolrNet v0.4.0.a1 Release Notes

Release Date: 2011-06-19 // almost 13 years ago
    • โฌ†๏ธ Upgraded to StructureMap 2.6.2
    • โž• Added mixed exclusive/inclusive range queries (for Solr 4.0) (issue #142)
    • ๐Ÿ’ฅ Breaking change for IReadOnlyMappingManager implementors: it now indexes fields by name to speed up lookup
    • โž• Added Solr 4.0 grouping (issue #127)
    • โž• Added Solr 4.0 pivot faceting (issue #128)
    • ๐Ÿ›  Fixed support for nullable enum properties
    • โž• Added Unity integration
    • ๐Ÿ’ฅ Breaking change: SolrQueryByField now quotes '*' and '?'
    • โฌ†๏ธ Upgraded to Windsor 2.5.3
    • โฌ†๏ธ Upgraded to Ninject 2.2.1.0
    • Fluent: added index-time document boosting
    • โฑ Fluent: added easier way to set Solr URL and timeout
    • โž• Added SolrQueryByDistance
    • โฌ†๏ธ Upgraded to NHibernate 3.1.0
    • โž• Added support for ExtractingRequestHandler (issue #79)
    • โž• Added Rollback (missing in ISolrOperations)
    • โž• Added CommitWithin and Overwrite parameters for document add (issue #85)
    • โฌ†๏ธ Upgraded to .NET 3.5
    • ๐Ÿšš Minor breaking change: removed SolrConnection constructor with IHttpWebRequestFactory parameter. Made IHttpWebRequestFactory a property.
    • โž• Added Autofac integration module (issue #85)