Class AllField
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.AllField
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class AllField extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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
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_vectorsjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forAllField
-
-
Method Details
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupAllFieldDeserializer
-