Re: IXSSO - not generating/returning Characterization or DocTitle
From: Ric (ric.castagna_at_gmail.com)
Date: 10/26/04
- Previous message: Hilary Cotter: "Re: Extra Directories appear in my catalog"
- In reply to: Hilary Cotter: "Re: IXSSO - not generating/returning Characterization or DocTitle"
- Messages sorted by: [ date ] [ thread ]
Date: 26 Oct 2004 10:18:06 -0700
Hilary,
In my continued (worthless) efforts to get this working, I have added
the following headers to one of my documents that I'm trying to search
on:
<title>Insurance</title>
<meta http-equiv="description" content="Insurance. - Requires login to
view this resource.">
<meta http-equiv="keywords" content="insurance, disability, benefits">
After adding these headers, I initiated a "full rescan" of the
directory that contains this document via the IS MMC.
I have tried searching on the three keywords contained in the header.
It doesn't even seem to work correctly.
Searching 'insurance' will retrieve the document, however, searching
for either 'disability' or 'benefits' does not retrieve the document.
Not to mention, I still can't seem to get this .aspx to
retrieve/generate a characterization or doctitle for my pages, even
though I have the setting correct in IS MMC and obviously have
appropriate <meta> tags in my page.
What's going on with this...should it really be this difficult? As you
can tell, I'm starting to get very, very frustrated.
Thanks again for your help.
Ric
"Hilary Cotter" <hilary.cotter@gmail.com> wrote in message news:<OxYBnVvuEHA.1300@TK2MSFTNGP14.phx.gbl>...
> right click on your catalog in the IS MMC, select properties and the
> generation tab. Ensure the Generate Abstracts check box is checked.
> "Ric" <ric.castagna@gmail.com> wrote in message
> news:392c202b.0410221300.1241216f@posting.google.com...
> > Greetings, all...
> >
> > Yep, you guessed it...another newbie. I've just started playing around
> > with the Indexing Service on an XP Pro box and will ultimately move
> > this to a 2003 Server box.
> >
> > I've gone through a few postings and have the catalog generated, but
> > I'm not getting the results that I want/expect.
> >
> > In the IS MMC, I'm seeing a "Title" column returned and I'm assuming
> > that is the "DocTitle" column. However, I'm not seeing anything that
> > would resemble the Characterization/Abstract.
> >
> > Switch now to my .aspx search page. I'm returning the results to a
> > datagrid and I don't get either the Characterization nor the DocTitle.
> >
> > Here's my code from the .aspx
> >
> > Public Shared Function getIndexResults(ByVal Query As String) As
> > DataTable
> > Dim Q As New CissoQueryClass
> > Dim util As New CissoUtilClass
> > Dim da As New OleDbDataAdapter
> > Dim ds As New DataSet("IndexServerResults")
> >
> > Q.Query = Query
> > Q.SortBy = "rank[d]"
> > Q.Columns = "Characterization, DocTitle, Filename, Path, Rank,
> > Size, Vpath, Write"
> > Q.Catalog = "c:\idxCatalog"
> > Q.MaxRecords = 250
> > util.AddScopeToQuery(Q, "\", "deep")
> > Q.LocaleID = util.ISOToLocaleID("EN-US")
> >
> > da.Fill(ds, Q.CreateRecordset("nonsequential"),
> > "IndexServerResults")
> >
> > Q = Nothing
> > util = Nothing
> >
> > Return ds.Tables("IndexServerResults")
> >
> > End Function
> >
> > Can anyone offer any words of sage advice. I have not added META tags
> > to any of these pages...is that the key that I'm missing to return the
> > Characterization? I can imagine that would be the culprit, but I don't
> > have any idea as to why it would get the title in the MMC but not in
> > the script version.
> >
> > Thanks in advance for all your help!
> >
> > Ric
- Previous message: Hilary Cotter: "Re: Extra Directories appear in my catalog"
- In reply to: Hilary Cotter: "Re: IXSSO - not generating/returning Characterization or DocTitle"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|