Package org.elasticsearch.client.core
Class TermVectorsResponse.TermVector.Token
- java.lang.Object
-
- org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
-
- Enclosing class:
- TermVectorsResponse.TermVector
public static final class TermVectorsResponse.TermVector.Token extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Token(java.lang.Integer startOffset, java.lang.Integer endOffset, java.lang.Integer position, java.lang.String payload)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static TermVectorsResponse.TermVector.TokenfromXContent(XContentParser parser)java.lang.IntegergetEndOffset()Returns the end offset of the token in the document's fieldjava.lang.StringgetPayload()Returns the payload of the token ornullif the payload doesn't existjava.lang.IntegergetPosition()Returns the position of the token in the document's fieldjava.lang.IntegergetStartOffset()Returns the start offset of the token in the document's fieldinthashCode()
-
-
-
Method Detail
-
fromXContent
public static TermVectorsResponse.TermVector.Token fromXContent(XContentParser parser)
-
getStartOffset
public java.lang.Integer getStartOffset()
Returns the start offset of the token in the document's field
-
getEndOffset
public java.lang.Integer getEndOffset()
Returns the end offset of the token in the document's field
-
getPosition
public java.lang.Integer getPosition()
Returns the position of the token in the document's field
-
getPayload
public java.lang.String getPayload()
Returns the payload of the token ornullif the payload doesn't exist
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-