Artur Konczak
7a95cb64a8
DATAES-260 added missing test
2016-08-22 00:31:40 +01:00
Pavel Luhin
2718be7c07
DATAES-260 - StacOverflow when two reverse relationship.
...
Ignore fields based on parent ignore list
2016-08-21 22:37:37 +01:00
Artur Konczak
c7dfd2131e
DATAES-228 - clean up
2016-08-21 00:33:39 +01:00
Mark Janssen
2b60128390
DATAES-228 Fix id handling for indexing
...
When an id is set in the IndexQuery object, use it without requiring an
@Document annotation. When it is not, try to resolve it from the object
when it has @Document and @Id annotations.
2016-08-21 00:23:14 +01:00
Artur Konczak
53b587101d
DATAES-163 - Modified tests to work with new version of spring-data-elasticsearch base on ES2.x
2016-08-20 23:50:16 +01:00
Gad Akuka
063d8ed983
DATAES-163 - Add support for UUID as primary key
...
Add support for UUID as primary key
Add tests for support of UUID as primary key
2016-08-20 23:50:16 +01:00
Oliver Gierke
7113c7ac66
DATAES-281 - Polishing.
...
Added unit test for change in DefaultResultMapperTests. Tweaked and simplified integration tests.
Make use of IdentifierAccessor in ElasticsearcTemplate.getPersistentEntityId(…). Added missing generics in DefaultResultMapper.
Removed unused imports, fixed copyright ranges, authors.
Original pull request: #156 .
2016-08-20 10:08:21 +02:00
Young Gu
7e736a6271
DATAES-281 - Setting identifier values now uses PersistentPropertyAccessor API.
...
DefaultResultMapper and ElasticsearchTemplate now use the PersistentPropertyAccessor API to set identifier values on objects instead of using reflection.
Original pull request: #156 .
2016-08-20 09:59:08 +02:00
Oliver Gierke
a3a6f9cc67
DATAES-250 - Prepare 2.1 M1 (Ingalls).
2016-07-27 13:51:38 +02:00
Oliver Gierke
ecc62cc1b4
DATAES-250 - Updated changelog.
2016-07-27 13:51:36 +02:00
Zsombor Gegesy
edfca24527
DATAES-264 - Make available the entity class of the repository so generic code can be written more easily.
2016-06-24 14:49:05 +01:00
Artur Konczak
392a87ab0a
DATAES-180 - added faceted page back powered by aggregation
2016-06-24 11:56:38 +01:00
Artur Konczak
6ffac62b3e
DATAES-180 - clean up
2016-06-24 11:56:38 +01:00
Petar Tahchiev
fd06f8efd7
Created AggregatedPage to hold the Aggregations
...
Create AggregatedPage and populate it in the DefaultResultMapper.
2016-06-24 11:56:37 +01:00
Oliver Gierke
8c77d314aa
DATAES-251 - Updated changelog.
2016-06-15 14:31:50 +02:00
Artur Konczak
f569b0348a
DATAES-262 - Upgrade elasticsearch to 2.3.3
2016-06-14 15:51:07 +01:00
Oliver Gierke
6c0272880a
DATAES-249 - Updated changelog.
2016-04-06 23:14:28 +02:00
Oliver Gierke
d9e66aa532
DATAES-245 - Prepare 2.0 GA (Hopper).
2016-04-06 16:34:47 +02:00
Oliver Gierke
5094482b6c
DATAES-245 - Updated changelog.
2016-04-06 16:34:42 +02:00
Artur Konczak
ef0831fa33
DATAES-105 - support for IP6
2016-04-04 10:31:32 +01:00
Mohsin Husen
b2f0300856
DATAES-240 - After release cleanups.
2016-03-18 10:44:11 +00:00
Oliver Gierke
cbb3a7afc4
DATAES-240 - Prepare 2.0 RC1 (Hopper).
2016-03-18 11:06:58 +01:00
Oliver Gierke
800b10b2b1
DATAES-240 - Updated changelog.
2016-03-18 11:06:55 +01:00
Mark Paluch
023214a344
DATAES-234 - Use Set to store qualifiers in CDI extension.
...
Qualifiers are now stored in their original set instead of using the toString representation.
2016-03-17 14:52:39 +00:00
Mohsin Husen
374acbdd63
DATAES-124 - ElasticSearchTemplate should expose client
2016-03-15 11:34:41 +00:00
Markus Ackermann
8bb4ac3653
DATAES-238 - Fix ElasticsearchTemplate.prepareUpdate(): preserve routing
...
* need to specify Locale.ENGLISH in String.format()
to make tests succeed on non-english locales
* that's because the String.format involves floating
point numbers which are formatted differently in
some locales
* ElasticsearchTemplate.prepareUpdate() properly copies routing
from given UpdateRequest
* add unit tests to ElasticsearchTemplateParentChildTests
for update of a child document
2016-03-15 11:16:57 +00:00
Mohsin Husen
a8d915f830
DATAES-241 - Remove commons-collections dependency and use CollectionUtils from Spring Utils
2016-03-08 15:24:51 +00:00
Mohsin Husen
c4b4a8c45d
DATAES-188 - Source filtering feature Implementation
2016-03-03 14:53:18 +00:00
Joseph Moore
1cf18a4a50
DATAES-237 - path-configuration fails to load configs from inside jars
2016-02-26 15:18:12 +00:00
Mohsin Husen
6535caff8a
DATAES-236 - fix test for build failure
2016-02-26 15:00:36 +00:00
Mohsin Husen
2aa7ed1c23
DATAES-236 - Clear the search contexts associated with specified scroll id
2016-02-26 14:54:51 +00:00
Mohsin Husen
e9576adb1a
DATAES-211 - build fix, ignore test
2016-02-24 13:42:07 +00:00
Mohsin Husen
c5c9956bc0
DATAES-211 - clean up
...
remove waitForOperation from refresh()
enhance GeoPoint and Point feature
code clean up
2016-02-24 12:45:37 +00:00
Mohsin Husen
4930415302
DATAES-211 - Fix tests for CDI (jar hell)
2016-02-24 12:45:36 +00:00
Mohsin Husen
42fc41b2eb
DATAES-211 - clean up
...
remove facet feature as it is removed in elasticsearch 2.x
2016-02-24 12:45:36 +00:00
Mohsin Husen
4e0cbb8966
DATAES-211
...
changes in AliasRequest
fix tests due to changes in mapping, geo point, alias etc
2016-02-24 12:45:36 +00:00
Mohsin Husen
95194961dc
DATAES-211 - move groovy scripting into test folder
2016-02-24 12:45:36 +00:00
Mohsin Husen
6a2b5fd945
DATAES-211 - entity should have suggest mapping
2016-02-24 12:45:35 +00:00
Mohsin Husen
4efec54e1d
DATAES-211 - incorporate changes in GeoDistance
2016-02-24 12:45:35 +00:00
Mohsin Husen
c7313b52eb
DATAES-211 - index analyzer is removed. use analyzer for search and index analyzer or use search analyzer.
2016-02-24 12:45:35 +00:00
Mohsin Husen
a05a597123
DATAES-211 - index analyzer is removed. use analyzer for search and index analyzer or use search analyzer.
2016-02-24 12:45:35 +00:00
Mohsin Husen
61880671a4
DATAES-211 - enhance multi field support as multifield type is removed
2016-02-24 12:45:35 +00:00
Mohsin Husen
09455006ab
DATAES-211 - enable groovy for scripting
2016-02-24 12:45:35 +00:00
Mohsin Husen
924467ec94
DATAES-211 -clean up
2016-02-24 12:45:34 +00:00
Artur Konczak
8963123ffe
DATAES-211 - updated to ES-2.2, test fixes round 1
2016-02-24 12:45:34 +00:00
Oliver Gierke
ba8bd886d4
DATAES-231 - Prepare 1.4 M1 (Hopper).
2016-02-12 15:36:20 +01:00
Oliver Gierke
fd4b74313f
DATAES-231 - Updated changelog.
2016-02-12 15:36:16 +01:00
slowikps
4296760eb0
DATAES-230 - Remove unnecessary type check in AbstractElasticsearchRepository
2016-01-26 15:38:51 +00:00
Ted Liang
403a85b094
DATAES-209 - Dynamic mapping using @Mapping Annotation at field level
...
fix test
fix comment in test
2016-01-26 15:22:16 +00:00
Mohsin Husen
428cac3642
DATAES-216 - cleanup
2016-01-26 15:04:00 +00:00