Re: IXSSO - not generating/returning Characterization or DocTitle

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ric (ric.castagna_at_gmail.com)
Date: 10/26/04

  • Next message: ethan: "IS 2.0 & Word 2003?"
    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


  • Next message: ethan: "IS 2.0 & Word 2003?"

    Relevant Pages

    • RE: using application.filesearch for searching text in PDF
      ... but I got an hyperlink to a file I specify in a folder I ... I mean, for instance, searching in a directory all PDF files having the word ... Dim MyFileName As String ... Dim RowCount As Long ...
      (microsoft.public.excel.programming)
    • RE: Filtering Data On Entry
      ... So if you are searching for a Surname and the name of the control (not the ... Private Sub ComboName_NotInList(NewData As String, ... Dim rs As DAO.Recordset ... character in the field when creating a new record. ...
      (microsoft.public.access.gettingstarted)
    • RE: Filtering Data On Entry
      ... If you are adding or searching for a record that it not already ... Private Sub ComboName_NotInList(NewData As String, ... Dim rs As DAO.Recordset ... character in the field when creating a new record. ...
      (microsoft.public.access.gettingstarted)
    • Re: WHERE Condition with NULL
      ... I'm searching for additional fields not included in my original example. ... named "John Smith"? ... Dim strWhere As String ...
      (microsoft.public.access.formscoding)
    • Re: Protecting specific fields
      ... Searching google for "isingroup", I found the following. ... Dim grp As Group ... Dim IIG As Boolean ...
      (microsoft.public.access.security)