Peter-Josef Meisch
7ae55b9e75
Add custom property converters.
...
Original Pull Request #1953
Closes #1945
2021-10-05 21:31:41 +02:00
Peter-Josef Meisch
7c340bc9a2
Polishing and documentation.
2021-07-12 21:22:01 +02:00
Peter-Josef Meisch
3a900599f2
Add documentation about FieldType.Auto.
...
Original Pull Request #1807
Closes #1803
2021-05-10 18:46:35 +02:00
Peter-Josef Meisch
91742b1114
Allow disabling TypeHints.
...
Original Pull Request #1788
Closes #1788
2021-04-25 21:57:13 +02:00
Peter-Josef Meisch
2e9bef0edb
Configure index settings with @Setting annotation.
...
Original Pull Request #1748
Closes #1719
2021-03-28 13:24:52 +02:00
Peter-Josef Meisch
ebac4c097c
Polishing.
2021-03-17 22:43:09 +01:00
Sascha Woo
31b488d08f
Allow multiple date formats for date fields.
...
Original Pull Request #1728
Closes #1727
2021-03-17 22:39:12 +01:00
Peter-Josef Meisch
e311df98c0
Use FieldNamingStrategy for property name matching.
...
Original PR #1648
Closes #1565
2021-01-15 19:39:19 +01:00
Peter-Josef Meisch
04ceed2905
DATAES-978 - Accept DateFormat.none for a date property to enable custom Converters.
...
Original pR: #556
2020-11-19 23:12:26 +01:00
Peter-Josef Meisch
da20cc1684
DATAES-931 - Add query support for geo shape queries.
...
Original PR: #542
2020-10-21 23:05:18 +02:00
Peter-Josef Meisch
2a8c1dbdf8
DATAES-930 - Add support for geo_shape type entity properties.
...
Original PR: #531
2020-10-05 21:50:38 +02:00
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