Hi all,

I'm having a problem using Verity (not the K2 spider) on CF5.
Specifically, I can index a query fine, but if I try to index a
directory of cfm files using either the administrator or cfindex, then
do a CFDUMP on what cfsearch returns, I get nothing. I've deleted the
collection and recreated many times, but still nothing. Is there some
secret step I'm not aware of? The 

Here's some test code I'm running to delete, recreate, index (tried two
versions, obviously not at the same time) and then search the
collection. The path referenced contains cfm files which are mostly
static html:

<!--- delete rmtraining_static --->
<cfcollection action="delete" collection="rmtraining_static"> 
<p>deleted rmtraining_static</p>

<!--- create rmtraining_static --->
<cfcollection action="create" collection="rmtraining_static"
path="#request.root#training\courses\">
<p>Created rmtraining_static</p>

<!--- index rmtraining_static --->
<cfindex action="update" collection="rmtraining_static"
key="#request.root#training\courses\" type="file" title="Training"
urlpath="#request.baseURL#training/courses/">
<p>indexed rmtraining_static</p>

<!--- alternate indexing of rmtraining_static 
<cfindex action="update" collection="rmtraining_static"
key="#request.root#training\courses" type="path"> --->

<cfsearch name="results" collection="rmtraining_static"> 
<p>Search results:</p> 
<cfdump var="#results#"> 

Thanks in advance,
Kay.

______________________________________________________
Kay Smoljak          Web Developer        PerthWeb Pty Ltd

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375

www.perthweb.com.au          developer.perthweb.com.au

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

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

Reply via email to