0 results. I've done about 50 different words that I know are in at least
one of the documents.

----- Original Message -----
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 9:19 AM
Subject: RE: search is broke


> What happens if you search for *? I think 'the' is such a simple term it
> may be ignored.
>
> =======================================================================
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> Member of Team Macromedia
>
> Email    : [EMAIL PROTECTED]
> Blog     : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -----Original Message-----
> > From: SMR [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 03, 2003 6:52 AM
> > To: CF-Community
> > Subject: search is broke
> >
> >
> > 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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

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

Reply via email to