Package org.openiam.config.elasticsearch
Class ElasticSearchConfig
- java.lang.Object
-
- org.openiam.config.elasticsearch.ElasticSearchConfig
-
@Configuration @EnableElasticsearchRepositories("org.openiam.elasticsearch.dao") @PropertySources(@PropertySource(ignoreResourceNotFound=true,value={"classpath:elasticsearch.properties","file:${confpath}/conf/properties/elasticsearch.properties"},factory=OpeniamPropertySourceFactory.class)) public class ElasticSearchConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description ElasticSearchConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.elasticsearch.client.RestHighLevelClient
client()
org.springframework.data.elasticsearch.core.ElasticsearchOperations
elasticsearchTemplate()
-