Thanks all, Went with Creating a bunch of different collections.......I knew
I can count on you guys to think on a Friday.......

Pragnesh



"Antony Sideropoulos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> You can delete specific entries from a collection once it has been
> populated.
>
> This is some code I used to deleted framesets from an indexed HTML
> collection:
>
> <!--- Index the collection --->
> <cfindex
> collection="HTMLCollection"
> action="REFRESH".....
>
> <!--- Seed the search --->
> <cfsearch
> name="DeleteFramesAndMenus"
> collection="HTMLCollection"
> criteria="">
>
> <cfoutput query="DeleteFramesAndMenus">
> <!--- framesets have a s_ prefix; find a part of the filename in the
> key --->
> <CFIF Find("\s_",Key,1) GT 0>
> <cfindex
> action="DELETE"
> collection="HTMLCollection"
> key="#Key#">
> </CFIF>
> </cfoutput>
>
> Maybe this will help.  Could be slow, depending on the size of the
> collection - mine was only about 300 items.
>
> "Pragnesh" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >
> > Hi All,
> >
> > How do I stop Verity from Indexing/Searching a few folders?
> >
> > Thanks in advance.
> >
> > Pragnesh
> >
> >
> >
> >
>
>
>
> ---
> You are currently subscribed to cfaussie as:
> [EMAIL PROTECTED]
> To unsubscribe send a blank email to
> [EMAIL PROTECTED]
>
> MX Downunder AsiaPac DevCon - http://mxdu.com/
>
> ----------------------------------------------------------------------
> Maddocks
> Melbourne - Tel: (61 3) 9288 0555  Fax: (61 3) 9288 0666
> Sydney - Tel: (61 2) 8223 4100  Fax: (61 2) 9221 0872
> Web: http://www.maddocks.com.au
> ----------------------------------------------------------------------
> The information in this electronic mail is privileged
> and confidential, intended only for use of the individual
> or entity named.  If you are not the intended recipient,
> any dissemination, copying or use of the information is
> strictly prohibited.  If you have received this transmission
> in error please delete it immediately from your system
> and inform us by email on [EMAIL PROTECTED]
> ----------------------------------------------------------------------
>
>
>



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to