>
> 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
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.