Verity is a search engine which provides full-text indexing and searching.
Questions tagged [verity]
24 questions
1
vote
1 answer
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…

El Yobo
- 14,823
- 5
- 60
- 78
1
vote
2 answers
How can I update a new Solr Search Collection without throwing Java_heap_space errors?
We're currently running ColdFusion 8, but planning on moving to ColdFusion 10 soon. One of the biggest issue with this move is that one of the most important applications we run includes a full-text document search that is currently built with…

Eric Belair
- 10,574
- 13
- 75
- 116
1
vote
1 answer
cfsearch - Using explicit with categories from query
I have a search working that combines the results of multiple cfsearch'es using categories. The collection data is from a query, a view in a mssql db.
The problem is that the search requires multiple cfsearch'es, each taking time to process. They…

Matt
- 85
- 1
- 10
0
votes
1 answer
I'm using Railo 3.1 and CFSearch, I want to distribute across several machines
Can I rsync lucene indexes (every 5mins) to another pair of boxes and run the same app just for search?
I'm not interested in doing App Server Clustering.

bdargan
- 1,309
- 8
- 16
0
votes
1 answer
How to create a cfcollection / verity collection with a UTF-8 character in the name?
I'd just like to be able to use a UTF-8 character in the name of the collection. We base our code logic on the names of the collections which are related to a given company. This new company has an abbreviation of XØZ3, and both the CFAdminstrator…

Njna Grimsdottir
- 71
- 7
0
votes
1 answer
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 to refresh index in collection:
An error occurred…

Teerasej
- 1,486
- 4
- 21
- 31
0
votes
1 answer
Can Verity search a SQL database on a different server?
We have Verity running successfully on our small library website.
We have our Library catalog on a different server and it runs off an SQL database.
We would like to see if we can get Verity to search the catalog while also searching our site.
I…

Jen
- 17
- 6
0
votes
1 answer
Tools for Migration from Verity to Solr
Does someone know tools that can do a migration from Verity to Solr.
Our Actual code is using Verity K2 6.5 we are not using ColdFusion but Java/J2EE.
Thanks for your feedback.

Corinne Kubler
- 2,072
- 5
- 22
- 34
0
votes
1 answer
How can I get Verity to search for strings containing the per cent ("%") symbol?
I have a search application that searches financial documents. The users want to be able to search for percentages - i.e. "100%" or "50%" - but the results don't come back correctly.
For instance, when I search for "1.00%" (which I know exists in…

Eric Belair
- 10,574
- 13
- 75
- 116