Verity is a search engine which provides full-text indexing and searching.
Questions tagged [verity]
24 questions
7
votes
1 answer
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 with no luck about any tutorial to tell me how to…

Teerasej
- 1,486
- 4
- 21
- 31
5
votes
1 answer
Context incosistent in Solr and Verity for samefile
While trying to change server from CF8 to CF10, this happened
In CF8 this was the search code

rrk
- 15,677
- 4
- 29
- 45
4
votes
0 answers
How to rebuild a Verity/PeopleSoft index?
We have a Verity K2 V6.1 file-based search system as implemented in RedDot LiveServer V3.1.1.
The VerityDB folder (appears to hold search index) contains over 17,000 “.bif” (Verity’s ‘Bulk Insert File’ format) files that appear to contain…

Ryan Kreager
- 3,571
- 1
- 20
- 35
3
votes
1 answer
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…

Ahmad
- 22,657
- 9
- 52
- 84
3
votes
1 answer
differences between verity and solr
I'm moving a search from coldfusion 9 verity to coldfusion 10 solr, but i'm getting some weird results.
For example; if i search for "Fishing and Camping England" including the quotation marks on verity i get 7 results, and as you'd expect the…

luke
- 415
- 1
- 4
- 14
3
votes
1 answer
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 attached to 1 person, 1 with say ABC in it and the…

Bart B
- 161
- 10
2
votes
1 answer
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 title, such as "Flowers & Candy Scented Candle"
When…

Jas Panesar
- 6,597
- 3
- 36
- 47
2
votes
1 answer
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…

Gary Stanton
- 1,435
- 12
- 28
2
votes
0 answers
coldfusion 10 moving to solr from verity
We are moving from coldfusion 9 verity to coldfusion 10 solr in an application that searches PDF files that have metadata attached to them. We get very different results in testing. We eventually found that solr is searching the file contents very…

user2305795
- 31
- 3
2
votes
3 answers
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…

modius
- 2,073
- 2
- 13
- 10
1
vote
1 answer
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 (status code): asktheexpert (-1705)
I have restarted…

Jarede
- 3,310
- 4
- 44
- 68
1
vote
2 answers
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 isn't great out there. I managed to modify it to…

cjohansson
- 11
- 2
1
vote
1 answer
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.
It seems that when the data is being indexed only…

user691406
- 11
- 1
1
vote
0 answers
ColdFusion 9 Verity Update
I have a usable Verity collection, initially populated thusly:
GetPages…

Jim Cook
- 13
- 1
- 1
- 3
1
vote
0 answers
Coldfusion Verity Collection, cannot retrieve multiple contexts from a single document?
Bipartite question - I have a form that takes one input-text box called 'criteria' and here is my action page:
Search results for:…

CinderBloq
- 11
- 2