URL Based Search
Type | Description | Example |
---|---|---|
Url Search | url: returns the document with this exact url. Wildcards are not supported. | url:http://twitter.com/BMW/status/561925861155561473 |
Parent Url Search | parenturl: returns all child documents (comments or retweets) from a document specified by the given url. E.g. Give me all the comments for this document url. | parenturl:http://twitter.com/BMW/status/561925861155561473 |
Host Url Restriction | hosturl:"www.spiegel.de" returns all the documents from the host www.spiegel.de | hosturl:"http://www.spiegel.de/" |
Domain Url Restriction | domainurl:spiegel.de returns all the documents from the domain Spiegel.de. Pay attention not to insert www. into the query | domainurl:"http://spiegel.de/" |
Resolved Url Restriction | resolved_url: returns all the documents linking, once resolved, to the exact url. Pay attention not to insert www. into the query | resolved_url:"http://www.spiegel.de/gesundheit/diagnose/nach-impfskandal-22-tote-bei-masern-ausbruch-auf-philippinen-a-1252057.html" |
Resolved Domain Url Restriction | resolved_domain_url:spiegel.de returns all the documents linking, once resolved, to the domain Spiegel.de. Pay attention not to insert www. into the query | resolved_domain_url:"http://spiegel.de/" |
Site Search | site:twitter.com/BMW/ returns all documents from the site twitter.com/BMW/ . site:googleblog.blogspot.com returns documents from googleblog.blogspot.com . Pay attention to end with a / if the site includes a specific path (/BMW/ ) but not if it ends with the top level domain (.com ) | 'site:googleblog.blogspot.com'>site:blogspot.com site:twitter.com/BMW/ |
In Urls Search | inurls:facebook returns all documents which have the keyword facebook _anywhere* in their url, or which have it in any referenced url in the content. | inurls:facebook |
info
All URL based search features are case sensitive.