I have been playing about with this and there is a thread on the spectra
forums. I have been told that someone at allaire is writing a paper on
the topic by C Lawson. The theory is sound just haven't managed it in
practice yet.
I would be interested if anyone else has.
http://forums.allaire.com/spectra/messageview.cfm?catid=79&threadid=2077
90&loadedfromframes=yes
Doug Cain
Online Courseware-Factory
-----Original Message-----
From: Darren Nickerson [mailto:[EMAIL PROTECTED]]
Sent: 08 September 2001 01:48
To: Spectra-Talk
Subject: Re: Spectra + Verity K2
>
> Can they play together? The integration which does exist seems
specific to
> running Verity in VDK mode only.
>
> True?
For instance, here's what my verity k2 server thinks it has:
bash-2.03# /opt/coldfusion/verity/_ssol26/bin/rck2 -server localhost
-port 9901
Type 'h' for a list of commands
rck2> i
Found: 1 server(s)
serverAlias:
serverSpec: ##.###.##.###:#### (dpn - intentionally removed)
collCount: 3
collName:
collAlias:
fieldNames:
numThreads: 5
state: 0
collName:
collAlias:
fieldNames:
numThreads: 5
state: 0
collName: /opt/coldfusion/verity/collections/cfa_alltypes_iww8i_codb_151
collAlias: cfa_alltypes_iww8i_codb_151
fieldNames: VDKFEATURES, VDKSUMMARY, DOC, DOC_FN, DOC_OF, DOC_SZ,
VdkVgwKey,
Title, Subject, Author, Keywords, Snippet, MIME-Type, Charset, Language,
Encoding, Modified, Created, Comments, Ext, URL, Size, FTS_Creator,
FTS_Producer, PageMap, FileName, NumPages, WXEVersion, PermanentID,
InstanceID, DirID, Exists, IsAChunk, LargeDoc, StartPage, EndPage,
StartPageFrom, EndPageAt, CF_KEY, CF_TITLE, CF_URL, CF_CUSTOM1,
CF_CUSTOM2
numThreads: 5
state: 2
rck2>
Which looks healthy to me. ColdFusion Administrator's "Verity Server"
page
lists one server-managed collection on the attached server:
cfa_alltypes_iww8i_codb_151.
The problem is, when I execute the following template:
bash-2.03# cat 2ktest.cfm
<cfa_typeindexall datasource="iww8i_codb_151">
bash-2.03#
Spectra ends up creating a conventional Verity collection in the "Verity
Collections" section, as if it had no clue one with an identical name
already
existed.
Looking into
/opt/allaire/spectra/customtags/system/tier0/search/cfa_typeindexa
ll.cfm, I see:
<CFA_isCollection
Collection="cfa_alltypes_#LCase(Replace(Attributes.dataSource
," ","_","ALL"))#" r_bIsCollection="itExists">
Then <CFIF NOT itExists>, it goes and creates it.
Will CFA_isCollection no work for k2 collections? Am I doomed?
-Darren
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.