type github.com/jackc/pgx/v5/pgtype.TSVectorLexeme

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L24: 	Lexemes []TSVectorLexeme
		tsvector.go#L29: type TSVectorLexeme struct {
		tsvector.go#L209: 		tsv.Lexemes = make([]TSVectorLexeme, entryCount)
		tsvector.go#L218: 		lexeme := TSVectorLexeme{Word: string(src[rp : rp+nullIndex])}
		tsvector.go#L488: 		entry := TSVectorLexeme{Word: word}