Release Notes - Spring Data Solr - Version 1.0.0.RC1 - 2013-02-08
-----------------------------------------------------------------

** Improvement
    * [DATASOLR-31] - Add unit to distance for spatial search

** New Feature
    * [DATASOLR-7]  - Add support for parameter 'facet.query' within FacetQuery
    * [DATASOLR-18] - Participate in Transaction
    * [DATASOLR-27] - Allow Facet Query definition via annotation
    * [DATASOLR-28] - Allow definition of fields included in result (CommonParams.FL) via @Query
    * [DATASOLR-29] - Update Partial Document
    * [DATASOLR-32] - Enable FilterQuery definition via annotation
    * [DATASOLR-34] - Allow definition of facet.query in @Facet annotation
    * [DATASOLR-37] - Support q.op Parameter in SolrQuery
    * [DATASOLR-39] - Support Bounding Box

** Task
    * [DATASOLR-30] - Upgrade to Solr 4.0
    * [DATASOLR-33] - Upgrade to spring-data-commons 1.5
    * [DATASOLR-36] - Add missing support for keyword NotLike
    * [DATASOLR-38] - Use curly brackets for lessThan and greaterThan
    * [DATASOLR-40] - Upgrade to new build infrastructure
    * [DATASOLR-41] - Upgrade to solr 4.1
    * [DATASOLR-47] - Release 1.0.0 RC1

Release Notes - Spring Data Solr - Version 1.0.0.M1 - 2012-10-31
----------------------------------------------------------------

** New Feature
    * [DATASOLR-8]  - Add sorting support for queries
    * [DATASOLR-10] - Add support for Geospatial Queries
    * [DATASOLR-13] - Add solr-server namespace element
    * [DATASOLR-15] - Add support for NamedQueries
    * [DATASOLR-20] - Add support for keywords: BEFORE and AFTER
    * [DATASOLR-22] - Support namedQueryName in @Query Annotation
    * [DATASOLR-23] - Add support for solr 4.0.x

** Task
    * [DATASOLR-5]  - Upgrade to Spring Data Commons 1.4 branch
    * [DATASOLR-6]  - Add XML namespace and JavaCofig support
    * [DATASOLR-9]  - Translate execptions during query execution to the according DataAccessException
    * [DATASOLR-11] - Clean up TypeAliasAccessor in SimpleSolrTypeMapper
    * [DATASOLR-12] - Add embedded-solr-server namespace element
    * [DATASOLR-14] - Remove system scope dependency to spring-data-solr artifact in example project
    * [DATASOLR-16] - Clean up Tests
    * [DATASOLR-17] - Update documentation
    * [DATASOLR-19] - Set up sonar analysis
    * [DATASOLR-24] - Swith to data-commons 1.4.0.RELEASE
    * [DATASOLR-25] - Release 1.0.0.M1
    * [DATASOLR-26] - Align SolrOperations with other implementations
    