Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
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 ...
1
vote
1answer
565 views

How to use custom1,custom2,custom3,custom4 in <cfsearch> w/ Solr?

do custom1, custom2, custom3, custom4 attribute of <cfsearch> work with Solr? The documentation said they're only for Verity MATCHES operator. How to use customX with Solr in <cfsearch>? ...
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
67 views

Coldfusion CFSEARCH: indexing SQL data with Solr

I read the Indexing SQL data chapter of the "Web Application Construction Kit", by Ben Forta. Passing a query object to the CFINDEX tag is great for building an index from scratch setting my table's ...
0
votes
1answer
109 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 ...