Index Server

  • Thread starter Thread starter cameron
  • Start date Start date
C

cameron

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 adxeffectivedate [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
 
Here is an article that shows how to do this in normal asp:

Using Index Server to Query and Display META TAG Information
http://support.microsoft.com/default.aspx?scid=kb;EN-US;185985

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top