Index Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cameron

    Index Server

    I have Index Server searching a directory of HTML files. I have set a
    few custom META tags in these HTML files so that these tags show up in
    the index searcher properities, so I get an entry like:

    d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 adxeffectivedat e [no friendly name]
    VT_LPWSTR 4 Secondary

    When setting up the search in c# I specify the column name which is the
    friendly name, when I right click and do a properities, I can not set
    the friendly name. I have stopped and started the service and played
    with what is there. How do I either set the friendly name or select the
    property without the friendly name?

    -Cam

  • Jack Blalock

    #2
    RE: Index Server

    Here is an article that shows how to do this in normal asp:

    Using Index Server to Query and Display META TAG Information


    You specify this with DefineColumn, and then are able to include this with
    your normal columns.

    Jack Blalock [MSFT]
    This posting is provided "AS IS", with no warranties, and confers no rights.

    Comment

    Working...