Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
OU Sooner #1
Verity issue
I have a collection built to house a root directory and all subdirectories
containing various Word, Excel, PDF and Powerpoint files. From my form when I
search for *, it gives me a count of 136 files, however there are actually 178
physical files in the path I have indexed. Another collection behaves the same
way - returning only 111 when there are actually 123. Any idea why this is
happening? Every other aspect of the Verity process works fine, I just can't
figure out why there are missing files in the resultset.
OU Sooner Guest
-
Verity Search Issue
Hello, I'm currently dealing with a massive data and I had to index them all. So i decided to divide them up to 5 or 6 different collections by... -
CF5 Verity Indexing Issue
Our CF5 based document management web application uses the search engine(Verity) is one of the key components in the system, we have customers... -
CFMX 7 Verity issue with indexing full query resultsproperly
I manage a site-wide search via CFMX's built in verity functionality. In evaluating whether to upgrade to CFMX 7, I have come across a problem that... -
Verity Issue - Stream Error on .doc files, bug?
I cannot seem to create indexes in a collection in either CF MX5 or MX6. When indexing cold fusion just generates tons of error messages in the log... -
Verity PDF issue
Users of a site I built regularly upload scanned PDFs. This means that Verity sees the PDF as an image and cannot index based on the words that... -
Tom Jordahl #2
Re: Verity issue
Try using a blank ("") search instead of a wildcard. This may help, but if
it still returns the same number of documents, then the missing documents
probably did not get indexed.
Try identifying one of the non-indexed files and index it individually.
Check the collection directory for any log files that may contain errors.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
OU Sooner #3
Re: Verity issue
Originally posted by: Dingonose What are you specifying for the extensions
attribute of your CFINDEX tag? The extentions I'm using are .doc, .ppt, .pdf,
and .xls. As it turns out, Tom's reply pointed me in the right direction...
the missing documents are all referenced in a log file within the collection
directory - sysinfo.log. Each of those files were skipped during the index
(and each reindex) with stream error 299. Now I just need to figure out what
that means. Anyone have any ideas? Jim
OU Sooner Guest
-
Tom Jordahl #4
Re: Verity issue
Sounds like it couldn't read or perhaps decode the files. Where they all
the same type (.doc, pfd, etc)?
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

