Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jgladnick #1
Verity Search won't return Title's
I tried creating a verity collection but the titles are coming back empty.
Here is the test code for the search results:
<CFSEARCH Name="this_search"
Collection="FreshSummit"
Criteria = "#Form.Criteria#"
MaxRows = "#Evaluate(Form.MaxRows + 1)#"
StartRow = "#Form.StartRow#">
Here are the records that were found:<p>
<cfoutput>
#this_search.recordcount# Total results / #this_search.recordssearched#
<BR><BR>
</cfoutput>
<CFOUTPUT query="this_search">
#currentrow#. <a href="#url#">{#this_search.title#}</A> - s: #score#<BR>
#summary#
<BR><BR>
</CFOUTPUT>
--------------------------------------
Here is the test code for the index page:
<cflock timeout = "30">
<cfindex
action = "update"
collection = "FreshSummit"
key = "D:\Inetpub\wwwroot\pma2003\users\PMA\WWW\fsdevare a"
type = "path"
title = "Test"
URLpath = "http://www.pma.com/fsdevarea/"
extensions = ".cfm, .pdf"
recurse = "Yes">
</cflock>
--------------------
Can anyone tell me why this isn't returning the title? what am i missing?
jgladnick Guest
-
Verity Search Problem
I think that a verity search collection that was established on my server became corrupt. I deleted the collection and then tried to recreate it. ... -
Verity Search
Hi-- I'm hoping someone can tell me if Verity Search (CFMX 6.1 on IIS6) allows indexing of multiple domains? thanks, KenP -
verity search cfmx 7 - possible bug
Hi, I have a verity search running, it runs fine under cfmx 6.1 - I have moved it using a Coldfusion archive, and its all running ok by the looks... -
UTF search for verity???
i've a website that is in UTF-8 with language of Japanese and Korean. But when i tried to create an japanese and korean verity index and update the... -
Verity Search Question
when using a Database in conjunction with CFindex tag, will the all the key paths be consolidated into one collection ? <html> <cfquery...



Reply With Quote

