Package org.elasticsearch.client.indices
Class DetailAnalyzeResponse.CharFilteredText
java.lang.Object
org.elasticsearch.client.indices.DetailAnalyzeResponse.CharFilteredText
- Enclosing class:
- DetailAnalyzeResponse
public static class DetailAnalyzeResponse.CharFilteredText
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static DetailAnalyzeResponse.CharFilteredTextfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.lang.StringgetName()java.lang.String[]getTexts()inthashCode()
-
Method Details
-
getName
public java.lang.String getName() -
getTexts
public java.lang.String[] getTexts() -
fromXContent
public static DetailAnalyzeResponse.CharFilteredText fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-