verity

How do you rename a Verity collection in ColdFusion?

Can't seem to rename an existing Verity collection in ColdFusion without deleting, recreating, and rebuilding the collection. Problem is, I have some very large collections I'd rather not have to delete and rebuild from scratch. Any one have a handy trick for this conundrum? ...

Coldfusion Verity search is getting confused by & in an collected field to be searched + located.

I tried looking for an example of getting around this but had no luck. Hopefully someone can point me in the right direction! I have a Verity Collection. The description field of a record has a title, such as "Flowers & Candy Scented Candle" When I type "Flowers & Candy" into a search, it returns no results. If I type in just the ...

How can I use Verity to index and search database content in ColdFusion 9?

Hi, everyone. I have tried to use ColdFusion 9 to build search engine in my site. The key is Verity which I read it is the best tool to do the indexing and searching in my database content. But I search around with no luck about any tutorial to tell me how to done this, even a tutorial is missing, or I think I don't found it. I am usi...

How to handle error.VCollectionNotAvailableException: Collection down after opening. (10) in ColdFusion?

Hi, everyone. I am using ColdFusion 9, with create a verity collection name 'shopColl'. I create a task schedule to call a CFM file to do indexing this collection every 5 minutes. but I found this error when I try to refresh index in collection: An error occurred while performing an operation in the Search Engine library.; DETAIL:The ...

Timeout reading verity collection - CF8

For a long time now I've been having a problem with using the verity search service bundled with ColdFusion 8. The issue is with timeout errors occurring when perfoming any operation on a collection. It's intermittent, and usually occurs after a few operations have been successfully performed. For instance: If I'm adding records to a co...

Moving files in a verity collection

I have a collection of files which have been added to a verity collection. The filename, with complete path, has been used as the key. I would like to move the location of the files on disk, but I am concerned that I will end up with duplicate entries (when I update the same file, the path to the file will be different, so I'll have an...

Cfsearch in combination of documents and indexed query data?

hi! I have an application which stores all kind of data about people. The current cfsearch functionality (in Verity) includes searching documents that are attached to these people. If i have 2 documents attached to 1 person, 1 with say ABC in it and the other with XYZ in it, my ideal searchresult for "ABC AND XYZ" would return the 1 pe...

Explaining verity index and document search limits

As present, we currently have a CF8 standard edition server which have some limitations around verity indexing. According to Adobe Verity Server has the following document search limits (limits are for all collections registered to Verity Server): - 10,000 documents for ColdFusion Developer Edition - 125,000 documents for ColdFusio...