Class AllField
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.AllField
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final 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 -
Constructor Summary
Constructors Constructor Description AllField(AllField.Builder builder)AllField(java.util.function.Function<AllField.Builder,AllField.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringanalyzer()Required - API name:analyzerbooleanenabled()Required - API name:enabledbooleanomitNorms()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(DelegatingDeserializer<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_vectorsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAllField
-
-
Constructor Details
-
AllField
-
AllField
-
-
Method Details
-
analyzer
public java.lang.String analyzer()Required - API name:analyzer -
enabled
public boolean enabled()Required - API name:enabled -
omitNorms
public boolean omitNorms()Required - API name:omit_norms -
searchAnalyzer
public java.lang.String searchAnalyzer()Required - API name:search_analyzer -
similarity
public java.lang.String similarity()Required - API name:similarity -
store
public boolean store()Required - API name:store -
storeTermVectorOffsets
public boolean storeTermVectorOffsets()Required - API name:store_term_vector_offsets -
storeTermVectorPayloads
public boolean storeTermVectorPayloads()Required - API name:store_term_vector_payloads -
storeTermVectorPositions
public boolean storeTermVectorPositions()Required - API name:store_term_vector_positions -
storeTermVectors
public boolean storeTermVectors()Required - API name:store_term_vectors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupAllFieldDeserializer
-