I have a link like http://drive.google.com and I want to match \"google\" out of the link.
I have:
query: { bool : { must: {
use wildcard query:
'{"query":{ "wildcard": { "text.keyword" : "*google*" }}}'