I have a graph that has only Schema indexes and not legacy indexes as Neo4j documentation recommends. I want to search for nodes like in this example described under the legacy indexing section (exact match, start queries etc). I am wondering if this is possible with schema indexes and if schema indexes use lucene underneath.
Search for nodes in Neo4j with schema index
107 Views Asked by salvador At
2
As of today schema indexes just support exact matches, e.g.
or
IN
operatorsFuture releases might have support for wildcards as well.