Class AllField
- java.lang.Object
-
- org.opensearch.client.opensearch._types.mapping.AllField
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AllField extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllField.BuilderBuilder forAllField.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<AllField>_DESERIALIZERJson deserializer forAllField
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringanalyzer()Required - API name:analyzerbooleanenabled()Required - API name:enabledstatic AllFieldof(java.util.function.Function<AllField.Builder,ObjectBuilder<AllField>> fn)booleanomitNorms()Required - API name:omit_normsjava.lang.StringsearchAnalyzer()Required - 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 voidsetupAllFieldDeserializer(ObjectDeserializer<AllField.Builder> op)java.lang.Stringsimilarity()Required - API name:similaritybooleanstore()Required - API name:storebooleanstoreTermVectorOffsets()Required - API name:store_term_vector_offsetsbooleanstoreTermVectorPayloads()Required - API name:store_term_vector_payloadsbooleanstoreTermVectorPositions()Required - API name:store_term_vector_positionsbooleanstoreTermVectors()Required - API name:store_term_vectors
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<AllField> _DESERIALIZER
Json deserializer forAllField
-
-
Method Detail
-
of
public static AllField of(java.util.function.Function<AllField.Builder,ObjectBuilder<AllField>> fn)
-
analyzer
public final java.lang.String 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
public final java.lang.String searchAnalyzer()
Required - API name:search_analyzer
-
similarity
public final java.lang.String 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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupAllFieldDeserializer
protected static void setupAllFieldDeserializer(ObjectDeserializer<AllField.Builder> op)
-
-