Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
ironcito #1
Performing a "loose" search
Hello all,
I'm trying to build a simple and "loose" search engine that will, for example,
find "computer" if the user searches for "computor". The search is to be
performed on a database, not full text. I've managed to accomplish this using
the Verity search with the <TYPO> operator. The sequence is CFQUERY, CFINDEX,
CFSEARCH. However, the results take about 20 seconds to appear, compared to the
instantaneous results of a simple CFQUERY. Is Verity inherently slow, or have I
done something wrong? Is there a way to use the <TYPO> operator directly at the
CFQUERY, or some other method of creating a loose search? Thanks a lot.
ironcito Guest
-
Inaccessible "search engine friendly" URL parameters (CF MX)
Hi, I'm running developer edition of Macromedia MX using IIS and W2K server. MX is newly installed with default config options. I'm passing... -
Search information about using a terminal "CITOH" for a console front end to a Sun Server
Hello all, I have retreived a terminal "CITOH CIT324" and I want to use it for a system console on a Sun Sparc Server. Unfortunatly there are... -
... is text in slices "searchable" ... (by search engines)
Hi ... I've done a few complex diagrams in Fireworks containing text-descriptions that appear and disappear according to active mouse-overs on a... -
Keyboard F9 key invokes unwanted internet "Search-aide"
Hi there; As of a few days ago my F9 key was somehow re-assigned without my knowledge or permission. Instead of the native behaviour, I get a... -
How to make the "search text" feature work with non "txt" file
On Fri, 27 Jun 2003 07:19:23 -0700, "Juergen" <anhorn@bktel.com> wrote: See MVP Doug Knox' comments and fix here:... -
Tom Jordahl #2
Re: Performing a "loose" search
You should be able to use the TYPE attribute of the cfsearch tag to select
the explicit verity parser and you can then use the Verity Query Language in
your searches. I don't know if VQL has the TYPO operator.
In CFMX 7 we have added spelling correction features which will allow you to
perform alternative keyword searches (either automatically or via user
control) if the original search didn't return "enough" results (you get to
define enough).
Verity is not "slow", it whole purpose is to give you very fast searches.
:-)
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest
-
ironcito #3
Re: Performing a "loose" search
Hi,
Thanks for your answer. I know Verity is supposed to speed up searches, but then why is my search taking around 20 seconds? It's an eternity in server time.
ironcito Guest
-
Tom Jordahl #4
Re: Performing a "loose" search
I don't know.
- How much data are your searches returning?
- Is Verity taking the time or is CF?
- Have you optimized the collection?
- How fast can you search using the command line Verity tools?
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

