Class TermVectorsResponse.TermVector.Token

    • Constructor Summary

      Constructors 
      Constructor Description
      Token​(java.lang.Integer startOffset, java.lang.Integer endOffset, java.lang.Integer position, java.lang.String payload)  
    • Constructor Detail

      • Token

        public Token​(java.lang.Integer startOffset,
                     java.lang.Integer endOffset,
                     java.lang.Integer position,
                     java.lang.String payload)
    • Method Detail

      • 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 or null if the payload doesn't exist
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object