Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-07-2022 01:14 AM
PROFILE
CALL db.index.fulltext.queryRelationships(
'ActedInRoleIndex', $testString) YIELD relationship
WITH relationship AS rel
RETURN startNode(rel).name, endNode(rel).title, rel.roles
It says "... We see that the execution plan is doing a NodeByLabelScan which is producing a lot of rows.... "
But I don't see any NodeByLabelScan in the Profile exit.
Is this an error in the course text?
Thanks!
02-07-2022 05:15 AM
Hello @antonio.delbrio and welcome to the Community!
Indeed this is a mistake in the text. We will make the text clearer so it refers to the previous query.
Elaine
All the sessions of the conference are now available online