| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.settings |
| Modifier and Type | Method and Description |
|---|---|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings)
Set settings of this index, and do not forward to slaves
|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas)
Set settings of this index, and do not forward to replicas
|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions)
Set settings of this index, and do not forward to replicas
|
default SetSettingsResponse |
SearchIndexSettings.setSettings(IndexSettings settings,
RequestOptions requestOptions)
Set settings of this index, and do not forward to slaves
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings)
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings,
Boolean forwardToReplicas)
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions)
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<SetSettingsResponse> |
SearchIndexSettings.setSettingsAsync(IndexSettings settings,
RequestOptions requestOptions)
Set settings of this index, and do not forward to slaves
|
| Modifier and Type | Method and Description |
|---|---|
SetSettingsResponse |
SetSettingsResponse.setUpdatedAt(ZonedDateTime updatedAt) |
Copyright © 2019. All rights reserved.