>From a provider's viewpoint. On our shared server, each site is permitted two verity collections set up by the server admin. CFregistry is disabled as a security issue as are several common low level Tags. Developers therefore, must conform their code to a standard that will not only protect the integrity of the server but avoid very long running queries, infinite loops, untrapped errors, etc.
This gives the developer a more restrictive framework than they may be accustomed to on a development machine. It also enforces clean coding and discourages sloppy code, such as never-expiring variables, cookies, no onexit trapping, etc. ===================================== Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org ===================================== ----- Original Message ----- From: "Stephen Moretti" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 3:51 AM Subject: Re: Verity Newbie | > | > I've never actually had to use Verity... until now. It will be on CF5. | > | > I've been reading up on it, and trawling through the archives a great | > deal as well, but I still have a couple of questions. | > | > Firstly, this application will be on a shared host. I downloaded a tag | > from the DevEx which creates collections without requiring access to the | > administrator. It's encrypted, and the documentation doesn't mention it, | > but I'm assuming this would require cfregistry to be enabled? | > | Probably, but there is the CFCollection tag, which will create/delete etc. | Verity Collections. | This tag can be disabled from the administrator, so if it doesn't work then | your host doesn't want you creating collections on their server. | | I strongly recommend you talk to your hosting provider. | | > Secondly, I would like to limit the number of collections I create to | > one (as the hosting company has to set them up, and some hosts limit the | > number you can have - unless the answer to my first questions makes this | > one moot). However, there will be a number of different sections of the | > site (in separate subdirectories) and I'll need to give users the | > ability to search only in selected sections. I can see this would be | > quite easy with multiple collections, however is there some other way of | > doing it (other than parsing the results recordset as I'm outputting | > it)? | > | This really depends on what you're indexing. If you're indexing files and | data then it might be a bit tricky, but it will be possible. If you're | indexing just files or just data, then you won't have any problems. Without | knowing more about how your site is made up, where the information you want | to index is coming from etc. its hard to make any concrete suggestions. | But I will suggest that you look at how you can make best use of the two | CUSTOM fields that you can set in CFINDEX and get back as part of the result | set with CFSEARCH. | | Sorry that thats not a whole lot of help. | | Regards | | Stephen | | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com

