All Versions
37
Latest Version
Avg Release Cycle
39 days
Latest Release
-

Changelog History
Page 4

  • v0.3.1 Changes

    March 31, 2011
    • ๐Ÿ›  Fixed issue #139 : fixed parsing of decimals with exponential notation
    • ๐Ÿ›  Fixed SolrQueryInList with empty strings
    • ๐Ÿ›  Fixed facet.missing=true
    • โž• Added support for nullable Guid properties
    • ๐Ÿ›  Fixed date faceting for Solr 3.x by ignoring 'start' element
    • ๐Ÿ›  Fixed issue #135 : NRE with facet.missing=true
    • ๐Ÿ›  Fixed issue #130 : null in range queries translated to *
    • ๐Ÿ›  Fixed issue #133 : ignore LocalParams for facet field parameters
  • v0.3.0 Changes

    December 05, 2010
    • ๐Ÿ’ฅ 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)
  • v0.2.3 Changes

    December 29, 2009
    • ๐Ÿ›  Fixed minor date parsing bug
    • โž• Added support for field collapsing
    • โž• Added support for date-faceting (issue #7)
    • โฌ†๏ธ Upgraded to Ninject trunk
    • โฌ†๏ธ Upgraded sample app's Solr to nightly
    • โž• Added StatsComponent support (issue #67)
    • โž• Added index-time document boosting (issue #65)
    • โž• Added query-time document boosting (issue #57)
    • ๐Ÿ›  Bugfix: response parsing was not fully culture-independent (issue #61)
    • All exceptions are now serializable
    • ๐Ÿ›  Fixed potential timeout issue
    • NHibernate integration
    • ๐Ÿ›  Fixed Not() query operator returning wrong type
  • v0.2.2 Changes

    May 07, 2009
    • ๐Ÿ›  Bugfix: semicolons are now correctly escaped in queries.
    • ๐Ÿ›  Bugfix: invalid xml characters (control chars) are now correctly filtered.
    • Deleting a list (IEnumerable) of documents now uses a single request (requires unique key and Solr 1.3+)
    • โž• Added support for arbitrary parameters, using the QueryOptions.ExtraParams dictionary.
    • โž• Added per-field facet parameters.
    • ๐Ÿ’ฅ Breaking change: as a consequence of the previous change, facet queries and other facet parameters were moved to FacetParameters.
    • โž• Added a couple of fluenty QueryOptions building methods.
    • โž• Added dictionary mapping support.
    • โฌ†๏ธ Upgraded Windsor facility to use Windsor 2.0
    • ๐Ÿ”€ Merged all SolrNet assemblies (SolrNet, SolrNet.DSL, the Castle facility, the Ninject module and the internal HttpWebAdapters).
    • ๐Ÿ“ฆ Windsor and Ninject are not packaged anymore.
  • v0.2.1 Changes

    February 25, 2009
    • โž• Added support for Spell checking
    • โž• Added support for More like this
    • โž• Added explicit support for random sorting
    • โž• Added "has any value" query
    • ๐Ÿ— Fluent interface for query building
  • v0.2.0 Changes

    February 18, 2009
    • Major rewrite
    • ๐Ÿ—„ Deprecated ISolrDocument interface
    • โฌ‡๏ธ Dropped query by example
    • โฌ‡๏ธ Dropped random sorting
    • โž• Added several ways to map solr fields to properties
    • โž• Added highlighting
    • โž• Added filter queries
    • โž• Added ping
    • โž• Added sample application
    • โž• Added Windsor facility
    • โž• Added Ninject module
    • โž• Added operator overloading for queries
    • โž• Added MSDN-style docs
    • โž• Added more code samples, better organized wiki
    • ๐Ÿ”„ Changed initialization and instantiation of the service
  • v0.1 Changes

    September 15, 2008
    • ๐ŸŽ‰ Initial release