Constructor new TermPosition(term, position) → {this} Creates a new term position. Parameters: Name Type Description term string The term/word to store. position int The position within the document. Source: index.js, line 16 Returns: Type this