Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
oak3 #1
list a verity collection
Hi there, I was wondering if there was any way to create a query or list of a
verity collection such that I can see an alphabetized word list of all the
words in the collection along with the number of occurances of that word in the
entire collection. Then I'd like to analyze the word list and only display the
words that have say less than 20 appearances in the collection. So the end
result would look like this: Word list (occurances) monitor(12) progress (8)
trustworthy (15) etc... Can this be done in Verity? If not, can anyone point
me to another index tool that will do this? Thanks, Oak
oak3 Guest
-
Verity not updating collection
This is a weird one. Using the Administrator, I have set up a few collections for our search engine to use. I have had no trouble indexing or... -
Verity collection on different server?
I am trying to setup a verity collection on a shared drive, i.e. not on the server where cfadministrator is but I don't know how to get cf... -
Verity collection issues
I've been using a system for searching in my CF powered apps for some years now, and it works pretty well., but now I've got a bit of a problem with... -
Can't create Verity Collection
When I try and create a verity collection in the CFAdmin or use cfcollection i get the following error Unable to create collection WebPageContent.... -
verity and database collection
I am trying to create a Verity collection from a database table using a query. It appears the collection is created but the search never finds any... -
Tom Jordahl #2
Re: list a verity collection
You can do it with the verity command line tool didump. Find it in
k2/<platform>/bin.
didump -words collections/<collectionname>/parts/00000001.did
You probably want to optimize the collection first and then use the highest
numbered 'part' file.
Not exactly what you are looking for, I know.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-



Reply With Quote

