Neo4j full text search with customize using java

Hi Team,

I am new to Graph database (Neo4j). Have some requirement like to search the text across all the nodes. Search criteria are like

1.case insensitive

2.relvant text (eg: oracle developer or developer oracle ) both are same.

3.meaningfull words.

Kindly helps us How to achive the above problem?

@gerrit_meier @glilienfield

You should look at adding a full text index.

https://neo4j.com/docs/cypher-manual/current/indexes-for-full-text-search/

you can perform case insensitive search with grep pattern matching, when you want a simple search.

Hi Guys ,
i am currently using the full text search , one of node have spring boot.I want search like spring-boot. Am getting the result like zero result.But I want spring boot node. How to Solve the problem.?