Class IndexSettingsSearch
java.lang.Object
org.opensearch.client.opensearch.indices.IndexSettingsSearch
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IndexSettingsSearch.Builder,IndexSettingsSearch>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IndexSettingsSearch
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<IndexSettingsSearch.Builder,IndexSettingsSearch>
The configuration for search operations.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingsSearch> Json deserializer forIndexSettingsSearch -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSettingsSearch.Builderbuilder()API name:concurrentAPI name:concurrent_segment_searchfinal StringThe default search pipeline to use.booleaninthashCode()final SearchIdleidle()API name:idlestatic IndexSettingsSearchvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal SearchSlowlogslowlog()API name:slowlogfinal BooleanAPI name:throttledCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forIndexSettingsSearch
-
-
Method Details
-
of
public static IndexSettingsSearch of(Function<IndexSettingsSearch.Builder, ObjectBuilder<IndexSettingsSearch>> fn) -
concurrent
API name:concurrent -
concurrentSegmentSearch
API name:concurrent_segment_search -
defaultPipeline
The default search pipeline to use.API name:
default_pipeline -
idle
API name:idle -
slowlog
API name:slowlog -
throttled
API name:throttled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<IndexSettingsSearch.Builder,IndexSettingsSearch> - Returns:
- a new builder instance.
-
builder
-
setupIndexSettingsSearchDeserializer
protected static void setupIndexSettingsSearchDeserializer(ObjectDeserializer<IndexSettingsSearch.Builder> op) -
hashCode
public int hashCode() -
equals
-