Class AnalyzeRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.AnalyzeRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class AnalyzeRequest extends RequestBase implements JsonpSerializable
Performs the analysis process on a text and return the tokens breakdown of the text.
See Also: