I have created a fulltext index "peopleSearch" on 'description' property of node "User" and 'skillname' property of relationship "Has_Skill" . Relationship have some more properties of its own based on my requirement .
I want to query my neo4j database and get all the neo4j entity (both User and Relationship) which have either description text contains "grails" or having skillName "grails".