Schema based indexing, which is what you are using via Cypher there, only supports exact indexing.
Full text indexes are not supported in Cypher, or via schemas yet. You’ll need to use the legacy indexing APIs to manually index individual nodes.
--
Tatham Oddie
--
You received this message because you are subscribed to the Google Groups "Neo4jClient" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
neo4jclient...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
What syntax were you thinking of?
--
Tatham Oddie