Not sure if it was answered -
Here is what I had used - this is not MX - don't know if it changed - 
haven't had to do verity with mx yet - but simply note IndexExtensions - 
just simply list them there...

<CFSET IndexDirectory = "d:\webs\internal\">
<CFSET IndexRecurse = "NO">
<CFSET IndexExtensions = ".doc">


<CFINDEX
    collection="#IndexCollection#"
    action="REFRESH"
    type="PATH"
    key="#IndexDirectory#\"
    extensions="#IndexExtensions#"
    recurse="#IndexRecurse#"

jay miller
Les Mizzell wrote:

>Sorry for the repost - I just noticed that I got no messages at all from the
>list for like 2 days when I originally sent this out, so maybe it got
>lost....
>
>
>Is there a way to specify a list of files to be excluded (.htm, .cfm or
>whatever...) for a Verity Collection WHERE the files live in the same folder
>as files to be indexed?
>
>
>....or better to just restructure things a bit and move the files we don't
>want indexed?
>
>
>TIA
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to