Fulltext search return which terms are found

Hi,

I am using full-text search with Neo4j. If the user inputs a composite search term, for example "A B C", is there a way that in the search results I can get the information which tokens have been found in each node? More precisely, if only "A B" is found in a specific node, is there a way for me to find this out, for example like this?
score = ...
node = details
foundTerms = ["A", "B"]

Thanks a lot,
Alisa

Welcome to the community Alisa, while this isn't a direct answer to your question. There's a ton of good info in this article on graph aware that might get you where you need to go. Deep Dive into Neo4j 3.5 Full Text Search | GraphAware Hope it helps.