Thank you Gareth. I prefer to use vspider since cfindex will index all docs
linked or not linked. I want user to be able just search and see everything
just http linked or generated html page NOT the source code.

On 04/10/06, Gareth Hughes <[EMAIL PROTECTED]> wrote:
>
> From the verity people:
> ---
> Error -1705 = Node is offline. You get this error when the K2 server and
> collection is not online.
> ---
>
> If the collection has been successsfully created and registered you might
> try restarting Verity to see if that clears the error.
>
> Have you tried using cfindex instead of verity spider? Try using
> cfcollection (as you have below) to create a new, empty collection then
> use
> cfindex to build the collection. I'd suggest trying it on a small test
> directory rather than your entire intranet in the first instance:
>
> <cfindex
>      collection="snippets"
>      action="update"
>      type="path"
>      key="c:\inetpub\wwwroot\cfdocs\snippets"
>      urlpath=http://localhost/cfdocs/snippets
>      recurse="no"
>      extensions=".*">
>
>
>
>
> ----- Original Message -----
> From: "George Lu" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[email protected]>
> Sent: Wednesday, October 04, 2006 6:53 AM
> Subject: verity spider
>
>
> Currently I'm using K2 server to index and search our intranet. Indexing
> and
> searching is very slow and it is not working with dynamic content such as
> ..cfm.
>
> I've found very limited documentation using Google. Anyway, I've managed
> to
> create and index a collection using vspider. e.g.
>
> Vspider
> -collection e:\CFusionMX7\verity\collections\test
> -start http://localhost/test/
> -style e:\CFusionMX7\verity\Data\stylesets\ColdFusionVspider
>
> And then I've tried to use CF administrator to register the collection. It
> fails. I've created a file contains:
> <cfflush>
> <cfcollection action=create
> collection=test path="e:\CFusionMX7\verity\collections" language="English"
> CATEGORIES="no">
> <cfflush>
>
> It has successfully registered the collection 'test' in the CF
> administrator. However, when I search the collection I've got this error:
> ------------------------------------------------
> There was a problem executing the CFSearch tag with the following
> collections.
> Collection (status code): test (-1705)
>
> The error occurred in
> E:\webroot\IntraDev\Functions\Search\SearchAction.cfm:
> line 34
>
> 32 : collection="test" MAXROWS="300"
> 33 : type="internet"
> 34 : criteria="#searchstring#">
> ------------------------------------------------
>
> Can anyone please help?
>
> Thanks,
> George
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to