CREATE INDEX ON

Index labeled nodes by property

The CREATE INDEX ON clause will create and populate an index on a property for all nodes that have a label.

Reference: schema indexes manual page
Related: :help DROP INDEX ON :help Schema :help Cypher
CREATE INDEX ON :Person(name)
Create an index on the label Person and property name.