@bjwiley23 in Sqllite, MySQL, MS SQL Server once the Service/ Server is turned on .. it results in the databases listed under them become active/ available for incoming connections.
In Neo, although we have the desktop app up/ turned on, but we don't...
Made a quick example, if that helps..
create (:Mail{content:'this is a word count mail message'})
create (:Mail{content:'this is not a word count mail message'})
create (:Mail{content:'this is funny message'})
create (:Mail{content:'this is not so fu...
I think what @accounts means to convey is .. do you want to compute word count per mail OR compute a count of mails where the specified word was found? Cause depending on that query would need to be adjusted.
From your original question, I believe, ...