This is what I am doing. I really don't know what I am doing wrong
CREATE INDEX index_user FOR (n:User) ON (n.id, n.username, n.email)
The Output is
Invalid input 'i': expected whitespace, comment, ON, '=', node labels, MapLiteral, a parameter, a parameter (old syntax), a relationship pattern, ',', FROM GRAPH, CONSTRUCT, LOAD CSV, START, MATCH, UNWIND, MERGE, CREATE UNIQUE, CREATE, SET, DELETE, REMOVE, FOREACH, WITH, CALL, RETURN, UNION, ';' or end of input (line 1, column 14 (offset: 13)) "CREATE INDEX index_user FOR (n:User)"