You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Byron Miller <by...@yahoo.com> on 2005/10/28 22:44:11 UTC

using site:mydomain.com searches question

If you use site:mydomain.com instead of
site:www.mydomain.com, shouldn't the query search 
home.mydomain.com, news.mydomain.com or any prefixed
url of that domain?



Re: using site:mydomain.com searches question

Posted by Andy Lee <ag...@earthlink.net>.
On Oct 28, 2005, at 4:44 PM, Byron Miller wrote:
> If you use site:mydomain.com instead of
> site:www.mydomain.com, shouldn't the query search
> home.mydomain.com, news.mydomain.com or any prefixed
> url of that domain?

"site:" only matches on the full hostname that was given in the url.   
One alternative is to modify your indexing so it indexes on  
mydomain.com whenever it sees *.mydomain.com.  Another alternative is  
to search on "url:" -- for example, "url:mydomain.com".

--Andy