Skip to main content
Participant
December 11, 2008
Question

CF8 Verity Collection Problem

  • December 11, 2008
  • 1 reply
  • 851 views
I am running the test code shown below.

The result is:

query
CATEGORIES CHARSET CREATED DOCCOUNT EXTERNAL LANGUAGE LASTMODIFIED MAPPED NAME ONLINE PATH REGISTERED SIZE
1 No 1252 {ts '2008-12-11 15:51:16'} 81 NO english {ts '2008-12-11 15:52:05'} NO testcontent YES /opt/coldfusion8/verity/collections/testcontent CF 220

struct
Detail The collection you specified does not exists or is not registered with the ColdFusion Search Service.
Message The collection testcontent does not exist.
[snip rest of dump]

When I use the CLI rcvdk program, the collection works fine and I can search against the collection.
This topic has been closed for replies.

1 reply

Inspiring
December 12, 2008
Dessimis wrote:
> I am running the test code shown below.
>
> The result is:
>
> query
> CATEGORIES CHARSET CREATED DOCCOUNT EXTERNAL LANGUAGE LASTMODIFIED
> MAPPED NAME ONLINE PATH REGISTERED SIZE
> 1 No 1252 {ts '2008-12-11 15:51:16'} 81 NO english {ts '2008-12-11
> 15:52:05'} NO testcontent YES
> /opt/coldfusion8/verity/collections/testcontent CF 220
>
> struct
> Detail The collection you specified does not exists or is not registered with
> the ColdFusion Search Service.
> Message The collection testcontent does not exist.
> [snip rest of dump]
>
> When I use the CLI rcvdk program, the collection works fine and I can search
> against the collection.
>
> <cfcollection action = "list" name = "verity" >
>
> <cfoutput>List of all known verity collections.<br><br></cfoutput>
> <CFDUMP var = "#verity#">
> <br>
> <cftry>
> <cfsearch name = "quick"
> collection="southernrefecontent"

You're searching the "southernrefecontent" collection here, not
testcontent (unless you anonymized the name before sending).

--
Mack
DessimisAuthor
Participant
December 12, 2008
Yes I missed a reference in attempting to anonymize.