| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.objects |
| Modifier and Type | Method | Description |
|---|---|---|
default IndexSettings |
SyncSettings.getSettings() |
Get settings of this index
|
default IndexSettings |
SyncSettings.getSettings(RequestOptions requestOptions) |
Get settings of this index
|
| Modifier and Type | Method | Description |
|---|---|---|
default CompletableFuture<IndexSettings> |
AsyncSettings.getSettings() |
Get settings of this index
|
default CompletableFuture<IndexSettings> |
AsyncSettings.getSettings(RequestOptions requestOptions) |
Get settings of this index
|
| Modifier and Type | Method | Description |
|---|---|---|
default CompletableFuture<AsyncTask> |
AsyncSettings.setSettings(IndexSettings settings) |
Set settings of this index, and do not forward to replicas
|
default CompletableFuture<AsyncTask> |
AsyncSettings.setSettings(IndexSettings settings,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to slaves
|
default CompletableFuture<AsyncTask> |
AsyncSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas) |
Set settings of this index
|
default CompletableFuture<AsyncTask> |
AsyncSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
Set settings of this index
|
default Task |
SyncSettings.setSettings(IndexSettings settings) |
Set settings of this index, and do not forward to replicas
|
default Task |
SyncSettings.setSettings(IndexSettings settings,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to slaves
|
default Task |
SyncSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas) |
Set settings of this index
|
default Task |
SyncSettings.setSettings(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
Set settings of this index
|
Copyright © 2018. All rights reserved.