Class SettingsHighlight
java.lang.Object
co.elastic.clients.elasticsearch.indices.SettingsHighlight
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class SettingsHighlight extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettingsHighlight.BuilderBuilder forSettingsHighlight. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SettingsHighlight>_DESERIALIZERJson deserializer forSettingsHighlight -
Method Summary
Modifier and Type Method Description java.lang.IntegermaxAnalyzedOffset()API name:max_analyzed_offsetstatic SettingsHighlightof(java.util.function.Function<SettingsHighlight.Builder,ObjectBuilder<SettingsHighlight>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSettingsHighlightDeserializer(ObjectDeserializer<SettingsHighlight.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSettingsHighlight
-
-
Method Details
-
of
public static SettingsHighlight of(java.util.function.Function<SettingsHighlight.Builder,ObjectBuilder<SettingsHighlight>> fn) -
maxAnalyzedOffset
@Nullable public final java.lang.Integer maxAnalyzedOffset()API name:max_analyzed_offset -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSettingsHighlightDeserializer
protected static void setupSettingsHighlightDeserializer(ObjectDeserializer<SettingsHighlight.Builder> op)
-