xhaggi
e58c43f391
DATAES-469 - Remove superfluous dependency elasticsearch.
2018-06-28 11:16:33 +02:00
petar.tahchiev
d66b2a6f63
DATAES-283 - Get rid of Commons Lang dependency.
...
Replace all StringUtils and ArrayUtils usages with Springframework's StringUtils and ObjectUtils. Left the commons-lang as test-scope dependency as I believe it brings some values in the tests.
Original pull request: #211 .
2018-06-20 20:10:21 +02:00
xhaggi
ba3eba5734
DATAES-467 - Fix sorting by _score if Spring Data sort is used.
...
Original pull request: #209 .
2018-06-18 11:18:31 +02:00
Mark Paluch
4a26af38c3
DATAES-448 - Updated changelog.
2018-06-13 21:39:54 +02:00
Oliver Gierke
5ddb46c435
DATAES-462 - Polishing.
...
SimpleElasticsearchPersistentProperty now already checks for the correct type of score properties. Added unit tests for that. Also added unit tests for SimpleElasticsearchPersistentEntity rejecting more than one score property being present.
Additional non-null assertions on components that are required so that we can remove superfluous null checks.
A bit o formatting, Javadoc, missing @since tags and license headers.
Original pull request: #207 .
2018-06-13 19:00:36 +02:00
xhaggi
d996406113
DATAES-462 - Add support for mapping max score and document scores.
...
Original pull request: #207 .
2018-06-13 18:58:13 +02:00
xhaggi
112600261d
DATAES-462 - Add query builder option to track scores.
...
Original pull request: #207 .
2018-06-13 18:57:54 +02:00
Oliver Gierke
62a03a8fb7
DATAES-464 - DefaultEntityWriter now considers read-only and transient properties.
...
We now register a custom Jackson module that filters read-only and transient properties for serialization.
2018-06-13 18:21:37 +02:00
Mark Paluch
ac62aaf856
DATAES-447 - Updated changelog.
2018-06-13 15:01:59 +02:00
Christoph Strobl
28629a6ede
DATAES-440 - After release cleanups.
2018-05-17 10:09:36 +02:00
Christoph Strobl
12cc5ced16
DATAES-440 - Prepare next development iteration.
2018-05-17 10:09:34 +02:00
Christoph Strobl
a807a3801c
DATAES-440 - Release version 3.1 M3 (Lovelace).
3.1.0.M3
2018-05-17 09:51:42 +02:00
Christoph Strobl
ac2e5be02b
DATAES-440 - Prepare 3.1 M3 (Lovelace).
2018-05-17 09:50:48 +02:00
Christoph Strobl
b5b8066e6f
DATAES-440 - Updated changelog.
2018-05-17 09:50:46 +02:00
Ted Liang
e8e407f93b
DATAES-312 - Fix NullHandling.NULLS_LAST in query.sort
...
Original pull request: #163
2018-05-17 09:31:59 +02:00
Nordine Bittich
1b0006f9f7
DATAES-420 - Analyzer of main field ignored when using @MultiField annotation
2018-05-15 17:16:29 +02:00
Oliver Gierke
36c52a5308
DATAES-451 - Adapt to SpEL extension API changes in Spring Data Commons.
...
Related tickets: DATACMNS-1260.
2018-05-14 17:23:29 +02:00
Mark Paluch
324ab13ca1
DATAES-437 - Updated changelog.
2018-05-08 15:27:21 +02:00
Mark Paluch
c87499b189
DATAES-436 - Updated changelog.
2018-05-08 12:22:52 +02:00
xhaggi
64f259cb8e
DATAES-427 - update version overview in README
2018-05-08 11:37:00 +02:00
xhaggi
8c4a669ce5
DATAES-285 - fix broken tests after 4970783ca4275186e118e03043861bc703ddbaa2
2018-05-08 10:47:22 +02:00
xhaggi
ace5a21b05
DATAES-285 - Polishing
...
* drop superfluous class FieldIndex
* change FieldType text and keyword starting with capital letters
Original commit: 089d7746be2f2fc4a395bd5c814f664729121f21
2018-05-07 13:19:37 +02:00
xhaggi
9c235cd53c
DATAES-412 - only the last highlight field is added to SearchRequest
2018-05-07 11:39:58 +02:00
Chris White
ef1dca31e4
DATAES-198 - Fixed @Version annotation on fields.
2018-04-23 17:33:54 +02:00
Alen Turkovic
de1afe8bb0
DATAES-422 - Add support for IndicesOptions in search queries.
...
See also: DATAES-191..
2018-04-20 14:32:01 +02:00
Oliver Gierke
92c3bbebed
DATAES-363 - Polishing.
...
Original pull request: #183 .
2018-04-18 12:36:27 +02:00
Michael Wirth
512e9eacad
DATAES-363 - Fixed CrudRepository.existsById(…) implementation.
...
Properly use Optional.isPresent() over a null check.
Original pull request: #183 .
2018-04-18 12:36:10 +02:00
Mark Paluch
b8400d8d4d
DATAES-427 - After release cleanups.
2018-04-13 15:08:34 +02:00
Mark Paluch
c53ecdc41c
DATAES-427 - Prepare next development iteration.
2018-04-13 15:08:32 +02:00
Mark Paluch
c2aca20505
DATAES-427 - Release version 3.1 M2 (Lovelace).
3.1.0.M2
2018-04-13 14:30:58 +02:00
Mark Paluch
e703fbc8bf
DATAES-427 - Prepare 3.1 M2 (Lovelace).
2018-04-13 14:30:01 +02:00
Mark Paluch
1b44f051c7
DATAES-427 - Updated changelog.
2018-04-13 14:29:59 +02:00
xhaggi
b949daadea
DATAES-438 - get rid of deprecation warning because of invalid mapping for @Id
2018-04-13 11:55:17 +01:00
Oliver Gierke
8c40bac9ab
DATAES-439 - Adapt to API changes in Spring Data Commons.
...
Related tickets: DATACMNS-1275.
2018-04-09 14:40:47 +02:00
Mark Paluch
9fba9ea076
DATAES-430 - Updated changelog.
2018-04-04 17:12:55 +02:00
Mark Paluch
b5d5fdc32e
DATAES-423 - Updated changelog.
2018-04-04 15:16:22 +02:00
Oliver Gierke
6db756a233
DATAES-434 - Removed explicit declaration of Jackson library versions.
2018-03-27 19:38:13 +02:00
Artur Konczak
e50e5f9146
DATAES-402 - fixed broken tests
2018-03-15 13:43:06 +00:00
Remco Zigterman
4856974c1a
DATAES-402 - fixing paging information
2018-03-15 09:57:19 +00:00
Artur Konczak
51f9485700
DATAES-421 updated to latest version of ES 6.2.2
2018-03-15 09:14:43 +00:00
rivergod
e7b93bee90
DATAES-421 - Update ES to 6.1.0
2018-03-15 09:14:43 +00:00
Mark Paluch
9bc9c47f42
DATAES-432 - Export composable repositories via CDI.
...
We now export composable repositories through our CDI extension. Repositories can now be customized either by a single custom implementation (as it was before) and by providing fragment interfaces along their fragment implementation.
This change aligns CDI support with the existing RepositoryFactory support we provide within a Spring application context.
2018-03-12 17:00:16 +01:00
Mark Paluch
4313d13ddd
DATAES-429 - Updated changelog.
2018-02-28 11:17:39 +01:00
Mark Paluch
2075775478
DATAES-425 - Updated changelog.
2018-02-19 20:30:08 +01:00
Christoph Strobl
e4009df6b9
DATAES-401 - After release cleanups.
2018-02-06 10:11:17 +01:00
Christoph Strobl
053e1726f5
DATAES-401 - Prepare next development iteration.
2018-02-06 10:11:15 +01:00
Christoph Strobl
d2690abbdf
DATAES-401 - Release version 3.1 M1 (Lovelace).
3.1.0.M1
2018-02-06 09:47:10 +01:00
Christoph Strobl
cf6d299941
DATAES-401 - Prepare 3.1 M1 (Lovelace).
2018-02-06 09:45:50 +01:00
Christoph Strobl
4d0159a560
DATAES-401 - Updated changelog.
2018-02-06 09:45:48 +01:00
Mark Paluch
028bc13eb7
DATAES-417 - Updated changelog.
2018-01-24 13:41:24 +01:00