12 Commits

Author SHA1 Message Date
Peter-Josef Meisch
368957f735
DATAES-911 - Add documentation for automatic index creation.
Original PR: #508
2020-08-22 16:53:52 +02:00
Peter-Josef Meisch
0944d1654a
DATAES-842 - Documentation fixes.
Oriignal PR: #494
2020-07-10 21:50:31 +02:00
Peter-Josef Meisch
859b22db8e
DATAES-850 - Add warning and docs for missing TemporalAccessor configuration.
Original PR: #472
2020-05-31 22:59:32 +02:00
Peter-Josef Meisch
75a430d431
DATAES-833 - Documentation fix for custom date formats.
Original PR: #461
2020-05-19 19:36:35 +02:00
Peter-Josef Meisch
aaef626684
DATAES-828 - Fields of type date need to have a format defined.
Original PR: #457
2020-05-14 20:26:54 +02:00
Peter-Josef Meisch
07ee01f435
DATAES-750 - Migration guide and documentation update.
Original PR: #444
2020-05-01 22:04:01 +02:00
Peter-Josef Meisch
9696f418fd
DATAES-747 - ElasticsearchConfigurationSupport does not set customConversions into the MappingElasticsearchConverter.
Original PR: #395
2020-02-15 14:45:41 +01:00
Peter-Josef Meisch
6dfeee3ba9
DATAES-676 - Fix documentation to reflect the changes in API restructuring.
Original PR: #362
2019-12-24 09:23:23 +01:00
Mark Paluch
c8c3cb7909 DATAES-497 - Polishing.
Consistently add anchors to headings. Tiny syntax tweaks. Remove superfluous newlines.

Original pull request: #291.
2019-07-16 09:32:54 +02:00
P.J.Meisch
ef01211639 DATAES-497 - Update reference documentation.
Original pull request: #291.
2019-07-16 09:32:47 +02:00
Mark Paluch
c3e7056d7b DATAES-530 - Polishing.
Fix generics in ElasticsearchEntityMapper. Extract methods. Move enum conversion handling to simple type handling for symmetric implementation. Swap comparison of nullable types to avoid potential null dereference.

Rename ElasticsearchDefaultTypeMapper to DefaultElasticsearchTypeMapper. Move MapTypeAliasAccessor to DefaultElasticsearchTypeMapper.

Introduce SearchResultMapperAdapter to avoid empty method implementations in anonymous classes. Javadoc, reference docs, formatting.

Original Pull Request: #237
2019-03-06 10:03:02 +01:00
Christoph Strobl
a64af54e26 DATAES-530 - Add converter based EntityMapper.
ElasticsearchEntityMapper provides an alternative to the Jackson based EntityMapper implementation.

Original Pull Request: #237
2019-03-06 10:02:13 +01:00