Files
spring-data-examples/elasticsearch/example
Mark Paluch b5cecf730b Polishing.
Rename AssumeConnection to EnabledOnElasticsearch following the typical design of JUnit 5 EnabledOn… annotation programming model. Enable tests by default if the test element isn't annotated with EnabledOnElasticsearch as we assume that the extension was activated by the parent.

Move EnabledOnElasticsearch into utility project.

See #583
Original pull request: #609
2021-04-08 10:24:57 +02:00
..
2021-04-08 10:24:57 +02:00
2021-04-08 10:24:57 +02:00

Spring Data Elasticsearch - Examples

NOTE: Elastic recommends usage of the High Level REST Client. Please check out the rest example.

Requirements:

To use local elasticsearch cluster:

  • install elasticsearch
  • Adapt 'application.properties' to point to your elasticsearch cluster