I am crawling a file share (smb://) which contains a bunch
of e-mail
message files (.MSG). For the most part, the GSA is able to
crawl
these properly, except for this issue...
The GSA sets the document Title to the "From:"
value in the message
file. For example, a search on "tax" might return
a result with the
title "From: Bob Smith" and within the snippet, it
will say "Subject:
Tax Rules for 2006...". I want the Title to read
"Subject: Tax Rules
for 2006", not "From: Bob Smith".
How can I change either A) which metadata field the GSA sets
as its
Title, or B) modify my front_end XSLT file to display a
different value
for the Title in the search results, where the different
value would be
the Subject metadata value from the MSG file.
The default stylesheet contains formatting for the search
results under
the "A single result (do not customize)" section,
circa line number
2403:
<xsl:with-param name="orig_string"
select="T"/>
Basically, I know that "T" represents
"Title". Is there a way to get
whichever field the e-mail Subject line gets put into?
Thanks everyone for your prior help and help with this one.
X_HOBBES
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Google Search Appliance" group.
To post to this group, send email to
Google-Search-Appliance googlegroups.com
To unsubscribe from this group, send email to
Google-Search-Appliance-unsubscribe googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/Google-Search-App
liance
-~----------~----~----~----~------~----~------~--~---
|