@@ -53,4 +53,42 @@ Issues maintaine in GitHub tracker:
53
53
- #9 - MappingBuilder circular reference issue
54
54
- #8 - java.lang.NoSuchMethodError: org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.isVersionProperty()Z
55
55
- #7 - Missing core types in org.springframework.data.elasticsearch.annotations.FieldType
56
- - #6 - spirng-data-elasticsearch with elasticsearch-river-mongodb
56
+ - #6 - spirng-data-elasticsearch with elasticsearch-river-mongodb
57
+
58
+ Release Notes - Spring Data Elasticsearch - Version 1.0 M2 (2014-03-27)
59
+ -----------------------------------------------------------------------
60
+ ** Bug
61
+
62
+ * [DATAES-74] - NPE in MappingElasticsearchEntityInformation
63
+ * [DATAES-73] - NullPointerException while persist a Map as part of persistent entity
64
+ * [DATAES-69] - Sorting on String field not working
65
+ * [DATAES-67] - ElasticsearchTemplate#count does not respect specified index
66
+ * [DATAES-56] - while specifying index and type at runtime indexing is failing
67
+ * [DATAES-53] - @Field annotations (perhaps others?) ignored in included objects on mapping creation
68
+ * [DATAES-48] - Mapping for multiple level nested document is getting created wrong
69
+ * [DATAES-35] - Investigate why build failed
70
+
71
+ ** Improvement
72
+
73
+ * [DATAES-72] - Enhance Delete Index in ElasticsearchTemplate
74
+ * [DATAES-71] - Enhance Create Index in ElasticsearchTemplate
75
+ * [DATAES-61] - Upgrade to elasticsearch 1.0.1
76
+ * [DATAES-60] - Java config support - default values in TransportClientFactoryBean
77
+ * [DATAES-54] - Upgrade to elasticsearch 1.0
78
+ * [DATAES-47] - Spring Application(Context) is not getting started up if elasticsearch nodes are not available
79
+ * [DATAES-14] - Dynamic Search Type Support
80
+
81
+ ** New Feature
82
+
83
+ * [DATAES-64] - Add dynamic settings using @Setting annotation
84
+ * [DATAES-52] - Support Get & Multi Get
85
+ * [DATAES-51] - Allow for multiple sort builders when using NativeSearchQuery
86
+
87
+
88
+ ** Task
89
+
90
+ * [DATAES-78] - Release 1.0 M2
91
+ * [DATAES-65] - Overhaul README.md
92
+ * [DATAES-55] - polish test cases and remove unwanted files
93
+ * [DATAES-46] - Remove unused imports & class
94
+ * [DATAES-2] - Apply Spring Data formatting to sources
0 commit comments