Oliver Gierke
763e61c862
DATAES-168 - Prepare 1.3.0.M1 (Gosling M1).
2015-06-02 08:25:10 +02:00
Oliver Gierke
ea02e99263
DATAES-168 - Updated changelog.
2015-06-02 08:24:59 +02:00
Artur Konczak
a3828c6161
Additional tests to cover synonyms
2015-05-22 13:20:06 +02:00
Mohsin Husen
4a90020dc1
DATAES-157 - support deleteBy operation
2015-05-15 13:21:38 +01:00
Mohsin Husen
01a67eef05
DATAES-164 - CriteriaQuery equals method has to use AND operator instead of OR
2015-05-15 12:23:23 +01:00
Mohsin Husen
0825f15ec3
DATAES-94 - upgrade to latest elasticsearch 1.5.2 driver
2015-05-12 15:54:49 +01:00
XAVIER VANDEMEULEBROUCKE
7aaf7e1782
DATAES-158 - DATAES-159
2015-05-11 00:32:42 +01:00
Kevin Leturc
455df72923
DATAES-155 setPersistentEntityId in mapResutls(MultiGetResponse, Class).
2015-05-11 00:19:33 +01:00
Artur Konczak
cee493a6c7
DATAES-162 - Adapt to changes in Spring Data Commons.
...
Tweaked method signatures in ElasticsearchRepositoryFactory after some signature changes in Spring Data Commons. Use newly introduced getTragetRepositoryViaReflection(…) to obtain the repository instance via the super class.
Added repositoryBaseClass() attribute to @EnableMongoRepositories.
Related tickets: DATACMNS-542
2015-05-09 00:45:34 +01:00
Mohsin Husen
fa996716ab
DATAES-154 - After release cleanups.
2015-03-24 10:23:33 +00:00
Oliver Gierke
f789521210
DATAES-154 - After release cleanups.
2015-03-23 13:58:01 +01:00
Spring Buildmaster
57d6c17212
DATAES-154 - Prepare next development iteration.
2015-03-23 05:00:31 -07:00
Spring Buildmaster
d6d4cced28
DATAES-154 - Release version 1.2.0.RELEASE.
1.2.0.RELEASE
2015-03-23 05:00:28 -07:00
Oliver Gierke
77e6e5e045
DATAES-154 - Prepare 1.2.0.RELEASE (Fowler GA).
2015-03-23 12:27:18 +01:00
Oliver Gierke
b5a4bf0ad0
DATAES-154 - Updated changelog.
2015-03-23 12:04:07 +01:00
Christoph Strobl
a1993c2b7e
DATAES-154 - Polish reference docs before release.
...
Updated copyright years. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently. Included reference to the return type listing appendix from Spring Data Commons.
2015-03-23 11:21:25 +01:00
Mohsin Husen
37c710d236
DATAES-94 - upgrade to latest elasticsearch 1.4.4 driver
2015-03-22 13:46:24 +00:00
Oliver Gierke
e5648eca43
DATAES-152 - After release cleanups.
2015-03-05 19:48:41 +01:00
Spring Buildmaster
66b937b058
DATAES-152 - Prepare next development iteration.
2015-03-05 07:44:28 -08:00
Spring Buildmaster
6b68d947c8
DATAES-152 - Release version 1.2.0.RC1.
1.2.0.RC1
2015-03-05 07:44:26 -08:00
Oliver Gierke
6b6102e175
DATAES-152 - Prepare 1.2.0.RC1 (Fowler RC1).
2015-03-05 16:27:20 +01:00
Oliver Gierke
3a9df392be
DATAES-152 - Updated changelog.
2015-03-05 15:54:35 +01:00
Kevin Leturc
97bcf28a04
DATAES-135 - Add a flag in configuration to consider nested repositories
2015-03-01 20:52:05 +00:00
Kevin Leturc
956944265a
DATAES-151 Update findAll(Iterable) method to do a multiGet query instead of search query.
2015-02-20 16:01:21 +01:00
Artur Konczak
fad9a56036
DATAES-136 - added support for basePackage configuration for @EnableElasticsearchRepositories
2015-02-12 01:17:19 +00:00
Kevin Leturc
cf3c4f7c06
DATAES-115 Add count before projection query to retrieve all results.
2015-02-01 17:10:31 +01:00
Mohsin Husen
d92137247f
DATAES-46 - Apply code formatting
2015-01-30 17:19:06 +00:00
Franck MARCHAND
bb62148bb7
DATAES-129 : Custom Repository Method for simple geo request does not work
2015-01-30 17:07:00 +00:00
msachs
7cf7cb9168
DATAES-132 - adding possibility to configure mapping with nested and include in parent option
2015-01-30 16:02:21 +00:00
gpanthe
cd9ed2cde8
DATAES-100: Allow configurable searchTimeout.
2015-01-30 13:51:32 +00:00
Oliver Gierke
14c63b3b32
DATAES-146 - Updated changelog.
2015-01-28 20:51:56 +01:00
Oliver Gierke
b5b41bc739
DATAES-145 - Updated changelog.
2015-01-28 10:10:42 +01:00
Mohsin Husen
00441e743b
DATAES-94 - upgrade to latest elasticsearch 1.4.2 driver
2015-01-27 17:32:51 +00:00
dmaass
0eaa4db1af
DATAES-141 add new constructor to fix: Mapping Context is null in
...
DefaultResultMapper when using custom Entitymapper
(cherry picked from commit 2367d89)
2014-12-19 22:28:54 +00:00
avolz
acecc003cb
DATAES-140 add value "no" in Enum FieldIndex.
...
(cherry picked from commit 1b867cf)
2014-12-19 22:28:19 +00:00
Mohsin Husen
5e3a50c85c
DATAES-91 - removed merge conflict file
2014-12-08 13:53:03 +00:00
Faisal Feroz
37802761ed
DATAES-130 Added support for Spel Expressions in Type
...
- Added support for Spel Expressions in index type
- Renamed SpELEntityTest to SpELEntityTests so they run when
called from maven
2014-12-07 01:12:00 +00:00
Mewes Kochheim
1255dfa89d
DATAES-91 - fixed payload feature, added corresponding unit tests to cover it, fixed code format
2014-12-06 23:34:43 +00:00
Oliver Gierke
0ad982b233
DATAES-134 - After release cleanups.
2014-12-01 13:37:34 +01:00
Spring Buildmaster
8db944bd54
DATAES-134 - Prepare next development iteration.
2014-12-01 04:03:31 -08:00
Spring Buildmaster
2ff155f4e5
DATAES-134 - Release version 1.2.0.M1.
1.2.0.M1
2014-12-01 04:03:29 -08:00
Oliver Gierke
f58868cef9
DATAES-134 - Prepare 1.2.0.M1 (Fowler M1).
2014-12-01 12:21:52 +01:00
Oliver Gierke
49c3853462
DATAES-134 - Updated changelog.
2014-12-01 12:21:49 +01:00
Oliver Gierke
1b307ac6dd
DATAES-133 - Updated changelog.
2014-11-28 12:17:04 +01:00
Artur Konczak
7fdab4aa5c
DATAES-91 - fixed tests
2014-11-13 16:23:24 +00:00
Felix Peters
dfa0823c9a
DATAES-91 - completion suggester support
2014-11-13 16:06:07 +00:00
Kevin Leturc
0e37c5d36f
DATAES-76 - Add support for mapping generation of inherited fields
2014-10-19 12:10:21 +01:00
Mohsin Husen
cd48924528
DATAES-94 - upgrade to latest elasticsearch 1.3.4 driver
2014-10-19 11:42:46 +01:00
Mohsin Husen
4fd865b658
DATAES-128 - After release cleanups.
2014-10-19 10:54:50 +01:00
Oliver Gierke
0c4e82783f
DATAES-128 - After release cleanups.
2014-09-15 14:25:52 +02:00