Search Core Results doesnt show PublishingRollupImage
Hello Guys,
I am facing exact same issue as explained here [http://objectmix.com/sharepoint/310157-search-core-results-doesnt-show-publishingrollupimage.html]
Can some once please help me with this.
Thanks
Ajay Sawant
All Replies
- Instead of giving a link that isn't even a link to another forum thread, tell us *in the thread* what your problem is.
If you are too lazy to write out your problem, most of us will be uninclined to want to spent our time to help you.
(Moderator)
WSS FAQ sites: http://wssv2faq.mindsharp.com and http://wssv3faq.mindsharp.com
Total list of WSS 3.0 / MOSS 2007 Books (including foreign language) http://wssv3faq.mindsharp.com/Lists/v3%20WSS%20FAQ/V%20Books.aspx Thanks Mike, I will keep that in mind, below is the description of issue I am facing
I've got an question regarding the search results page in MOSS 2007. What we need is that the image PublishingRollupImage that exists in all publishing templates to be showed in the search core results web part, with the title and description of the articles.This PublishingRollupImage field always shows empty in the search results.
These are the procedures that we have done so far:
1 Published 2 articles with the field Rollup Image populated with an image
2 Aproved both articles and both images associated
3 Executed the Full Crawl in the SSP associated do the site
4 Created a Managed Property (in the SSP) named PublishingRollupImage
associated to the crawled property ows_publishingrollupimage(Text)5 Again executed the Full Crawl
6 In SSP Metadata Property Mappings if I click in the crawled property
ows_publishingrollupimage in the Content using this property I can see the
links for both published articles. Nevertheless, if I click in the managed
property PublishingRollupImage I can see the message "Content using this
property: Number of items found with this property: 0", therefore I believe
that the problem resides here.7 In the search results page, I have edited the Search Core Results webpart:
- Added the column <Column Name="PublishingRollupImage"/> in option
Selected Columns- Through the XSL Editor replaced all xml with the following (so that we
could see all properties and returned values):<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
<xmp>
<xsl:copy-of select="*"/>
</xmp>
</xsl:template>
</xsl:stylesheet>After a search, the field PublishingRollupImage is always empty, even for
both published articlesEx:
<Result>
<id>3</id>
<workid>2</workid>
<rank>918</rank>
<title>plus</title>
<author>System Account</author>
<size>34688</size>
<url>http://www.plus.local/Plus/Pages/plus.aspx</url>
<urlEncoded>http%3A%2F%2Fwww%2Eplus%2Elocal%2FPlus %2FPages%2Fplus%2Easpx</urlEncoded>
<description></description>
<write>12/3/2007</write>
<sitename>http://www.plus.local/Plus</sitename>
<collapsingstatus>1</collapsingstatus>
<hithighlightedsummary>Hello <c0>Plus</c0> <ddd /> <c0>Plus</c0>
</hithighlightedsummary>
<hithighlightedproperties>
<HHTitle>
<c0>Plus</c0>
</HHTitle>
<HHUrl>http://www.plus.local/Plus/Pages/<c0>plus</c0>.aspx</HHUrl>
</hithighlightedproperties>
<contentclass>STS_ListItem_850</contentclass>
<isdocument>1</isdocument>
<picturethumbnailurl></picturethumbnailurl>
<publishingrollupimage></publishingrollupimage>
<imageurl imageurldescription="Result of type:
document">/_layouts/images/html16.gif</imageurl>
</Result>
Please let me know if I am doing anything wrong here.
Thanks
Ajay Sawant


