AbstractIndex<T>, Serializable, SyncBaseIndex<T>Indexpublic interface SyncSettings<T> extends SyncBaseIndex<T>
| Modifier and Type | Method | Description |
|---|---|---|
default IndexSettings |
getSettings() |
Get settings of this index
|
default IndexSettings |
getSettings(RequestOptions requestOptions) |
Get settings of this index
|
default Task |
setSettings(IndexSettings settings) |
Set settings of this index, and do not forward to replicas
|
default Task |
setSettings(IndexSettings settings,
RequestOptions requestOptions) |
Set settings of this index, and do not forward to slaves
|
default Task |
setSettings(IndexSettings settings,
Boolean forwardToReplicas) |
Set settings of this index
|
default Task |
setSettings(IndexSettings settings,
Boolean forwardToReplicas,
RequestOptions requestOptions) |
Set settings of this index
|
getKlass, getNamegetApiClientdefault IndexSettings getSettings() throws AlgoliaException
AlgoliaExceptiondefault IndexSettings getSettings(@Nonnull RequestOptions requestOptions) throws AlgoliaException
requestOptions - Options to pass to this requestAlgoliaExceptiondefault Task setSettings(@Nonnull IndexSettings settings) throws AlgoliaException
settings - the settings to setAlgoliaExceptiondefault Task setSettings(@Nonnull IndexSettings settings, @Nonnull RequestOptions requestOptions) throws AlgoliaException
settings - the settings to setrequestOptions - Options to pass to this requestAlgoliaExceptiondefault Task setSettings(@Nonnull IndexSettings settings, @Nonnull Boolean forwardToReplicas) throws AlgoliaException
settings - the settings to setforwardToReplicas - should these updates be forwarded to the replicasAlgoliaExceptiondefault Task setSettings(@Nonnull IndexSettings settings, @Nonnull Boolean forwardToReplicas, @Nonnull RequestOptions requestOptions) throws AlgoliaException
settings - the settings to setforwardToReplicas - should these updates be forwarded to the slavesrequestOptions - Options to pass to this requestAlgoliaExceptionCopyright © 2018. All rights reserved.