I am extremely new to Verity searching - today is literally my first day.  So 
there may be more graceful ways to solve this conundrum, but here's what I 
have...

I have subdirectories called 'admin' and 'includes' that I do not want showing 
up in search results, so at the top of the search results page, I have:

<CFSEARCH NAME="Search_mySite"
          COLLECTION="mySite"
          CRITERIA="#FORM.Search_Term# NOT /admin/ NOT /includes/">

Seems to work great.

Good luck,
Josh Knopp
AMS, Inc.


>Hi all,
>
>I have just started to play with Verity on CF 4.52 (I have used htdig
>before). I am not big fan of pages in the templates directory, as well as
>custom tags being indexed.
>
>Is there a tag or, is it possble to use robots.txt, to exclude
>pages/templates?
>
>I tried
><META NAME="robots" CONTENT="noindex">
>...but it didn't work.
>
>Any tips are welcome. Oh, by the way, this is what I used for the indexing:
>
><CFINDEX COLLECTION="acollection"
>    KEY="c:\htdocs\website"
>    ACTION="REFRESH"
>    TYPE="PATH"
>    URLPATH="http://www.website.com";
>    EXTENSIONS=".htm, .html, .cfm, .pdf"
>    RECURSE="Yes"
>    LANGUAGE="English">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274035
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to