Uses of Enum Class
org.springframework.data.elasticsearch.core.RefreshPolicy
Packages that use RefreshPolicy
Package
Description
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of RefreshPolicy in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return RefreshPolicyModifier and TypeMethodDescriptionprotected RefreshPolicyAbstractReactiveElasticsearchConfiguration.refreshPolicy()Deprecated.Set up the writeRefreshPolicy. -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.config
Methods in org.springframework.data.elasticsearch.config that return RefreshPolicyModifier and TypeMethodDescriptionprotected RefreshPolicyElasticsearchConfigurationSupport.refreshPolicy()Set up the writeRefreshPolicy. -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.core
Fields in org.springframework.data.elasticsearch.core declared as RefreshPolicyModifier and TypeFieldDescriptionprotected RefreshPolicyAbstractElasticsearchTemplate.refreshPolicyprotected RefreshPolicyAbstractReactiveElasticsearchTemplate.refreshPolicyMethods in org.springframework.data.elasticsearch.core that return RefreshPolicyModifier and TypeMethodDescriptionAbstractElasticsearchTemplate.getRefreshPolicy()AbstractReactiveElasticsearchTemplate.getRefreshPolicy()static RefreshPolicyReturns the enum constant of this class with the specified name.static RefreshPolicy[]RefreshPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core with parameters of type RefreshPolicyModifier and TypeMethodDescriptionvoidAbstractElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy) voidAbstractReactiveElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy) Set the defaultRefreshPolicyto apply when writing to Elasticsearch. -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return RefreshPolicyMethods in org.springframework.data.elasticsearch.core.query with parameters of type RefreshPolicyModifier and TypeMethodDescriptionBulkOptions.BulkOptionsBuilder.withRefreshPolicy(RefreshPolicy refreshPolicy) UpdateQuery.Builder.withRefreshPolicy(RefreshPolicy refreshPolicy)