Tagged Questions
6
votes
1answer
1k views
How can I use Verity to index and search database content in ColdFusion 9?
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 ...
3
votes
1answer
336 views
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 ...
2
votes
1answer
213 views
Cfsearch in combination of documents and indexed query data?
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 ...
2
votes
1answer
402 views
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.
...
2
votes
1answer
415 views
ColdFusion Verity search is getting confused by “&” in a searchable field
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 ...
2
votes
3answers
290 views
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 ...
1
vote
2answers
60 views
Prioritizing CF_TITLE in a Verity result set
I have a request from a client who wants to be able to prioritize their product SKU in the search results. The SKU is in the defined key CF_TITLE. I'm not very good with verity and the documentation ...
1
vote
1answer
159 views
Coldfusion 8 - Problems with indexing large data using verity
I am currently running coldfusion 8 with verity running on a K2 server. I am using a query to index several different columns with my table using cfindex. One of the columns is a large varchar type.
...
1
vote
1answer
234 views
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 ...
0
votes
1answer
110 views
coldfusion 9 using cfsearch on verity returns -1705 error
I've created a collection in verity, but when I use cfsearch on it I get this error:
Message: There was a problem executing the cfSearch tag with the following collections.
Detail: Collection ...
0
votes
1answer
225 views
How to handle error.VCollectionNotAvailableException: Collection down after opening. (10) in ColdFusion?
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 ...