Hi all,
         I have a problem with Verity, basically it doesn't index 
everything I tell it to index.  I am populating an index using CFINDEX from 
a query with about 1700 records, the process works fine.  Problem comes 
when I go to search, not all of the records are there... for example...

         Carlton Rest Home,503 Otumoetai Rd ,Tauranga,Cherrywood,Bay Of 
Plenty, Rotorua, Taupo,Sandy Neels,Sandy & Lloyd Neels,,,,Carlton Rest Home 
Nursing Care (in rest home)

is NOT there (search for "Carlton") while

         Carter House,69 Moehau Rd ,Te Puke,,Bay Of Plenty, Rotorua, 
Taupo,,,,,,Carter House Nursing Care (in rest home)

is there (search for "Carter")

it's got me stumped... here is the code if anybody can point me in the 
right direction, the <CFOUTPUT> is there for debugging (that's where those 
two examples come from)

<CFINDEX ACTION="PURGE" COLLECTION="ElderNet">
<CFOUTPUT QUERY="Q_EldernetVerity">
#FaName#,#FaAddress#,#FaCity_Town#,#FaSuburb#,#FaArea#,#FaManagerName#,#FaOwnerName#,#FaStDetails#,#FaStWhatIsNew#,#FaWhatIsNew#,#Title#<BR>
</CFOUTPUT>

<CFINDEX ACTION="UPDATE" COLLECTION="ElderNet" QUERY="Q_ElderNetVerity"
BODY="FaName,FaAddress,FaCity_Town,FaSuburb,FaArea,FaManagerName,FaOwnerName,FaStDetails,FaStWhatIsNew,FaWhatIsNew,Title"
 
Title="Title" KEY="FaStID" 
CUSTOM1="#CFG.insecureServer#/fusebox.cfm?FuseAction=DisplayService&FaStID=">



----------
James Sleeman
Innovative Media Ltd
Phone: (03) 377 6262
http://www.websolutions.co.nz/

CAUTION: The information contained in this email message is confidential 
and may be legally privileged. If the reader of this message is not the 
intended recipient you are notified that any use, dissemination, 
distribution or reproduction of this message is prohibited. If you have 
received this message in error please notify the sender immediately and 
destroy the original message and any attachments.

Views expressed in this communication may not be those of Innovative Media 
Ltd.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to