puppylpg
433d52981e
Expose search shard statistics in search hits.
...
Original Pull Request #2806
Closes #2605
2023-12-28 12:57:44 +01:00
Peter-Josef Meisch
6350514e7e
Update documentation.
...
Original Pull Request #2811
Closes #2810
2023-12-24 14:47:14 +01:00
David Pilato
02bd3e60f8
ClientConfigurer is only available in MaybeSecureClientConfigurationBuilder.
...
The documentation code does not compile and I'm not sure if it's a bug in the code or a miss in the documentation.
When you want to configure a client, the doc says to use:
```java
ClientConfiguration.builder().withClientConfigurer( // ...
```
But `withClientConfigurer(ClientConfiguration.ClientConfigurationCallback<?> clientConfigurer)` is only available in `TerminalClientConfigurationBuilder` interface.
And `ClientConfiguration.builder()` returns a `ClientConfigurationBuilderWithRequiredEndpoint` interface.
2023-12-21 14:50:18 +01:00
Peter-Josef Meisch
21a1fbca0f
Clarified dependencies in the documentation
2023-12-18 15:18:37 +01:00
Peter-Josef Meisch
434de11f3d
Polishing.
2023-12-17 18:19:51 +01:00
puppylpg
96b38652ab
Support highlight query in @HighlightParameters annotation.
...
Original Pull Request #2802
2023-12-17 18:16:18 +01:00
puppylpg
0e419133a2
support highlight_query ( #2793 )
...
* support highlight_query
* implement highlight query with spring data elasticsearch query
* highight query by StringQuery
* split highligh fields assertion into different parts
2023-12-13 21:03:59 +01:00
Peter-Josef Meisch
8a3df63493
Upgrade to Elasticsearch 8.11.2.
...
Original Pull Request #2798
Closes #2797
2023-12-12 19:27:58 +01:00
Peter-Josef Meisch
fb9ccf7b44
Polishing.
2023-12-12 18:58:34 +01:00
Junghoon Ban
1d6a1b0f2f
Use switch expressions to simplify case branches.
...
Original Pull Request #2795
Closes #2794
2023-12-12 18:45:03 +01:00
Patrick Baumgartner
72e8f41de5
Fixes Typo ElasticsearchHttpClientConfigurationCallback.
...
Original Pull Request #2790
Closes #2792
2023-12-08 10:27:23 +01:00
李潇
4edf9bee41
Update elasticsearch-repositories.adoc.
...
Original Pull Request #2789
Closes #2791
2023-12-08 10:24:18 +01:00
Junghoon Ban
8613eb26e0
Use pattern matching instead of type casting.
...
Original Pull Request #2784
Closes #2785
2023-12-03 13:22:06 +01:00
Peter-Josef Meisch
415d5e0385
Removed junk characters from code.
2023-11-30 20:34:57 +01:00
Peter-Josef Meisch
3833975a1a
Fix type of returned sort values.
...
Original Pull Request #2786
Closes #2777
2023-11-30 20:29:34 +01:00
Peter-Josef Meisch
05ca90ecc1
Add strict date formats.
...
Original Pull Requests #2782
Closes #2779
2023-11-27 22:02:17 +01:00
Peter-Josef Meisch
1f4479092a
Improve client ssl configuration.
...
Original Pull Request #2780
Closes #2778
2023-11-24 19:09:43 +01:00
Runbing
ddd795a3d3
Fixed the URL for the Spring Data Commons documentation.
...
I fixed broken links in the Spring Data Elasticsearch documentation for Spring Data Commons.
Closes #2776
2023-11-20 11:31:45 +01:00
Mark Paluch
426dee7041
Prepare 5.2 GA (2023.1.0).
...
See #2737
2023-11-17 14:28:30 +01:00
Peter-Josef Meisch
559953a43c
Update versions.adoc
2023-11-15 08:54:27 +01:00
Peter-Josef Meisch
d21f9f70f0
Update versions.adoc
2023-11-15 08:53:19 +01:00
Peter-Josef Meisch
d25fd52fac
Update to Elasticsearch 8.11.1.
...
Original Pull Request #2763
Closes #2762
2023-11-15 08:49:41 +01:00
Peter-Josef Meisch
2f6fae632b
Fix handling of @ID property in Java records.
...
Original Pull Request #2757
Closes #2756
2023-11-08 07:42:16 +01:00
Peter-Josef Meisch
9abcacb2e9
Use routing info on delete operations.
...
Original Pull Request #2755
Closes #2754
2023-11-06 21:11:35 +01:00
Peter-Josef Meisch
3b93b6aea9
Use correct overload of Flux.bufferTimeout().
...
Original Pull Request #2753
Closes #2607
2023-11-03 13:51:23 +01:00
Gonçalo Montalvão Marques
d281df74d1
docs: Fix typos in documentation ( #2752 )
...
* docs: Fix typos in documentation
* docs: Address PR remarks
2023-11-02 20:52:27 +01:00
Peter-Josef Meisch
73fe0869e6
Fix reactive native sort.
...
Original Pull Request #2746
Closes #2745
2023-10-23 21:48:44 +02:00
mawen12
a0b04a346e
The parameter in Criteria#assertNoBlankInWildcardQuery is set incorrectly.
...
Original Pull Request #2744
Closes #2743
2023-10-21 07:32:51 +02:00
Junghoon Ban
ba446845e3
Use pattern matching instead of type casting.
...
Original Pull Request #2742
Closes #2741
2023-10-17 18:06:48 +02:00
Peter-Josef Meisch
bdcd7c82c4
Polishing.
2023-10-13 20:47:04 +02:00
mawen12
6180f596d8
Use ExistsRequest instead of GetRequest to check if documents exists.
...
Original Pull Re1uest #2728
Closes #2726
2023-10-13 20:42:39 +02:00
John Blum
2d87d25707
Prepare 5.2 RC1 (2023.1.0).
...
See #2700
2023-10-13 08:43:56 -07:00
Peter-Josef Meisch
cab94b0207
Upgrade to elasticsearch 8.10.3 ( #2731 )
...
Closes #2729
2023-10-13 08:33:35 +02:00
Peter-Josef Meisch
9f42ec965c
Enhance refresh policy handling.
...
Original Pull Request #2725
Closes #2722
2023-10-11 21:54:38 +02:00
Peter-Josef Meisch
0b33d7fe57
Introduce IndexOperationsAdapter.
...
Original Pull Request #2724
Closes #2723
2023-10-08 13:13:09 +02:00
Peter-Josef Meisch
ccb7d2387f
Consider Pageable in stream repository method.
...
Original Pull Request #2721
Closes #2720
2023-10-06 21:38:30 +02:00
Peter-Josef Meisch
d905c813c7
Upgrade to Elasticsearch 8.10.2.
...
Original Pull Request #2719
Closes #2713
2023-10-05 22:29:35 +02:00
Peter-Josef Meisch
092306aeea
Allow explicit index mapping writing on repository startup.
...
Original Pull Request #2708
Closes #2465
2023-09-23 17:34:36 +02:00
Peter-Josef Meisch
3330d65edf
Fix converting of Range<?> in Lists.
...
Original Pull Request #2707
Closes #2706
2023-09-23 10:43:17 +02:00
Peter-Josef Meisch
bbfb6ff463
Allow providing a custom ElasticsearchTransport in the configuration classes.
...
Original Pull Request #2703
Closes #2702
2023-09-17 15:30:06 +02:00
Mark Paluch
87523d7f68
Prepare 5.2 M3 (2023.1.0).
...
See #2675
2023-09-15 11:29:22 +02:00
Peter-Josef Meisch
2d0aee08ce
Fix refresh policy in UpdateQuery.
...
Original Pull Request #2696
Closes #2692
2023-09-13 21:47:19 +02:00
Peter-Josef Meisch
50317d648e
Upgrade to Elasticsearch 8.10.0.
...
Original Pull Request #2693
Closes #2687
2023-09-13 19:01:40 +02:00
Mark Paluch
ddd7e67d1d
Polishing.
...
Use dynamic copyright year.
See #2685
2023-09-11 09:05:33 +02:00
Mark Paluch
1a0e147119
Migrate documentation site to Antora.
...
Closes #2685
2023-09-04 10:41:26 +02:00
Peter-Josef Meisch
a82952b124
Polishing.
2023-09-03 14:39:49 +02:00
Sébastien Comeau
7c466395c4
Fix: missing PhraseSuggestion.Entry.Option's score and collateMatch values.
...
Original Pull Request #2680
Closes #2681
2023-09-03 14:35:36 +02:00
Peter-Josef Meisch
17a09eaba7
Add strict_date_optional_time_nanos field type.
...
Original Pull Request #2684
Closes #2676
2023-09-03 13:53:50 +02:00
Peter-Josef Meisch
b99ca1816a
Fix adaption to PersistentProperty change.
2023-09-01 23:41:54 +02:00
Mark Paluch
1a24c3c989
Adapt to changed PersistentProperty
interface.
...
Closes #2682
2023-08-31 09:52:45 +02:00