Spring Data Elasticsearch Changelog =================================== Changes in version 1.2.2.RELEASE (2015-07-28) --------------------------------------------- * DATAES-184 - Release 1.2.2 (Fowler). Changes in version 1.0.6.RELEASE (2015-07-01) --------------------------------------------- * DATAES-173 - Release 1.0.6 (Dijkstra). Changes in version 1.1.3.RELEASE (2015-07-01) --------------------------------------------- * DATAES-174 - Release 1.1.3 (Evans). Changes in version 1.2.1.RELEASE (2015-06-30) --------------------------------------------- * DATAES-175 - Release 1.2.1 (Fowler). * DATAES-164 - CriteriaQuery equals method has to use AND operator instead of OR. * DATAES-155 - findAll(Iterable ids) doesn't set persistent entity id. Changes in version 1.3.0.M1 (2015-06-02) ---------------------------------------- * DATAES-168 - Release 1.3 M1 (Gosling). * DATAES-164 - CriteriaQuery equals method has to use AND operator instead of OR. * DATAES-162 - Adapt API changes in Spring Data Commons to simplify custom repository base class registration. * DATAES-159 - Bulk update with ElasticsearchTemplate. * DATAES-158 - UpdateRequest.script not working. * DATAES-157 - support deleteBy operation. * DATAES-155 - findAll(Iterable ids) doesn't set persistent entity id. Changes in version 1.2.0.RELEASE (2015-03-23) --------------------------------------------- * DATAES-154 - Release 1.2 GA. Changes in version 1.2.0.RC1 (2015-03-05) ----------------------------------------- * DATAES-152 - Release 1.2 RC1. * DATAES-151 - findAll(Iterable ids) uses id representation in source instead of ES id. * DATAES-140 - Document fields should not be indexed for search. * DATAES-135 - Add necessary implementation for improved multi-store behavior. * DATAES-132 - support include_in_parent for nested fieldtype. * DATAES-130 - Allow Spring EL usage in type attribute of @Document. * DATAES-129 - Custom Repository Method for simple geo request does not work. * DATAES-115 - FindBy projections for list returns only 10 results. * DATAES-100 - Allow configurable searchTimeout. * DATAES-94 - Bump to support ES 1.2.0. * DATAES-91 - Support for 'suggest' operations. Changes in version 1.1.2.RELEASE (2015-01-28) --------------------------------------------- * DATAES-146 - Release 1.1.2. Changes in version 1.0.5.RELEASE (2015-01-27) --------------------------------------------- * DATAES-145 - Release 1.0.5. Changes in version 1.2.0.M1 (2014-12-01) ---------------------------------------- * DATAES-134 - Release 1.2 M1. * DATAES-94 - Support for Elasticsearch 1.2.0. * DATAES-76 - Add support for mapping generation of inherited fields. Changes in version 1.1.1.RELEASE (2014-10-30) --------------------------------------------- * DATAES-133 - Release 1.1.1. Changes in version 1.1.0.RELEASE (2014-09-05) --------------------------------------------- * DATAES-128 - Release 1.1 GA. * DATAES-125 - the name of the isAnnotated method doesn't correspond to method body. * DATAES-123 - Custom repository implementations are not picked up when using CDI. * DATAES-120 - Polish reference documentation. * DATAES-106 - Add support for countBy projections. Changes in version 1.0.4.RELEASE (2014-08-27) --------------------------------------------- * DATAES-122 - Release 1.0.4. Changes in version 1.1.0.RC1 (2014-08-13) ----------------------------------------- * DATAES-119 - Release 1.1 RC1. * DATAES-117 - Displaying proper error message for entities that don't have an Id. * DATAES-116 - Fix url typo in readme.md. * DATAES-114 - Move to Asciidoctor for reference documentation. * DATAES-113 - Add support for custom implementations in CDI repositories. * DATAES-97 - UpdateQuery and UpdateBuilder should use UpdateRequest instead of the IndexRequest. * DATAES-93 - Allow Spring EL usage in index name attribute of @Document. * DATAES-89 - Support geolocation queries. Changes in version 1.0.2.RELEASE (2014-07-28) --------------------------------------------- * DATAES-107 - Release 1.0.2. Changes in version 1.1.0.M1 (2014-07-10) ---------------------------------------- * DATAES-102 - Release 1.1 M1. * DATAES-96 - Add support for aggregation in ElasticsearchTemplate. * DATAES-94 - Bump to support ES 1.2.0. Changes in version 1.0.1.RELEASE (2014-06-30) --------------------------------------------- * DATAES-99 - Release 1.0.1. Changes in version 1.0.0.RELEASE (2014-05-20) --------------------------------------------- * DATAES-90 - Release 1.0 GA. Changes in version 1.0.0.RC1 (2014-05-02) ----------------------------------------- * DATAES-79 - Upgrade to elasticsearch 1.1.0. * DATAES-78 - Release 1.0 M2. * DATAES-74 - NPE in MappingElasticsearchEntityInformation. * DATAES-73 - NullPointerException while persist a Map as part of persistent entity. * DATAES-72 - Enhance Delete Index in ElasticsearchTemplate. * DATAES-71 - Enhance Create Index in ElasticsearchTemplate. * DATAES-69 - Sorting on String field not working. * DATAES-67 - ElasticsearchTemplate#count does not respect specified index. * DATAES-65 - Overhaul README.md. * DATAES-64 - Add dynamic settings using @Setting annotation. * DATAES-61 - Upgrade to elasticsearch 1.0.1. * DATAES-60 - Java config support - default values in TransportClientFactoryBean. * DATAES-56 - while specifying index and type at runtime indexing is failing. * DATAES-55 - polish test cases and remove unwanted files. * DATAES-54 - Upgrade to elasticsearch 1.0. * DATAES-53 - @Field annotations (perhaps others?) ignored in included objects on mapping creation. * DATAES-52 - Support Get & Multi Get. * DATAES-51 - Allow for multiple sort builders when using NativeSearchQuery. * DATAES-48 - Mapping for multiple level nested document is getting created wrong. * DATAES-47 - Spring Application(Context) is not getting started up if elasticsearch nodes are not available. * DATAES-46 - Remove unused imports & class. * DATAES-35 - Investigate why build failed. * DATAES-14 - Dynamic Search Type Support. * DATAES-2 - Apply Spring Data formatting to sources. Release Notes - Spring Data Elasticsearch - Version 1.0 M2 (2014-03-27) ----------------------------------------------------------------------- * DATAES-74 - NPE in MappingElasticsearchEntityInformation * DATAES-73 - NullPointerException while persist a Map as part of persistent entity * DATAES-69 - Sorting on String field not working * DATAES-67 - ElasticsearchTemplate#count does not respect specified index * DATAES-56 - while specifying index and type at runtime indexing is failing * DATAES-53 - @Field annotations (perhaps others?) ignored in included objects on mapping creation * DATAES-48 - Mapping for multiple level nested document is getting created wrong * DATAES-35 - Investigate why build failed * DATAES-72 - Enhance Delete Index in ElasticsearchTemplate * DATAES-71 - Enhance Create Index in ElasticsearchTemplate * DATAES-61 - Upgrade to elasticsearch 1.0.1 * DATAES-60 - Java config support - default values in TransportClientFactoryBean * DATAES-54 - Upgrade to elasticsearch 1.0 * DATAES-47 - Spring Application(Context) is not getting started up if elasticsearch nodes are not available * DATAES-14 - Dynamic Search Type Support * DATAES-79 - Upgrade to elasticsearch 1.1.0 * DATAES-64 - Add dynamic settings using @Setting annotation * DATAES-52 - Support Get & Multi Get * DATAES-51 - Allow for multiple sort builders when using NativeSearchQuery * DATAES-78 - Release 1.0 M2 * DATAES-65 - Overhaul README.md * DATAES-55 - polish test cases and remove unwanted files * DATAES-46 - Remove unused imports & class * DATAES-2 - Apply Spring Data formatting to sources Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) ----------------------------------------------------------------------- * DATAES-9 - multiple elasticsearch cluster nodes not getting parsed if using property file * DATAES-7 - Migrate to the latest version of elasticsearch 0.90.0 * DATAES-11 - Missing core types in org.springframework.data.elasticsearch.annotations.FieldType * DATAES-15 - Upgrade to latest version of elasticsearch( 0.90.2 ) * DATAES-19 - Delete specific type in an index, Type exists check * DATAES-22 - Add support for TransportClient additional parameters such as client.transport.ignore_cluster_name, client.transport.ping_timeout, client.transport.nodes_sampler_interval * DATAES-8 - Add support for Index level configuration * DATAES-17 - Add support to retrieve highlighted text in search result * DATAES-1 - Migrate sources to SpringSource GitHub repository * DATAES-3 - Move to Spring Data build system * DATAES-4 - Initial round of JavaDoc polish * DATAES-5 - Add Apache license headers where necessary * DATAES-6 - Add ability to let NodeClient clean up working directory * DATAES-45 - Release 1.0 M1. * #42 - org.springframework.data.elasticsearch.client.NodeClientFactoryBean' is not a valid value for 'anyURI' * #40 - how to create index for json objects? * #38 - Configure with native Client with embedded elasticsearch * #37 - embedded elasticsearch client - how to recover data after process is restarted? * #36 - FieldType.Date annotation * #35 - @Transient property still inserted into elastic * #33 - timestamp mapping * #32 - BigDecimal @Field(type = FieldType.Double) * #31 - DATAES-33: Mapping of parent-child relationships * #29 - Added DefaultMapper support to map only partial fields from result instead of whole source field. * #28 - Documentation (README.md) for Geo Location / Filter Feature * #27 - Adding support for letting Elasticsearch generate Id for document * #25 - Aliases * #24 - DATAES-31 Adding ability to use ES Java API setSource directly * #22 - spring-elasticsearch-1.0.xsd not found on www.springframework.com * #21 - Autogenerated elastic search id isn't returned * #20 - Exception while using CustomRepository * #19 - Compilation issue with 0.90.5. (ElasticsearchTemplate.refresh API) * #18 - problem with ES 0.9.5 * #17 - FacetResult extension is not possible * #16 - Configuration of ObjectMapper in the ElasticsearchTemplate * #15 - Added support for @Transient annotation to skip fields from mapping * #14 - added format and pattern support for date fieldtype + fixed nullpointer... * #12 - Where is the maven repository for this artifact? * #11 - Build fails * #10 - Elasticsearch + elasticsearch-river-rabbitmq * #9 - MappingBuilder circular reference issue * #8 - java.lang.NoSuchMethodError: org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.isVersionProperty()Z * #7 - Missing core types in org.springframework.data.elasticsearch.annotations.FieldType * #6 - spirng-data-elasticsearch with elasticsearch-river-mongodb