CREATE FULLTEXT INDEX across multiple nodes

Her is an example in the text for multiple nodes and properties. Nodes labels are separated by a ‘|’ and properties are specified in a list.

there is optional configuration map of values, but it doesn’t not provide a description of all the key/value pairs, unless the few discussed in the text is all of them.

CREATE FULLTEXT INDEX titlesAndDescriptions FOR (n:Movie|Book) ON EACH [n.title, n.description]