Package org.elasticsearch.client.indices
Class AnalyzeResponse
- java.lang.Object
-
- org.elasticsearch.client.indices.AnalyzeResponse
-
public class AnalyzeResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyzeResponse.AnalyzeToken
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DetailAnalyzeResponsedetail()booleanequals(Object o)static AnalyzeResponsefromXContent(XContentParser parser)List<AnalyzeResponse.AnalyzeToken>getTokens()inthashCode()
-
-
-
Method Detail
-
getTokens
public List<AnalyzeResponse.AnalyzeToken> getTokens()
-
detail
public DetailAnalyzeResponse detail()
-
fromXContent
public static AnalyzeResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-