public class ElasticsearchSettings extends Object
| Constructor and Description |
|---|
ElasticsearchSettings() |
public String getConnectionUrl()
public String getUsername()
public String getPassword()
public boolean isEnableIndexing()
public boolean isEnableSearching()
public boolean isSniff()
public int getPostIndexReplicas()
public int getPostIndexShards()
public int getAggregatePostsAfterDays()
public String getPostsAggregatorJobStartTime()
public String getIndexPrefix()
public int getLiveIndexingBatchSize()
public int getRequestTimeoutSeconds()
public int getBulkIndexingTimeWindowSeconds()
public boolean isEnableAutocomplete()
public int getChannelIndexReplicas()
public int getChannelIndexShards()
public int getUserIndexReplicas()
public int getUserIndexShards()
public boolean isSkipTlsVerification()
public String getTrace()
public void setConnectionUrl(String connectionUrl)
public void setUsername(String username)
public void setPassword(String password)
public void setEnableIndexing(boolean enableIndexing)
public void setEnableSearching(boolean enableSearching)
public void setSniff(boolean sniff)
public void setPostIndexReplicas(int postIndexReplicas)
public void setPostIndexShards(int postIndexShards)
public void setAggregatePostsAfterDays(int aggregatePostsAfterDays)
public void setPostsAggregatorJobStartTime(String postsAggregatorJobStartTime)
public void setIndexPrefix(String indexPrefix)
public void setLiveIndexingBatchSize(int liveIndexingBatchSize)
public void setRequestTimeoutSeconds(int requestTimeoutSeconds)
public void setBulkIndexingTimeWindowSeconds(int bulkIndexingTimeWindowSeconds)
public void setEnableAutocomplete(boolean enableAutocomplete)
public void setChannelIndexReplicas(int channelIndexReplicas)
public void setChannelIndexShards(int channelIndexShards)
public void setUserIndexReplicas(int userIndexReplicas)
public void setUserIndexShards(int userIndexShards)
public void setSkipTlsVerification(boolean skipTlsVerification)
public void setTrace(String trace)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.