I pulled the path right out of my document upload path in the CFFILE tag
which works fine for uploading files.

----- Original Message -----
From: "Nick McClure" <[EMAIL PROTECTED]>
To: "CF-Community" <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 10:04 AM
Subject: RE: search is broke


> Sounds like the index is empty, double check and verify that you indexed
> the correct directory.
>
> > -----Original Message-----
> > From: SMR [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 03, 2003 10:00 AM
> > To: CF-Community
> > Subject: Re: search is broke
> >
> > both are empty
> >
> > ----- Original Message -----
> > From: "Jerry Johnson" <[EMAIL PROTECTED]>
> > To: "CF-Community" <[EMAIL PROTECTED]>
> > Sent: Monday, March 03, 2003 9:48 AM
> > Subject: Re: search is broke
> >
> >
> > > Look in the parts and pdd directories for the collection.
> > >
> > > What is the size and count of the files in these folders?
> > >
> > > Jerry Johnson
> > >
> > > >>> [EMAIL PROTECTED] 03/03/03 09:44AM >>>
> > > I get this file info:
> > >
> > > 46 files in 20 folders using 196kb disk space
> > >
> > > ----- Original Message -----
> > > From: "Nick McClure" <[EMAIL PROTECTED]>
> > > To: "CF-Community" <[EMAIL PROTECTED]>
> > > Sent: Monday, March 03, 2003 9:30 AM
> > > Subject: RE: search is broke
> > >
> > >
> > > > Did you check out the physical size on the Disk? Make sure it is
> > > > actually storing some information.
> > > >
> > > > > -----Original Message-----
> > > > > From: SMR [mailto:[EMAIL PROTECTED]
> > > > > Sent: Monday, March 03, 2003 9:23 AM
> > > > > To: CF-Community
> > > > > Subject: Re: search is broke
> > > > >
> > > > > 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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to