Can anyone tell me why my verify collection returns no results. The collection I'm 
creating will index over 200 documents and I search for simple words like "the" or 
"computer" and I always get 0 results.  I have also tried using the "update" action 
instead of refresh which did not change the results.




----------
<!--- Create Collection --->
<cfcollection action="CREATE" collection="doclibrary_collection" 
path="d:\inetpub\ncw\wwwroot\verity\" language="English">

<!--- Indexing..... --->

<cfindex action="REFRESH" collection="doclibrary_collection" 
key="d:\inetpub\ncw\wwwroot\repository\" type="PATH" title="doclibrary_collection" 
urlpath="https://myurl.com/repository/"; extensions=".doc, .xls, .pdf" recurse="Yes">
Indexing Complete...

<br>
Searching.... 
<cfsearch collection="doclibrary_collection" name="testsearch" language="English" 
criteria="url.searchstring">
Searching Complete....
<br>

<cfoutput>
#url.searchstring#
#testsearch.recordcount#
<br>
</cfoutput>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to