Class AnalyzeDetail
java.lang.Object
org.opensearch.client.opensearch.indices.analyze.AnalyzeDetail
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<AnalyzeDetail.Builder,AnalyzeDetail>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class AnalyzeDetail
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<AnalyzeDetail.Builder,AnalyzeDetail>
The detailed analysis results.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AnalyzeDetail> Json deserializer forAnalyzeDetail -
Method Summary
Modifier and TypeMethodDescriptionfinal AnalyzerDetailanalyzer()API name:analyzerstatic AnalyzeDetail.Builderbuilder()final List<CharFilterDetail> The list of character filter results.final booleanRequired - Whether a custom analyzer was used.booleaninthashCode()static AnalyzeDetailvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final List<TokenDetail> The list of token filter results.final TokenDetailAPI name:tokenizerMethods 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 forAnalyzeDetail
-
-
Method Details
-
of
-
analyzer
API name:analyzer -
charfilters
The list of character filter results.API name:
charfilters -
customAnalyzer
public final boolean customAnalyzer()Required - Whether a custom analyzer was used.API name:
custom_analyzer -
tokenfilters
The list of token filter results.API name:
tokenfilters -
tokenizer
API name:tokenizer -
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<AnalyzeDetail.Builder,AnalyzeDetail> - Returns:
- a new builder instance.
-
builder
-
setupAnalyzeDetailDeserializer
-
hashCode
public int hashCode() -
equals
-