| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.config | |
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
protected RefreshPolicy |
ElasticsearchConfigurationSupport.refreshPolicy()
Set up the write
RefreshPolicy. |
protected RefreshPolicy |
AbstractReactiveElasticsearchConfiguration.refreshPolicy()
Set up the write
RefreshPolicy. |
| Modifier and Type | Field and Description |
|---|---|
protected RefreshPolicy |
AbstractReactiveElasticsearchTemplate.refreshPolicy |
protected RefreshPolicy |
AbstractElasticsearchTemplate.refreshPolicy |
| Modifier and Type | Method and Description |
|---|---|
RefreshPolicy |
AbstractReactiveElasticsearchTemplate.getRefreshPolicy() |
RefreshPolicy |
AbstractElasticsearchTemplate.getRefreshPolicy() |
static RefreshPolicy |
RefreshPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshPolicy[] |
RefreshPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReactiveElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy)
Set the default
RefreshPolicy to apply when writing to Elasticsearch. |
void |
AbstractElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy) |
| Modifier and Type | Method and Description |
|---|---|
RefreshPolicy |
UpdateQuery.getRefreshPolicy() |
RefreshPolicy |
BulkOptions.getRefreshPolicy() |
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery.Builder |
UpdateQuery.Builder.withRefreshPolicy(RefreshPolicy refreshPolicy) |
BulkOptions.BulkOptionsBuilder |
BulkOptions.BulkOptionsBuilder.withRefreshPolicy(RefreshPolicy refreshPolicy) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.