Class ElasticSearchProperties

java.lang.Object
eu.dnetlib.broker.common.properties.ElasticSearchProperties

@Component("elasticSearchProperties") @ConfigurationProperties(prefix="lbs.elastic") public class ElasticSearchProperties extends Object
  • Constructor Details

    • ElasticSearchProperties

      public ElasticSearchProperties()
  • Method Details

    • getClusterNodes

      public String getClusterNodes()
    • setClusterNodes

      public void setClusterNodes(String clusterNodes)
    • getHomepage

      public String getHomepage()
    • setHomepage

      public void setHomepage(String homepage)
    • getSuggestionEventsIndexName

      public String getSuggestionEventsIndexName()
    • setSuggestionEventsIndexName

      public void setSuggestionEventsIndexName(String suggestionEventsIndexName)
    • getSuggestionNotificationsIndexName

      public String getSuggestionNotificationsIndexName()
    • setSuggestionNotificationsIndexName

      public void setSuggestionNotificationsIndexName(String suggestionNotificationsIndexName)
    • getAlertNotificationsIndexName

      public String getAlertNotificationsIndexName()
    • setAlertNotificationsIndexName

      public void setAlertNotificationsIndexName(String alertNotificationsIndexName)
    • getConnectionTimeout

      public long getConnectionTimeout()
    • setConnectionTimeout

      public void setConnectionTimeout(long connectionTimeout)
    • getSocketTimeout

      public long getSocketTimeout()
    • setSocketTimeout

      public void setSocketTimeout(long socketTimeout)