I’m just starting to learn the Cypher query language and GraphDb in general. I’ve created some indexes using the class name of my nodes like:
“com.acme.node.SomeNodeType”
I can’t for the life of me figure out how to reference this index in Cypher. I found this thread but using ` didn’t work for me.
So I guess I have 2 questions:
- Is it possible to use an index with dots in the name?
- If so, how do I specify the name in the query?
can you try to query them with ” like
?