All Versions
37
Latest Version
Avg Release Cycle
39 days
Latest Release
-
Changelog History
Page 4
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