Class ElasticsearchProperties

java.lang.Object
org.apache.syncope.ext.elasticsearch.client.ElasticsearchProperties

@ConfigurationProperties("elasticsearch") public class ElasticsearchProperties extends Object
  • Constructor Details

    • ElasticsearchProperties

      public ElasticsearchProperties()
  • Method Details

    • getHosts

      public List<String> getHosts()
    • setHosts

      public void setHosts(List<String> hosts)
    • getIndexMaxResultWindow

      public int getIndexMaxResultWindow()
    • setIndexMaxResultWindow

      public void setIndexMaxResultWindow(int indexMaxResultWindow)
    • getNumberOfShards

      public String getNumberOfShards()
    • setNumberOfShards

      public void setNumberOfShards(String numberOfShards)
    • getNumberOfReplicas

      public String getNumberOfReplicas()
    • setNumberOfReplicas

      public void setNumberOfReplicas(String numberOfReplicas)