Class TermVectorsResponse.TermVector.Token

    • Method Detail

      • getStartOffset

        public Integer getStartOffset()
        Returns the start offset of the token in the document's field
      • getEndOffset

        public Integer getEndOffset()
        Returns the end offset of the token in the document's field
      • getPosition

        public Integer getPosition()
        Returns the position of the token in the document's field
      • getPayload

        public String getPayload()
        Returns the payload of the token or null if the payload doesn't exist
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object