Class AllField
java.lang.Object
org.opensearch.client.opensearch._types.mapping.AllField
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<AllField.Builder,AllField>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class AllField
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<AllField.Builder,AllField>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AllField> Json deserializer forAllField -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringanalyzer()Required - API name:analyzerstatic AllField.Builderbuilder()final booleanenabled()Required - API name:enabledbooleaninthashCode()static AllFieldfinal booleanRequired - API name:omit_normsfinal StringRequired - API name:search_analyzervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringRequired - API name:similarityfinal booleanstore()Required - API name:storefinal booleanRequired - API name:store_term_vector_offsetsfinal booleanRequired - API name:store_term_vector_payloadsfinal booleanRequired - API name:store_term_vector_positionsfinal booleanRequired - API name:store_term_vectorsCreate 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 forAllField
-
-
Method Details
-
of
-
analyzer
Required - API name:analyzer -
enabled
public final boolean enabled()Required - API name:enabled -
omitNorms
public final boolean omitNorms()Required - API name:omit_norms -
searchAnalyzer
Required - API name:search_analyzer -
similarity
Required - API name:similarity -
store
public final boolean store()Required - API name:store -
storeTermVectorOffsets
public final boolean storeTermVectorOffsets()Required - API name:store_term_vector_offsets -
storeTermVectorPayloads
public final boolean storeTermVectorPayloads()Required - API name:store_term_vector_payloads -
storeTermVectorPositions
public final boolean storeTermVectorPositions()Required - API name:store_term_vector_positions -
storeTermVectors
public final boolean storeTermVectors()Required - API name:store_term_vectors -
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<AllField.Builder,AllField> - Returns:
- a new builder instance.
-
builder
-
setupAllFieldDeserializer
-
hashCode
public int hashCode() -
equals
-