cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Full Text Search Boolean 'AND' across Entities/Concepts

In Neo4j's full-text search capabilities, is it possible to perform a Boolean 'AND' operation among different entities/concepts in a graph database? The Boolean 'OR' operation is the default operation and it works just fine.
For e.g. there are two entities such as 'Actor' and 'Movie' and I want to do a Boolean 'AND' over, maybe something like "call db.index.fulltext.queryNodes("index",'"Transformers" AND "Megan"') yield node, score " [where I expect to get the Transformers movies in which Megan has acted in] but I get nothing.

0 REPLIES 0