Is there a way to search for a document by id (_doc) and then count the number of times a phrase is mentioned?
Given the text in a field called 'message': "Bob Smith is a plumber. Bob Smith is also a racecar driver. Bob Smith is not an elasticsearch expert".
Could I count Bob Smith (3) some how?