I had thought something similiar. In fact, other colleagues have said pretty much the same thing. Two things about this strategy are unclear to me.
1) Index server IS cataloging CFM pages so even if I knew where there was such a list, adding it may or may not have an impact on the output. 2) When creating an index there are a very limited number of items to configure. Since you point it to a specific web site running on IIS I assume that IIS must be telling it to some degree that CFM pages are to be treated like HTM pages. Now I notice that MS Word Docs are also returned, but likewise have no DOCTITLE. So I think you're definitely pointing in the right direction to say Index Server doesn't recognize the same file structure as HTM so doesn't know how to populate DOCTITLE. I don't know enough about ASP, but there must be some way to say: <cfparam name="DOCTITLE" default="Document Untitled"> Any suggestions? >From: Jerry Johnson <[EMAIL PROTECTED]> >Reply-To: [email protected] >To: CF-Talk <[email protected]> >Subject: Re: IIS/Index Server/CF and ASP >Date: Thu, 22 Sep 2005 15:35:42 -0400 > >I do not have any specific info for you, just a guess and direction to >research. > >My guess is that whatever is doing the indexing (a filter of some >sort) does not know that CFM files have a similar structure to .HTM >files. You are probably going to need to add cfm files to the list of >filetypes processed by the htm filter. > >I have no idea how. > >On 9/22/05, B G <[EMAIL PROTECTED]> wrote: > > This is going to be broad, but is based on a CF problem I am having. > > > > I have an ASP search page which is referencing Index Server catalogs. >It's > > a standard one I found and I believe is commonly used. I can provide >the > > whole code if necessary. > > > > The Index Server appears to be cataloging both HTML and CFML pages > > correctly. The search results page returns both HTML and CFML > > appropriately. The problem is that CFM pages don't have the DOCTITLE > > information appearing. It is simply blank. This is information that >would > > be contained within <TITLE></TITLE>. > > > > Here's the output code for searchresults.asp: > > > > Response.write "<a href=""" & SERVER_URL & oRS("vpath") & > > """class=main>"" & oRS("doctitle") & ""</a><br>" > > > > I have confirmed that the CFM pages do indeed contain valid TITLE data. > > This is happening to all CFM pages and no HTM pages. > > > > Anyone have any insight? Thanks! > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219013 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

